Categories
ASP.NET → Tips and Tutorials

XmlDataSource Control

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.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

ASP.NET Configuration System

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...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Encrypting Connection Strings in web.config file

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...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Using HttpHandlers and HttpModules in your ASP.NET Websites

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
    • Windows
  • Licenses
    • Other Free / Open Source License
DETAILS

Encrypting your ViewState in ASP.NET 2.0

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
    • Windows
  • Licenses
    • Other Free / Open Source License
DETAILS

Error Handling techniques in ASP.NET 2.0

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
    • Windows
  • Licenses
    • Other Free / Open Source License
DETAILS

Enabling Gzip and Deflate HTTP Compression in ASP.NET pages

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
    • Windows
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

Building ASP.NET UserControls

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
    • Windows
  • Licenses
    • Other Free / Open Source License
DETAILS

Using and Understanding Cookies in ASP.NET

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
    • Windows
  • Licenses
    • Other Free / Open Source License
DETAILS

URL Rewriting with ASP.NET 2.0

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
    • Windows
  • Licenses
    • Other Free / Open Source License
DETAILS

Page:
©2003-2019 jCay.com