.NET news » ASP.NET ASP.NET Rss Feed

ASP.NET Dynamic Data: Build a Data-Driven Enterprise Web Site in 5 Minutes

It used to be a chore to build data-driven web apps with CRUD functionality. ASP.NET Dynamic Data makes it much easier to wire up a fully customized front end for your application. We'll show you how.
3 Jan 2011, 18:00:00   Source: ASP.NET Dynamic Data: Build a Data-Driven Enterprise Web...   Tags: ASP.NET

A Beginner's Guide to ASP.NET Application Folders

This article explains about ASP.NET application folders like App_Code, App_Theme and App_Data
8 Dec 2010, 02:16:00   Source: A Beginner's Guide to ASP.NET Application Folders   Tags: ASP.NET

Web Server and ASP.NET Application life Cycle in Depth

This article describe in depth everything happen beween the request/response in a web application
7 Dec 2010, 04:15:00   Source: Web Server and ASP.NET Application life Cycle in Depth   Tags: ASP.NET

Quick ways to boost performance and scalability of ASP.NET, WCF and Desktop Clients

There are some simple configuration changes that you can make on machine.config and IIS to give your web applications significant performance boost. These are simple harmless changes but makes a lot of difference in terms of scalability.
6 Dec 2010, 14:50:00   Source: Quick ways to boost performance and scalability of...   Tags: ASP.NET

Converting ASP.NET control check box list into drop-down check box list.

How to create your own drop-down check box list control
30 Nov 2010, 10:21:00   Source: Converting ASP.NET control check box list into drop-down...   Tags: ASP.NET

ASP.NET Scopes Framework: a powerful alternative to Forms and MVC

This article introduces a brand-new web dev pattern and provides a framework based on it. It is a long-waited dev approach providing a unique and elegant solution to all Forms and MVC fundamental problems and bringing Web 2.0 site development task to a new level of flexibility and transparency.
23 Nov 2010, 19:59:00   Source: ASP.NET Scopes Framework: a powerful alternative to Forms...   Tags: ASP.NET

Working with Resource files in asp.net programatically.

This article will represent how to work with Resource Files dynamically.
10 Nov 2010, 02:33:00   Source: Working with Resource files in asp.net programatically.   Tags: ASP.NET

Fluent Filters - Global Action Filters for ASP.NET MVC 2

This article describes a small library for ASP.NET MVC, that can be used as a facility for registering global filters. It is similar to Global Filter in ASP.NET MVC 3, but with different implementation and features.
8 Nov 2010, 09:11:00   Source: Fluent Filters - Global Action Filters for ASP.NET MVC 2   Tags: ASP.NET

ASP.NET MVC Chart Control

Shows how chart controls are used in ASP.NET MVC.
7 Nov 2010, 01:24:00   Source: ASP.NET MVC Chart Control   Tags: ASP.NET

Single Sign On (SSO) for cross-domain Asp.net applications, Part-II - The implementation

Implementation approach of a domain independent Single Sign On (SSO) for Asp.net applications
4 Oct 2010, 23:18:00   Source: Single Sign On (SSO) for cross-domain Asp.net...   Tags: ASP.NET