Archives
-
Compiling and deploying ASP.Net applications
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.
-
Ajax-Enabling an existing ASP.Net application
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.
-
Using ObjectDataSource control in an ASP.Net application to fetch data from a SQL Server database
-
Using the Code First approach when building ASP.Net applications with Entity Framework
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.
-
Retrieving data from an SQL Server database in an ASP.Net MVC 3 application
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.
-
Display data from a database with WebMatrix and asp.net web pages
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.