AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.
Categories
Recent Posts
- Handling Files and Directories from your web applications. : Rockin J
Using C#, VB.NET, and ASP.NET to get all files of directory and subdirectory. Simply illustration of - Animated Popup Master/Detail using GridView, DetailsView and JQuery with jqModal & UpdatePanel : Muhammad Mosa
Demonstrate how to build master/details data presentation using GridView, DetailsView as animated pop - Understanding Script Injection Attacks : Sanjit Sil
This article helps to understand the concept of script injection attacks in detail using ASP.NET. Sanjit - Designing An Application Using Test Driven Development : Mohammad Azam
Application design is one of the most important aspects of creating the application. A design serves - Cross-Site Scripting in ASP.NET : SandeepReddy Pasham
Cross-site scripting attacks exploit vulnerabilities in Web page validation by injecting client-side
ASP.NET XmlProvider Library :
Sunday, August 24 2008
The ASP.NET XmlProvider Library provides an ability to leverage the ASP.NET 2.0 membership, roles, profile, and personalization model without having to persist information to a database. Instead, user information is persisted as XML files in the directory specified by the dataStorePath parameter of the provider. This is especially useful to folks who wish to use the ASP.NET model for membership but host their site with a provider that doesn't support database access -- or perhaps, they don't want to pay for it. The goal of this project is to get an Xml Provider library that is 100% complete feature-wise with it's SqlProvider cousins....State Management in ASP.NET : DSV Ramana
Securing .NET code : Mark S. Rasmussen
How to make any WebService Method "Timeout"-able : Peter Bromberg
File Denial : Steve C. Orr
Executing async task in asp.net : Andrea Colaci

