Feeds:
Posts
Comments

Posts Tagged ‘ASP.Net MVC’

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 [...]

Read Full Post »

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 [...]

Read Full Post »