Tag: tools

  • EF Profiler and investigating object context

    Summary : EF Profiler worth his money ! Long Description : I have finished a application with Entity Framework and POCO – and custom generated (.tt) files. Now it was time to investigate performance  – and it was a terrific problem. How EF Prof helped me : 1.  Displaying number of ObjectContext created and disposed…

  • My programmer tools in 2009

    you can download the PDF from http://msprogrammer.serviciipeweb.ro/wp-content/uploads/2010/03/tools.pdf Tool Description Link SharpZipLib Zip files programatically http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx nunit test http://www.nunit.org/index.php svn source control http://subversion.apache.org/ hudson continous integration http://hudson-ci.org/ EntityFramework sql server database to .NET code filehelpers parse csv and other files http://www.filehelpers.com/ log4net logging http://logging.apache.org/log4net/ lumisoft parsing email messages http://www.codeproject.com/KB/vista/SMTP_POP3_IMAP_server.aspx moq mocking in unit test http://code.google.com/p/moq/ automapper…