The program for indexing and renamings of JPEG-files, creations of thumbnails and searchings of duplicated pictures.
An Examination of .NET and How and Where ASP.NET Fits In is an article which describes you about the .NET framework and how ASP.NET fits into that framework. The author also discusses about how a source code is translated into an executable...
Boxing and Unboxing of Value Types in C#: What You Need to Know? is a web based tutorial in which author elaborates the concepts of boxing and unboxing value types. The author also explains the problem that occur while programming boxing and...
An Introduction and Overview of the Microsoft Application Blocks is an article which provides you more information about the two application blocks data access and exception management application Blocks. Data access application block is used to...
The Ins and Outs of DataViews is an ASP.NET tutorial in which the author gives details about the dataview which helps in viewing the data in the datatable. Here the author explains the procedure for creating the data view and the method of...
True Binary Serialization And Compression of DataSets is an article in which the author gives details about dataset. The author explains about Data Table and Data set, which are the objects helping to serialize data. Here the author gives details...
This tutorial by Devshed.com delves into basic syntax, and concepts of Python. It also traces the history of development and coming about of Python as a scripting language.
This Perl script checks the "Last Modified" date and time of a file. You can choose the display formats. It can also be used to check on a file placed outside the root directory.
Taking Advantage of .NET Framework Classes - Part 1 is a tutorial which discusses about the system classes, assemblies and namespaces of the .NET framework. .NET framework contains ASP.NET, the Common Language Runtime (CLR)and the .NET Framework...
This script checks the Last Modified date and time of a file. It is handy for displaying the Last Modified date and time of a file. It can be used to check on a file placed outside the root directory. |