Tag: Development

Community

Connection Pooling (ADO.NET)

(Mukesh Kumar) Creating a database connection is somewhat time-consuming because it involves the overhead of network-level handshaking and security credentialing for each new connection request. ADO.NET uses a technique called connection pooling, which minimizes the cost of repeatedly opening and cl

Community

Animation in VB.NET, Part 3

(Richard Newcombe) In this article we are going to look at Bitmap Animations in VB.NET. In VB6 we had to make extensive use of API’s in order to load and initialize large quantities of smaller images. Now in .NET we have the GDI+ dynamic library that has a large selection of graphic classes and func

Community

Parallel Programming

This is the first in a series of articles introducing the parallel programming techniques that are available in the C# programming language and the .NET framework version 4.0. The first part describes some of the concepts of parallel programming.