Using the XSLT document() function in .NET 1.1 is an easy to learn tutorial in which the author gives details about the procedure for migrating XML documents by using Transform() method. The author elaborates about document() function, which helps...
Secure XSL Transformations in Microsoft .NET is an user friendly tutorial in which author describes the method for transforming XML data using secure XLS Transform class inorder to obtain a secure transformation. The author details about the...
Creating a Data Access Layer in .NET -Part 1 is an article that describes you about how to create a Data Access Layer (DAL) in ADO.NET using the latest whiz-bang tools in Visual Studio. In this article the author also discusses about various...
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...
How To Perform Fragment Caching in ASP.NET by Using Visual C# .NET is an article in which author demonstartes about the method involved in caching the users controls with in a web form, which termed as fragment caching. Here the author describes...
A Practical Comparison of XSLT and ASP.NET is an article in which the author shows you the diference in the performace of ASP.NET and XSLT. The author compares both ASP.NET and XSLT by providing the solution for getting the XML data and convert it...
Dr. GUI .NET 1.1 # 0 is an article attracts the programmers into .NET framework. This article gives the definition of .NET, how to perform .NET scripting on various languages, installation notes, visual studio, functions of .NET, history of...
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...
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...
Array Types in .NET is an article which concentrates on array types and methods of dimensioning these arrays. The author defines this CLR, which helps in dimensioning the array. In ASP.NET the users can create single dimension, multi dimension and... |