This is a simple web based tutorial in which the author teaches you how to get the directory of the specified string and displays it on the client side using PHP. In this tutorial the author defines a function to perform this operation. You can...
The new security components in .NET 2.0 can help you greatly reduce the amount of code you need to write in order to make your applications secure. Security is difficult to get right, and it is a good strategy to leverage the code provided by...
Build CAB Files In .NET is a web based tutorial which specially concentrates on CAB file creation. The author elaborates the procedure in steps for generating the CAB file in ASP.NET applications. The author offers source code for creating the CAB...
Build a Versatile .NET Code Execution Timer / Logger is a web based tutorial which helps in generating code which works in calculating the executing time of the .NET applications. Through this article users can learn more about setting run time...
Build a Forum Using ADO.NET is an article in which author demonstartes about procedure that have to be adapted by the users to build the customized web forum, which helps in storing data in it. In this article author offers certain codes which...
Create a custom server control in .NET to serve data to different types of devices is a tutorial which helps you to build a custom server control for transforming the data to various devices such as the palm, pocket PC, internet-enabled phones,...
Cryptography in .NET (part 1) is a web based tutorial in which the author details about symmetric algorithm, which helps in securing the users password. Here the author offers characteristics of symmetric based encryption and the method of...
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...
Letter/Alphanumeric Based Paging in ASP.NET is a tutorial through which you can learn how to add letter-based paging in datagrid control using the repeater control of ASP.NET. The author explains the users, how to add the datagrid control to the...
Multithreading in .NET is a web based tutorial through which the users learn about the three ways of providing multithreading facility in .NET framework. The author offers details about simple threading process which uses delegate objects and... |