• Twitter Weekly Updates for 2010-03-21

    mercurial init http://hginit.com/ # long forget,but remember it : http://www.ssw.com.au/ssw/Standards/ #blog # Powered by Twitter Tools

  • Twitter Weekly Updates for 2010-03-14

    store message in cards order : http://www.jerde.net/peter/cards/ and .NET code http://www.codeproject.com/KB/recipes/steganodotnet19.aspx #

  • 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…

  • Twitter Weekly Updates for 2010-03-07

    ignite coding http://msdn.microsoft.com/en-ca/ff182908.aspx hanselmann,jeremy miller,uncle bob … # @tobint asp.net mvc 😉 in reply to tobint # @MS_SQL_Server Data Bars,Sparklines,Indicators,Map and spatial data in reply to MS_SQL_Server #

  • Saving Setting for Windows Forms

    Saving and retrieving application settings Every application that I have made needs at minimum two things,that we will put on the generic term “ settings “: 1. “remember” their state – information that are read at the beginning,write at the end of the program . We will name those “local settings” because there are different…

  • Save settings – with a class that reads from or saves to app.config or web.config

    Step 1: Add reference to System.Configuration Step 2 :Derive your class from ConfigurationSection Step 3 : Put your values to be retrieved with ConfigurationProperty attribute Step 4: add a section to your config file and an entry Step 5 : read with ConfigurationManager.GetSection and convert to your class Download code See video

  • How To … Read database connection strings from app.config or web.config file

    Step 1 : Add a app.config file Step 2: Add the connection string Step 3: Add reference to system.configuration Step 4: Use the connection from ConfigurationManager.ConnectionsStrings   download visual studio solution        

  • How To … Create a new site similar with regular internet site in Windows 7

      Step 1 : Make a Web site with Visual Studio Step 2 : In IIS Manager create the new site Step 3: edit the hosts file (administrative rights) Step 4: Create the Web application,modify his Project=>properties=>Web =>Use local IIS Web Server Step 5: Edit bindings for new site to point to the folder of…

  • Window Forms tutorials

    You will find tutorials about loading a combo box from database,loading a treeview from database and how to transmit data between windows forms.   How to : fast fill a combobox with data from database How to : fast fill a combobox with data from database with Linq How To : load combo items from…

  • How to … test database code with BDD(NBehave)

    In this video,that is the continuation after How To … Test code from database with nunit   I will show how to transform a NUnit test into an BDD – NBehave test. As usual,you can download the code from here here  

I am ok , you are ok