Saturday, May 10, 2008 by Ferdy Christant
This is part 2 of an article series explaining in detail how I developed Blogo.NET, a N-tiered blog application based upon the .NET 3.5 framework.
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 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.
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 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.
Saturday, May 03, 2008 by Steve C. Orr
Learn how to defend your ASP.NET web site against these common hack attacks.
Thursday, May 01, 2008 by Xun Ding
This article illustrates how to configure and customize the health monitoring system of ASP.NET.
Monday, April 28, 2008 by Mark Strawmyer
This article gives an introduction to the ASP.NET AJAX Control Toolkit and a few of the controls.
It also takes a look in depth at the TabContainer control and shows how to use it to load tabs on demand -- lazy loading.
Saturday, April 26, 2008 by Ferdy Christant
This article explains in detail how I developed Blogo.NET, a N-tiered blog application based upon the .NET 3.5 Framework.
Sunday, April 20, 2008 by Bipin Joshi
RSS and ATOM feeds dominate the syndication systems today. If you run a web site you probably use RSS and ATOM for two purposes:
1) Expose your site content for syndication using these formats
2) Consume content exposed by other web sites and aggregate it on your web site
Whatever be the case until recently developers either coded their custom solution or made use of some third party component. Luckily .NET framework 3.5 introduced a set of classes that can simplify your job. This article...
Thursday, April 17, 2008 by Simone Chiaretta
In this article Simone will cover one of the main reasons for adopting the ASP.NET MVC framework: testability.
Wednesday, April 16, 2008 by Steve C. Orr
Learn how to create Control Extenders using Visual Studio 2008, ASP.NET 3.5, and AJAX.
Wednesday, April 09, 2008 by Rajib Ahmed
Using C# and Javascript to show gridview rows with expanded and collapse features. Allows parent/child view while providing easy navigation of child details using client side script.
Tuesday, April 08, 2008 by Bipin Joshi
In the previous article we discussed type converters. Type converters come handy when you want to accept property values in plain text form. However, at times you may not want to allow the user to enter text values directly. You may want to present a custom value picker in the form of a dropdown control or a dialog box. This is possible with the help of Type Editors and this article examines them with an example.
Saturday, April 05, 2008 by Roger Jennings
Is the new MVC pattern right for you?
ASP.NET MVC Preview 2 provides Model-View-Controller routing and testing improvements as well as the first Visual Studio 2008 template support for MVC development in the IDE and Dynamic Data enhancements.
Friday, March 28, 2008 by Vikas Goyal
Client Application Services simplifies the access to ASP.NET Application Services and thus helps in managing the user information, authentication, and authorization at a common place for both Web and Windows-based applications.
» Submit an article and Gain Recognition Points