Get the Most out of .Net is a web based tutorial which deals with methods which are involved in increasing the performance of the .NET application. Here author discusses about string builder objects which has to be used instead of cancatenation,...
Consuming the RSS Feed of Amazon using C# and ASP.NET is an article demonstrating the webmasters about how to extract the RSS Feed from the Amazon website and using XSLT how to change it to HTML format. After that it could be brought up in the...
Completely revised and improved, the second edition of Programming Python is an excellent compendium of material geared toward the more knowledgeable Python developer. It includes dozens of reusable scripts for common scripting tasks, and is one...
You can increase and enhance the security measures of your website and its content from hackers and frauds by encrypting the files. This multiplatform script can also be used as a stand alone application from your desktop to encrypt and decrypt...
Advanced script that reads and displays the ID3 Tag of MP3 songs located on remote servers. It also reports if the server is down, the link is broken or has no ID3 TAG. The check procedure uses very little bandwidth.
An Examination of .NET and How and Where ASP.NET Fits In is an article which describes you about the .NET framework and how ASP.NET fits into that framework. The author also discusses about how a source code is translated into an executable...
Code in Style with ASP.NET Themes is one of an article about ASP.NET themes. Theme is used to define the display of controls and pages. The themes could be used for the whole web application which is described in this tutorial. The author explains...
In a Class of its own - the .NET Zip Library is a web based tutorial in which users can gather information about compressing and uncompressing the zip archieves through .NET Zip Library in ASP.NET, which is one of the omitted class in .NET frame...
In this online tutorial the assembly accessibility is detailed by the author. The main highlight of this article is about the .NET assemblies. The two classification of assemblies are discussed in detail. The author explains about the need of...
Implementing Two-Way Control Binding for Web Forms is an ASP.NET application through which users can gain knowledge about data binding in the web forms and also about two methods of control over the databinding in the web forms with the help of... |