Tag: Databases
Microsoft Releases and Updates .NET Tools
Some information and links for the latest tools coming out of Microsoft.
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.
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.



