.NET news » ASP.NET 
How to make ASP.NET Applications that support mobile devices
Explains how to make ASP.NET mobile applications by using ASP.NET Mobile Software Development kit (Mobile SDK).
1 May 2006, 10:51:17 Source: How to make ASP.NET Applications that support mobile devices
Tags: ASP.NET
Mobile
Experimenting Custom Build Providers
A simple OR Mapper built with custom build providers, which reads data from XML files.
NHibernate Best Practices with ASP.NET, Generics, and Unit Tests
This article describes best practices for leveraging the benefits of NHibernate, ASP.NET, Generics, and unit testing together.
28 Apr 2006, 11:16:00 Source: NHibernate Best Practices with ASP.NET, Generics, and...
Tags: ASP.NET
Database
A More Efficient Method for Paging Through Large Result Sets
Article featuring Improved paging through large result sets. The first approach uses a table variable, but utilizes the
SET ROWCOUNT command to reduce the number of records read and inserted into the
table variable. The second technique more cleverly uses SET ROWCOUNT to provide an even more efficient approach
than the first.
25 Apr 2006, 19:00:00 Source: A More Efficient Method for Paging Through Large Result Sets
Tags: ASP.NET
Simplify ASP.NET DataGrid by Eliminating Code Behind
Simplify ASP.NET DataGrid by Eliminating Code Behind
How to Display ASP.NET DataGrid Data in Excel
This tip shares code that allows you to display ASP.NET DataGrid data in Excel.
Universal Database Admin for ASP.NET and SQL Server (Reloaded)
A dynamic web application needs an admin section for CRUD action of the Records/Tables in database, wouldn't it be nice to have a database admin, which can be plugged to any web application, Just give your sql connection string and it dynamically manages all table operation in just 5 pages
15 Apr 2006, 16:04:00 Source: Universal Database Admin for ASP.NET and SQL Server...
Tags: ASP.NET
Database
A Crash Course on ASP.NET Control Development: Design-time Features and Capabilities
In this article, Dino Esposito will first build a simple composite control and then decorate it with a few tailormade attributes to provide its users a pleasantly rich design experience.
Multiple Fields Validator - An ASP.NET Validation Control
Discussing the MultipleFieldsValidator that validates a group of fields in which at least one is required, like phone number, mobile phone number, or email. It inherits the BaseValidator and uses some new cool ASP.NET 2.0 features.
6 Apr 2006, 14:06:00 Source: Multiple Fields Validator - An ASP.NET Validation Control
Tags: ASP.NET
Extreme ASP.NET: Keeping secrets in ASP.NET 2.0.
Storing configuration data securely was always difficult. But it's a whole lot easier now with a powerful new set of APIs in ASP.NET 2.0 that allow you to manage the ASP.NET configuration file programmatically.
5 Apr 2006, 19:00:00 Source: Extreme ASP.NET: Keeping secrets in ASP.NET 2.0.
Tags: Security
ASP.NET


