November 24, 2011 at 9:48 am | .Net | 1 comment
In my latest project I had to create desktop appllication with local data stotarage. I’ve decided to go with WPF, C#, Entity-Framework 4,2 Code-First approach and CQL CE 4.0 as my primary database.
One of the reqirement were that the user could create seperate database file per new project. EF Code First uses a default convention where context classes will look for a connection-string that matches the DbContext class name. Normally you’d point to our SQL CE database by adding the below to the app.config file.
Read more…
August 24, 2011 at 2:03 pm | Zend Framework | 8 comments
This tutorial is for developers who want to better understand the MVC pattern, and for those who wish to use and learn more about integration of Zend Framework with Doctrine 2.0.1.
Read more…
August 22, 2011 at 10:23 am | Blog, Zend Framework | 11 comments
Hi to you all,
After reading a “Quickstart” tutorial from the Zend Framework manual and rather frustrating comments from newby users I decided to share with you, a rewrite tutorial with MySQL as a primer database to help you and me to get better understanding of this fantastic framework. Read more…
June 29, 2011 at 1:03 pm | Blog, Zend Framework | No comment
Hi,
I’ve decided to test several PHP frameworks in order to choose the best for me and my applications. During my test of Zend Framework and run through novice tutorial I faced several problems, one of which was the command line “zf enable layout ” not working. It appears that XAMPP installation have an outdated Zend library in the /path_to_php/PEAR/ZEND. Read more…
March 25, 2011 at 7:54 am | Blog | No comment
Το σγκεκριμένο demo αφορα μια εφαρμογή έκδοσης – επεξεργασίας- αποθήκευσης τιμολογίων σε C#, WinForm .NET3.5.
Read more…
March 18, 2011 at 8:52 am | Blog | 1 comment
Hi, to you all.
I would like to share with you quick and dirty Tip with you about VirtualBox 4.0 Blue Screen (BSOD) on Host. Read more…