Code Answers
The latest articles, guidelines, tutorials and coding answers from The Code Project and developer.com.
This article demonstrates a new technique to optimize DBMS' output cursor storage using Virtual Cursor.
This is a cool chat application created in DotNet using web services having all the functionalities.
This article describes how to expand and collapse rows of a GridView using JavaScript.
This article provides an HttpModule that tackles the session-timeout problem on DotNetNuke (DNN) platform. It will redirect users’ subsequent requests to a page that prompts some informative messages after session timeouts occur.
A subclass which adds new display properties to a rich text box control.
This project allows you to add mouse gesture functionality to your Windows Forms application with just a few lines of code.
A light-weight month picker that will save you an hour or two.
Changing HTML content of an ASP.Net page using new technique that handle Response.Write()
With Visual Studio 2008, it is easy to create a nullable version of Microsoft's DateTimePicker
Fast LZW implementation using Binary Tree as a dictionary
Use LINQ's from clause to easily traverse the relationships in your database.
See how you can manage, maintain, support, or even build large-Grid environments.
Learn how to share entire pages and books between portals and then how to use data input from one remote portlet in another remote portlet.
Why get bogged down in the quicksand of the Oracle Call Interface (OCI) when you can get the same service with less code and fewer headaches with Vincent Rogier's OCILIB?
The Visual C++ 2008 Feature Pack incorporates C++ language changes that move C++ closer to the upcoming C++0x standard. The new language elements build on the powerful features of the C++ language, and include support for regular expressions, function objects, and a number of new STL containers as well as many other new features. Review some of the new language features, and see how they can be incorporated into C++ applications.