lyon-smith.org

The Lyon-Smith family web site.
Welcome to lyon-smith.org Sign in | Join | Help
in Search

Browse by Tags

All Tags » .net 3.5 » c#
  • Correct Comparisons for files and paths in .NET

    So exactly how should you compare file and path names in .NET programs?  Ordinal case insensitive comparisons are the correct approach according to this MSDN article.
    Posted to code-o-rama (Weblog) by john on February 1, 2008
  • Dynamic Code Generation in .NET

    I recently had the need/desire to dynamically generate some code in .NET.  It's not something you tend to do a lot unless you are creating a compiler, so it was an interesting experience.  In the end it didn't solve my problem, but it was educational none-the-less. First I'll describe the scenario of the problem I was trying to solve ...
    Posted to code-o-rama (Weblog) by john on January 5, 2008
  • Reader Writer Lock in .NET 3.5

    I was directed to this really great blog by Joe Duffy on the new ReaderWriterLockSlim in .NET 3.5.  Vance also has a good blog too.
    Posted to code-o-rama (Weblog) by john on April 20, 2007
Powered by Community Server, by Telligent Systems