ASP.NET Controls to prevent automatic registrations from bots is an article in which the author shows how to avoid automatic registration by a set of controls called Antauto. For this purpose you can use the CodeImageValidator and CodeImage class...
Binding ASP.NET Controls to Data is a simple tutorial in which the author gives details about data binding with the help of web controls in ASP.NET. The author gives explanation about Data-bound control, which helps in binding data source with web...
Learn to read and write XML with .NET's XML classes is an ASP.NET tutorial in which programmers can learn about the procedure for reading and writing the XML documents by using XmlReader and XmlWriter classes respectively. The author elaborates...
Serialize Objects to XML in .NET is an easy to learn tutorial in which author gives details about serialization technique which helps in converting objects state into XML format. In this tutorial the author offers source code which executes the...
COM to .NET is a solution that can be used to migrate COM based codes into .NET codes. Users are allowed to organize their applications and not to register ActiveX objects or COM objects. This program has an ability to create wrappers as C# code...
From XML to Database using the XmlTextReader is an easy to understand tutorial in which the author discusses about the process of migrating the content of the XML files into database with the help of XmlTextReader. The author gives details about...
Aurigma Com To .net is a multi-platform compatible program that is intended for simplifying the migration of COM-based code to .NET. It generates .NET classes as COM wrappers. The main feature of COM to .NET is that you need not register COM...
How to empty controls? (working like a "reset" button) is a web based tutorial through which users can get idea about the procedure to clear the form content. Here author offers certain code which perform the above said process, users...
Migration from J2EE to .NET is a ASP.NET reference article in which programmer can get information about various tips that can be handled while migrating J2EE to .NET application. This article gives some functionalities like sample snippets,...
Moving Java Applications to .NET is a reference article which deals about the information of .NET and java by comparing them, what are all the method for converting java application to .NET, some advanced information about .NET and .NET framework.... |