Form-based Authentication in ASP.NET is an ASP.NET tutorial in which programmers can gain knowledge about form based authentication which protects certain region of website to be accessed by the visitors. Here the author compares authentication...
Browser Sniffing in ASP.NET is a web based tutorial in which author elaborates the procedure for detecting the users web browser using HttpBrowserCapabilities property. The author elaborates the uses of HttpBrowserCapabilities Class for retrieving...
Caching in ASP.NET is a web based tutorial through which programmers can get details about caching technique, various method of caching technique and advantages of using cache technique. Here author gives some of the tips for utilizing the cache...
User controls in ASP.NET is a web based tutorial through which web developers can gain knowledge about creating toolbar control. In this tutorial the author shows you how to create a toolbar control with properties such as border width and color,...
Debugging in ASP.NET Application is a web based tutorial in which programmers can gather information about debugger, which tracks the program and detect if any bugs occur and perform debug process. The author gives details about the method of...
Detecting Browser Capabilities in ASP.NET is a web based article in which author elaborates the method of detecting the browser capabiltity with the help of HttpBrowserCapabilities properties. In this tutorial users can learn about various...
Displaying Browser Capabilities in ASP.NET is a web based tutorial in which author describes the method of detecting browser capability in ASP.NET. Here the author explains each properties of HttpBrowserCapabilities object, which helps in...
File Uploading in ASP.NET Using C# is a web based tutorial which deals with generating an application for file uploading in C#. The author describes about the methods of using the file control for both the single file uploading process and...
How to Manipulate Files in ASP.NET is a web based tutorial in which author elaborates the methods for reading, deleting and writing the content in a text file. The author explains the method System.IO namespace, through which file manipulation...
Synchronizing Cache Access in ASP.NET is a web based tutorial through which users can gather information about generating a cache application which can access the syncronized data from the server. Here author gives several syncronizing tips like... |