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

ASP.NET 3.5 Unleashed
Author: Stephen Walther
Average rating: 4.0 / 27
(27 reviews)
More .NET ASP.NET books
download
Top 10 Application Security Vulnerabilities in Web.config Files - Part Two
In this second part of a two-part series, you will learn about application security issues related to authentication and authorization, as well as five vulnerabilities commonly found in ASP.NET web-based applications.
A simple thermometer chart for ASP.NET
jThermometer is a class for creating thermometer charts of the type used generally to show progress toward a fund raising goal. The chart uses GDI+ to compose an image and stream it out to the browser.
15 May 2007, 15:43:00   Source: A simple thermometer chart for ASP.NET   Tags: ASP.NET Graphics
How To Create a Custom Policy Injection Application Block Handler
Using custom policy injection, you can configure and apply policies exactly the way you want them, doing it right requires a little effort.
14 May 2007, 21:15:08   Source: How To Create a Custom Policy Injection Application Block...   Tags: ASP.NET
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