ASP.NET 2.0 – Database

I have finished reading my book on ASP.NET 2.0. There were two chapters on the new database server controls for ASP.NET 2.0. The new database controls eliminate the need to create database connection, command, and reader objects which was a real pain.

I am still updating my notes with some new tidbits of information I gleamed while reading the book. For example, I learned that literal dates should be surrounded by the # sign character rather than double quotes. And I discovered that an Import namespace directive in the global.asax will apply for the entire web application so you don’t need to add them to every ASPX page. This would save me a lot of time on my current project which needs to reference the System.Data and System.Data.SqlClient namespaces on every page.

After I have updated my notes I plan to search the web for some additional details on ASP.NET 2.0 and maybe start to learn how to use the AJAX server controls.

This entry was posted in ASP.NET. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit exceeded. Please complete the captcha once again.