Thursday, May 15, 2008 by Keyvan Nayyeri
In the fourth part of this series, Keyvan talks about the unit testing concepts related to the MVC pattern and how Microsoft has adapted these concepts for its ASP.NET MVC framework. He shows these principles and the process that should be followed to unit test an ASP.NET MVC application.
Wednesday, May 14, 2008 by Omar AL Zabir
Solve the common problem of double-downloading of data when browser wants to download content from external domain by making AJAX calls to a server side proxy. This proxy solves the delay in transmitting data from external domain by continuously pushing data to browser as it downloads on the server.
Tuesday, May 13, 2008 by Ralph Varjabedian
An article that talks about cookies and how they can pose a security risk on their web application. The article talks about the different types of attacks and gives examples of how cookies can be abused and finally the article will explain how to make the cookies bullet proof and to defeat each one of the vulnerabilities.
Monday, May 12, 2008 by Matthew Ellis
In this tutorial we're going to examine the principals and construction of a basic ASP.NET AJAX 3.5 extender control. We'll discover how powerful extender controls can be for the reusability of code and behaviors. We'll also examine the concept of script descriptors in detail.
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.
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...
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.
» Submit an article and Gain Recognition Points