This is an dynamic dispatching approach inspired by C#-style events. The approach allows for the dispatch of an event to a series of chained methods through the use of a Dispatcher. The Dispatcher can be defined either as part of a class or merely...
Advertisement
Allow a module to install itself in a specific user's directory and optionally to make itself autorun when Windows starts.This component makes modules created by C++ Builder easier to teledistribute by mail to others.
Stringa is a simple C++ class, importable in console programs by clause: #include stringa.hpp.It was conceived to make esier character string managing into console (but not only) C++ programs.It treats strings as well as dynamic objects: carry out...
Exception Handling in C# is a tutorial which gives the solution to catch the run time errors and to eliminate it through exception. There are many standard exceptions which is available in ASP.NET framework. The author describes about the main...
Distributing and promoting commercial applications as trial and evaluation versions is highly important for any serious developer. However, the process of delivering trial and full versions of the program may be somewhat problematic. If the...
People coming from C, C++ or Perl might miss the so-called ternary operator ?: (condition ? then-expr : else-expr). It's most often used for avoiding several lines of code and temporary variables for very simple decisions, like printing the plural...
This is an online article that can be used by the users to learn about handling Two Tier Islands in Internet Explorer in displaying XML data with parent child relationship. With the help of this article users can learn about managing XML islands...
How To Cache in ASP.NET by Using Visual C# .NET is an ASP.NET article which explains about the methods involved to cache web pages and arbitrary objects in the server memory. In this article author explains about various steps involved in storing...
How To Copy DataRows Between DataTables by Using Visual C# .NET is an easy to learn tutorial in which the author elaborates the procedure to copy a particular datatable row and shifting it to another table with the help of datatable object by...
By referring this tutorial developers can deliberately generate web services with client technology to pass and receive documents by using ASP.NET and C#.NET. Sample source codes for building web service and a client for the web service has been...
Like my earlier C function decorator, this recipe is designed to make it easier to interact with C by removing some of the boilerplate code from defining C structs in Python.
C T S Classad 3.0 is a multi-platform compatible script that helps you with your classified ads (PHP4/MySQL) Unlimited number of ads, categories and subcategories, user management, ad edit by Administrator and user, free field definitions,...
Handling Exceptions in C# is a web based tutorial through which the programmers can gather details about error handling by using C#. The author describes the procedure to create a own error handling class, which can be called as Exception class....
Handling optional parameters in C# is an article which provides you some information about using the optional parameters in the user defined functions of C#. You can accomplish this operation by creating a class that encapsulates all the possible...
How to authenticate against the Active Directory by using Forms authentication and Visual C# .NET is an article in which author demonstartes about the step by step procedure that have to be adapted to use ASP.NET application for authenticating...
How To Control Page Output Caching in ASP.NET by Using Visual C# .NET is a web based tutorial in which author discusses about the methods involved in executing output caching technique. Here the author describes about the method involved to...
How To Implement Forms-Based Authentication in Your ASP.NET Application by Using C# .NET is an article about introducing forms-based authentication with the help of a database to keep the user's detail. The webmaster should create an application...
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...
How To Retrieve and Display Records from an Access Database by Using ASP.NET, ADO.NET, and Visual C# .NET is an article that explains step-by-step process of fetching records from the Access database and bind it to the datagrid control using...
HOW TO: Create a Summary Row for a DataGrid in ASP.NET by Using Visual C# .NET is an article that describes step-by-step process of creating a summary row in the datagrid control in ASP.NET. In this article the author explains the procedure with... |