- 1,251 categories
- 40,829 scripts
- Explains how to use XMLDataSource Control to access and display XML Data Source (e.g. local xml file, or RSS feeds).
XML can bypass strong firewalls, it is independent of all platforms and doesn''t require special software to interpret.
- Explains how to edit configuration files (Web.config) at run time using Configuration API''s, Web Site Administration Tool and Web Site Snap-in.
ASP.NET Configuration system is used to describe the properties and behaviors of various aspec...
- Tutorial explains how to protect web.config sensitive informations, like connection strings, usually stored as plain text.
Microsoft has provided the capability to encrypt sensitive information in configuration files including connection string...
- In this article I would explain about HttpModules and HttpHandlers and how to use it on your Website.
Sometimes, just creating dynamic Web pages with the latest languages and databases just does not give you , the developer enough control over an a...
- Platforms
- Licenses
- Other Free / Open Source License
- In the previous release of ASP.NET, the page developer could turn encryption on and off at the application level through a config setting. When validation was set to 3DES, ViewState was encrypted before being rendered in the page. To reduce the chan...
- Platforms
- Licenses
- Other Free / Open Source License
- In this article, I would like to explain about Error Handling in ASP.NET. How to handle the error in ASP.NET 2.0 when an error happens in your website, how to handle unhandled error, tips and tricks for better error handling and also I would give som...
- Platforms
- Licenses
- Other Free / Open Source License
- This tutorial will help you setup HTTP Gzip and Deflate compression in your ASP.NET web application. We will make use of an ASP.NET web application life cycle event in Global.asax file to achieve that. The code is very simple to understand.
- Platforms
- Licenses
- Commercial License,
- Free for non-commercial use
- ASP.NET UserControl is the new way of encapsulate all your code reuse in your web applications. Old way of doing this would be via SSI includes which can be very messy and very hard to maintain if your site grow. ASP.NET UserControl is infact the sim...
- Platforms
- Licenses
- Other Free / Open Source License
- This article will explain about cookies and how to use Cookies in your ASP.NET applications. As we all know that cookies is very popular and being used by almost all websites in the world to track user information such as logon details, length of vi...
- Platforms
- Licenses
- Other Free / Open Source License
- In this article, you will learn about URL Rewriting in ASP.NET 2.0. URL Rewriting was originally introduced by Apache as an extensions called mod_rewrite. The concept of URL rewriting is simple. It allows you to rewrite URL from those ugly URL into ...
- Platforms
- Licenses
- Other Free / Open Source License
Page: