Connection pooling is process of taking a connection from a pool of connections, once connection is created in the pool any application can re-use that connection, The main purpose of any application is provide fast & efficient solution
After deploying your web application you have to know about errors that occur when somebody (any "user") uses the application. Usually,...
I have personally run into this issue a few times and I have helped a couple of people debug it. What generally happens is that you set up a test or development box running Vista and IIS7.. everything works fine from http://localhost, but when you try...
This ascx control displays current weather and weather forecast data on your ASP.NET website straight from an xml feed on weather.com. This may not be the prettiest or most efficient way of accomplishing this...
Though the performance improvements blog highlighted work the Visual C++ te am had done around file-level parallel builds and incremental...
I am working on Excel report recentlty. Create Excel, Add worksheet all are working fine. the only problem is that I got the exception: System.Runtime.InteropServices.COMException (0x800A03EC): Unable to set the Orientation property of the PageSetup...
Question: I'm trying to build a setup application with Visual Studio 2005. Everything seems to work well, except when i run it, i got the error 1324: Error 1324: The folder path 'n/a' contains an invalid character.
Use Com Interop to Access the Windows Scripting Object How do I create a Shortcut on the Desktop from VB.NET or C#.Net? I also need to pass a user id and password...