Archive for August, 2006

August 2006
S M T W T F S
« Jun   Oct »
 12345
6789101112
13141516171819
20212223242526
2728293031  

Links for .NET Data Abstraction

I recently wrote about building a simple data abstraction layer in .NET. I did much reading on the web before I developed the given code, and am now going to share some links to some of the more useful sites I found.

August 28 2006

Databases, Programming, Useful Links

No Comments

Read More

IE7 approaching release

The last release of Microsoft’s Internet Explorer was version 6 in 2001, a full 5 years ago. But there is an upcoming release of IE7 that has users and developers crowing…for the most part.

August 24 2006

Web Browsers

No Comments

Read More

Simple .NET data abstraction

Data abstraction is a useful device through which using a database in code is made simpler. I’ll share some code I’ve been using in an ASP.NET project, which makes using databases a lot less tedious. The code is also usable in any other project using .NET, not just web projects.

August 23 2006

Databases, Programming

No Comments

Read More

ASP vs ASP.NET: Forms

Yet another installment in the ASP vs ASP.NET series. This article illustrates the differences between ASP and ASP.NET in how to build and handle web forms.

August 3 2006

ASP, ASP.NET

No Comments

Read More