This is a tutorial that contributes users on filtering unnecessary words from the text posted by visitors or members. Here the author explains everything including storing the words which are considered as bad words in an XML file. This will be...
Replace() In .NET is an easy to understand tutorial in which the author gives an idea about Replace() function, which helps in replacing a particular application in .NET framework. Here the author explains about how to utilize this Replace() in...
While ASP.NET 2.0 is completely backwards compatible with ASP.NET 1.1, its new features may require you to revise parts of your Web applications. This article provides a detailed analysis of how changes in ASP.NET 2.0 will influence your porting...
Properties in C# : A new cover on old book is a tutorial which gives you more information about the properties in C#. Properties in C# helps you to get and put the values in fields of a class and thus it protects the fields. These properties...
This is a web based tutorial which helps you in knowing about the use of the ProcessModelInfo class of ASP.NET. In this tutorial the author gives you the syntax for getting the values returned by the methods of this class. This tutorial explains...
This is an ASP.NET tutorial in which you can obtain information about the various enumerated values such as DeadlockSuspected, MemoryLimitExceeded, PingFailed, RequestQueueLimit, Timeout etc., of the ProcessShutdownReason enumeration of ASP.NET....
This presentation provides a sweeping overview of the new features in ASP.NET 2.0. The first half of this presentation previews topics that are covered in detail in the next eight decks. The second half (beginning with the first slide after the...
Preparing your ASP Pages for a Transition to ASP.NET is an article which clearly presents the difference between the ASP and ASP.NET. In this article the author briefly examines the design and development changes in ASP.NET from classic ASP. The...
This is a tutorial where readers can find information about utilizing CDO for sending to newsgroups. In this tutorial the author explains that Collaboration Data Objects (CDO) is a collection of objects that can be used for including messaging...
Pick up the basics of .NET Framework multithreaded programming is an ASP.NET article through which programmers can learn about the methods involved in constructing multi threading applications. The author gives examples to create threading in VB,...
Perform Multiple Tasks Using Threads is an article in which author elaborates the procedure for creating and managing multithreaded programme with the help of C# mechanisum. In this tutorial users can learn about procedure for creating a thread...
In this tutorial the author discusses about passing classes in ASP.NET by using LosFormatter. Here the author explains about a new way of persisting that is passing a new class in to another ASP.NET page after serializing and thereby...
Offering a better (ODP Compliant) ASP.NET Session object is an informative article which provides solutions for the maintenance and utilization of ASP.NET session state of the .NET session object. This article shows you the result of the session...
In this article the author brings out a new idea of generating a fresh webpage using templates. This might help the users to interface with the clients and the content management would be more powerful. This might be more useful for those who...
Object Oriented Features of JScript .NET is an article in which the author explains the various object oriented features such as inheritance, polymorphism and casting as well as the class accessing rules etc.,of jscript. A class is an user defined...
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...
Multithreading in VB.NET is an easy to learn tutorial in which the programmers can gather information about the method of creating a multi threading application in VB.NET. The author explains about the thread class which is hosted on...
Multithreading with C# is an easy to learn tutorial in which the author gives suggestion for the programmers to choose C# threading in .NET threading. Here the author compares between java and C# threading process and gives several advantages of...
This is an online tutorial that comes like a quick reference guide to allow the ASP.NET developers to gather information about developing .NET applications. This tutorial presents examples and sample applications through the links. There are ten...
Monitoring File System Events is an easy to understand tutorial in which the author gives details about the method of detecting if there are any changes in the file system and folder. Thr author gives explanation about System.IO.namespace, which... |