I'm looking to load an ascii file's contents into a string, and compare it against a string pulled down from a database table. And if the database...
I have an application (let's call it Main.exe) and a helper process (call it Update.exe) that periodically updates Main app. Update.exe needs...
If my destructor of my class (derived from usercontrol ) never gets called , does this mean that its not collected by the GC and hence allocated...
Hi, Is there a tool available for building .NET 1.1 VS 2003 projects from CSPROJ files? It appears that MSBuild.exe only works with NET 2.0...
n the Assembly Information, you can set the assembly version and the file version. What is the difference between the two? The documentation is...
Can I force a function to NEVER be inlined? I want the call stack returned by: System.Diagnostics.StackTrace callStack = new...
Since the call stack can be changed in release, as functions are inlined, how can you be certain to get the current class name of any method...
No sense in putting each one in a different post. 1. What is the difference between String and string (upper- and lower- case)? 2. Which is...
I am trying to write an application using VS 2005 that accesses an Access database. Unfortunately, VS 2005 doesn't seem to understand the new...
Quick question, what is the point for forcing the semicolon at the end of the while statement? See example below: x = 0; do { x = x + 1;...
Up to now I've played, more or less, regarding .NET and C#. Now I want to get up to speed on these technologies. What are the best things to...
Separate names with a comma.