Tag: Development

Community

Linq in Multi-tier Applications

(Ralph Varjabedian) If you had the chance to work with Linq, the latest Object Relational Mapping tool (ORM) added to the .NET 3.5 platform, then you understand how Linq maps your database structure into several classes in your application. It creates for each table an entity class that has its prop

Community

Health Monitoring in ASP.NET 3.5

(Bipin Joshi) Keeping an eagle’s eye on the errors and important events occurring in your web site is an important administrative job. ASP.NET health monitoring features provide a great deal of functionality out of the box that relieves you from developing custom monitoring systems. In this article