-
Twitter Weekly Updates for 2010-03-28
from @adrianflorea : http://www.sigpwned.com/content/economics-perfect-software #blog # Powered by Twitter Tools
-
ASP.NET MVC Extensions Methods
These are my extensions. Not display dropdownlist if the Select list is null Transform Enum to SelectList Transform Generic list into a SelectList Display pager control Other extensions available that are good : http://blog.wekeroad.com/blog/asp-net-mvc-list-helper-extension-method/ http://www.hanselman.com/blog/ASPNETMVCSessionAtMix08TDDAndMvcMockHelpers.aspx http://helios.ca/2009/09/21/asp-net-mvc-extension-methods-of-urlhelper/ http://blog.donnfelker.com/2010/02/25/asp-net-mvc-tempdata-extension-methods/ http://inq.me/post/ASPNet-MVC-Extension-method-to-create-a-Security-Aware-HtmlActionLink.aspx If you know more,please tell me
-
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…
I am ok , you are ok