Visual Studio 2008 integrates Sql server 2008 express nicely into App_Data folder. You just create the database using Server Explorer, and it inserts the connection string into web.config for you. I used it when I worked on my toy project – ToastManager. I finished coding and testing on my machine and deployed it to an [...]
Posts Tagged ‘ASP.Net MVC’
Use Sqlite together wtih ASP.Net MVC
Posted in Programming, tagged ASP.Net MVC on October 20, 2009 | Leave a Comment »
Display Selected value with Html.DropDownList in ASP.Net MVC
Posted in Programming, tagged ASP.Net MVC on September 21, 2009 | Leave a Comment »
I wrote ToastManager about two months ago, and not try to covert it into ASP.Net. What ToastManager does is to collect people’s toast order for the morning toast run.
Why? I just think MVC is cool. It separate programming logic into 3 different layers nicely.
The first problem I encountered in writing MVC code was to find [...]