Los Techies : Blogs about software and anything tech!

Browse by Tags

  • Abusing using statements

    I've always thought that the using statement was one of the most useful features included in C#. It's easy to use: public string GetFileTextForParsing( string path) { string contents = null ; using ( StreamReader reader = File .OpenText(path)...
    Filed under: , ,
Copyright Los Techies 2008, 2009. All rights reserved.
Powered by Community Server (Commercial Edition), by Telligent Systems