-
Today I'm using two mobile devices: The BlackBerry Perl 8130 and the BlackBerry 8830 'World Edition' phones by Verizion. The 8830 is larger but has a qwerty keyboard. If I'm actually going to be sending email from something, this is the...
-
I just discovered this great article on codeproject.com for optimizing ASP.NET 2.0 website performance: http://www.codeproject.com/KB/aspnet/10ASPNetPerformance.aspx by Omar Al Zabir titled 10 ASP.NET Performance and Scalability Secrets . I wanted to...
-
IIS combined with ASP.NET provides many technologies to improve performance and scalability. IIS provides a pool of threads so that it can server many requests simultaneously. The pool has a limited number of threads in it, and once they are used up additional...
-
Suppose you are writing a GUI application for Windows and you want to be able to debug your applicaiton by sending console output to a console window that opens only if you pass a certain command line argument or are compiled in debug mode. Console.WriteLine...
-
In a C# Windows Application or Console Application, you may want to access arguments passed to your application via the Command Line. This is actually very easy to do. All you have to do is modify your Main() method to take in an array of strings: static...
-
BIRT, the Business Intelligence Reporting Tool for Java, is a powerful open source reporting platform. It's a good tool but it has bugs and an overall lack of good documentation and support. However, if you spend time with it to learn it's ins...