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

Applied ASP.NET MVC 3 in Context (Pro)
Author: Ashic Mahtab
Average rating:  / 0
(0 reviews)
More .NET ASP.NET books
download

Easiest way to implement ASP.NET Ajax into your applications

Asynchronous JavaScript and XML are now the needed for new generation websites. This article describes how to implement ASP.NET Ajax into applications.

ASP.NET Splitter Bar - Resize panels, table cells, and controls.

VwdCms.SplitterBar is a server control that allows you to easily add resizing to your web page layout. This version of the control is designed to work in a 2 column layout.

Using the Policy Injection Application Block in ASP.NET

Learn how to use AOP injection techniques to add, remove, and modify logging, validation, caching, exception handling, authorization, and performance measurements in your ASP.NET applications—without having to recompile your code.
3 May 2007, 15:44:51   Source: Using the Policy Injection Application Block in ASP.NET   Tags: ASP.NET

Top 10 Application Security Vulnerabilities in Web.config Files - Part One

In part one of this two part article, you will learn about five of the top ten "worst offenders" of misconfigurations of application security that can cause overall problems for ASP.NET Web-based applications. Learn more about how to secure the Web.config files of an ASP.NET application.

Overcome the Barriers Around Using the Custom Class in ASP.NET

In .NET Web applications you can find that in many places custom classes and collections are better choices than the DataSet or DataTable. The custom classes or the custom class collections, which are truly object oriented, allow developers to employ all object-oriented programming techniques.

Unfortunately, .NET Framework and Visual Studio 2005 don’t provide good support of the custom class. As a result, developers often encounter the following three barriers around using the custom class.

DataSet and DataTable are Microsoft’s solutions to these problems. Microsoft provides lots of built-in support of DataSet and DataTable in their development tools and in the .NET Framework library. But the DataSet and DataTable are far from object-oriented. Besides, they have lots of overhead.

26 Apr 2007, 19:00:00   Source: Overcome the Barriers Around Using the Custom Class in...   Tags: ASP.NET

Suite of MySQL Provider Implementations for ASP.NET 2.0

An article on implementing MySQL Providers for ASP.NET 2.0 Membership, Roles, Site Map and Personalization
26 Apr 2007, 16:47:00   Source: Suite of MySQL Provider Implementations for ASP.NET 2.0   Tags: ASP.NET

Simple Sitemaps in ASP.Net

Easiest way to create sitemaps for Google, Yahoo, and Ask. Provides a simple class which implements an XML sitemap file and the search engine ping.
22 Apr 2007, 00:07:00   Source: Simple Sitemaps in ASP.Net   Tags: ASP.NET

Boost ASP.NET Performance with Precompilation

The latest version of ASP.NET, version 2.0, supports several new and exciting features that promise to enhance developer productivity, administration and management, extensibility, and performance. One of these features is precompilation, which either developers or administrators can use to precompile ASP.NET applications before they are deployed. Moreover, the new precompilation feature can detect and provide warnings about any compilation failure issues, and lets you deploy applications without the need to store the source code on the deployment server. Precompilation can both reduce application response time and improve performance. This article explains how to use the new feature effectively.
19 Apr 2007, 13:43:00   Source: Boost ASP.NET Performance with Precompilation   Tags: ASP.NET Performance

Auto Binding a TreeView control from a self referencing table

This article will show how to implement a custom ASP.NET Tree View control that supports auto binding from a self referencing table. The control supports binding from a Data Source control or programmatically using the Data Source property.

Using HttpModules with URL re-writing to handle fake directory requests

Explains how to use HttpModule in conjunctions with IIS to handle requests to fake directories.
11 Apr 2007, 17:02:00   Source: Using HttpModules with URL re-writing to handle fake...   Tags: ASP.NET