DotNetStories
In this post I would like to talk about the various
ASP.Net projects types, the compilation process and
finally how to deploy ASP.Net applications to a local
and remote server.
In this post I would like to demonstrate with a hands on example, how to ajaxify an existing website/application. This post will not cover the basics of Ajax. If you want to find out what Ajax is (and what the main Ajax controls are) have a look at this post of mine.
In this post I would like to show you a hands-on example on how to use the Code First approach when building data-centric ASP.Net applications with EF.
In this post I would like to show with a hands-on
example on how to retrieve data from an sql server
database table using C# and ASP.Net MVC 3.
In this post I would like to show a hands on example on how to get data back from a database using web pages with WebMatrix.