-
-
7:52
»
ASP.NET Daily Articles
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.
-
-
7:52
»
ASP.NET Daily Articles
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.
-
-
7:52
»
ASP.NET Daily Articles
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 examines authentication and authorization aspects involved with its creation. Bilal also shows how to test the Visual Studio 2008 application and provides the whole project for download.
-
-
7:52
»
ASP.NET Daily Articles
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 design reasons behind why EF is different than what you would expect, as well as how to achieve the lazy-load functionality you're looking for.
-
-
7:52
»
ASP.NET Daily Articles
Learn how to develop a .NET application with the help of the MVC# Framework.
-
-
7:52
»
ASP.NET Daily Articles
Learn how to defend your ASP.NET web site against these common hack attacks.
-
-
7:52
»
ASP.NET Daily Articles
Explains how to create your own Website administration Tool (WAT) in ASP.NET.
-
-
7:52
»
ASP.NET Daily Articles
This article illustrates how to configure and customize the health monitoring system of ASP.NET.
-
-
7:52
»
ASP.NET Daily Articles
Data bound controls are most popular amongst developers because of their verticality. Controls such as GridView and DataList are popular not just because they provide rich features out of the box but because they allow great deal of customization. To that end templates go a long way in providing a customized look and feel. The concept of templates can be extended to custom controls also. With templates in place you can customize the way your data is presented to the user. This lesson is going to illustrate how this can be done.
-
-
7:52
»
ASP.NET Daily Articles
This is a simple tutorial using Master Pages and a Tree Menu control with Visual Studio 2005. The Tree Menu is dynamically generated, allowing the developer to show a different menu based on the user's role.