Tag: Databases

Microsoft Releases and Updates .NET Tools

Some information and links for the latest tools coming out of Microsoft.

August 23, 2008 @ 4:55 pm — 0 Comments

Posted in Programming — Tagged ,

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 @ 4:11 pm — 0 Comments

Posted in Programming, Useful Links — Tagged

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 @ 6:23 pm — 0 Comments

Posted in Programming — Tagged