Most Recent Articles For: ASP.NET 3.5

Written by Anand on May 14th, 2008
I recently installed .NET Framework 3.5 and now whenever I try to install an executable file a message box prompts which says Regasm.exe not found. Microsoft should prevent these kind of issuesfrom happening to reduce the pain of developers. I will update this post once I fixed this issue. Update: I ...
Written by Anand on April 28th, 2008
Microsoft ADO.NET 3.5 is the latest data access technology from Microsoft. It's a collection of classes that are part of the .NET Framework, and is designed to provide consistent access to data in loosely coupled n-tier application architectures such as web services. "Data access is a key part of all ...