Friday, May 09, 2008 by Suprotim Agarwal
At some point or the other, we as ASP.NET developers face the requirement of reading and writing images to the database. In this article we will explore how to store images in the database as well as use an HTTP Handler to display the image in an ASP.NET server control along with other controls.
Thursday, May 08, 2008 by Kane Barton
This article provides an introduction into the concept of a SOA File Service as a mechanism of distributing large numbers of files for multiple applications. The code sample uses .NET 3.5 however the concept can be applied with any version of the .NET Framework.
Wednesday, May 07, 2008 by Bilal Haidar [MVP]
In this second part of the series, Bilal Haidar demonstrates how to authenticate and authorize users accessing a Windows Forms application by using Client Application Services introduced with Visual Studio 2008 and .NET 3.5. He starts with a brief description of Web application host and then...
Tuesday, May 06, 2008 by Timothy Khouri
Microsoft's Entity Framework is a new, powerful tool bringing data modeling, O/RM (object relational mapping) functionality and more. One expected feature of major ORMs is 'Lazy Loading'. Learn how the Entity Framework provides this functionality in a different way. This article will explain the...