Media Manager Pro Component can not only convert media files from one format to another but can do a lot more including grab thumbnails, extract audio from video and post water mark on videos in real time when converting using .Net...
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...
Build A Non-Zero Based Array In .NET is a web based tutorial in which author describes about constructing multi-dimensional zero-based array objects for stroring valus in flex array objects. The author describes about Getvalue and Setvalue method...
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...
Caching in .Net - Overview is an article in which users can get idea about page caching technique. In this tutorial author discusses about page caching, object caching, and methods involved for setting expiration time. Here the author describes...
Configuration & Application Settings in .Net is an easy to learn tutorial in which the author concentrates on the process of generating web configuration files inorder to store strings and settings of the web application in it. The author...
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,...
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...
Creating a Data Access Layer in .NET -Part 2 is an article through which you can know about the Data Handler classes that has Connection, Command and DataAdapter objects. This article also gives you a brief explanation about configuring the...
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...
Multiselect from a listbox in .NET is a simple tutorial easily understandable by the users. This tutorial demonstrates the method of adding items in the listbox control and how to select multiple items in the listbox control. This tutorial offers...
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...
Perform XSLT Transformations in .NET 1.1 is an article in which the author discusses about the method of trnasforming XML documents by using XSLT. The author describes about XmlResolver method which helps in transforming more than one document....
Performance Tips and Tricks in .NET Applications is a web based article in which author discusses about constructing ASP.NET applications with perfect code inorder to execute faster and also to increase the performance of those applications. Here...
Reading and Writing XML Documents in .NET is an article in which author gives details about the procedure for reading and writing XML documents. Tha author gives details about XmlTextWriter Class which executes the process of writing XML documents...
Regular Expressions in .NET is an article in which the author elaborates the procedure for using the new features of regular expression in .NET framework. In this tutorial the author explains about new features with brief description about each...
Remoting in .NET is a simple tutorial in which the author offers details about .NET remoting which offers a path to communicate between the objects of different application. Here the author gives details about remote objects which execute outside...
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...
Retrieving HTTP content in .NET is an easy tutorial in which the author clearly explains the process of utilizing the functionalities of HttpWebRequest and HttpWebResponse classes to access the content of the web pages in .NET framework. This...
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... |