Online Articles

The Making of Blogo.NET – Part Two

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.

Building a File Service

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.

Client Application Services - Part 2

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.

Entity Framework and Lazy Loading

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.

Security Purity

Learn how to defend your ASP.NET web site against these common hack attacks.

Configuring and customizing the health monitoring system of ASP.N...

This article illustrates how to configure and customize the health monitoring system of ASP.NET.

Lazy Loading the ASP.NET AJAX TabContainer Control

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.

The Making of Blogo.NET

This article explains in detail how I developed Blogo.NET, a N-tiered blog application based upon the .NET 3.5 Framework.

Using Syndication Classes to Read RSS Feeds

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...

ASP.NET MVC Framework – Part 2: Testing

In this article Simone will cover one of the main reasons for adopting the ASP.NET MVC framework: testability.

Create Control Extenders

Learn how to create Control Extenders using Visual Studio 2008, ASP.NET 3.5, and AJAX.

GridView with Expandable/Collapsable Rows

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.

Design Custom Editor for a Property

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.

ASP.NET MVC

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.

Client Application Services: Getting Started

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.

<< First  < Prev   Page 1 of 153   Next >  Last >>

» Submit an article and Gain Recognition Points

Sponsors

Community Recognition Program

Top Community Members

SomeNewKid is at the "All-Star" level with 45,824 points.

Learn about the Community Recognition program and visit the Hall of Fame.