Visual Studio 2011 Express for web beta (Visual Studio 2012)

I started using it from several days ago at work. Good Intellisence for CSS, which is really useful Intellisence for JavaScript, heard that’s working. Build in Unit Test, not used yet though Real time search functionality. As soon as you type a keyword editor shows the result on screen, which is the same function as… Continue reading Visual Studio 2011 Express for web beta (Visual Studio 2012)

Unit Test Getting Started

Which is the best one? http://stackoverflow.com/questions/393184/which-unit-test-framework-and-how-to-get-started-for-asp-net-mvc Many recommend xUnit, but NUnit and MSTest is easy to start. So, I’ll start with NUnit, cause MSTest doesn’t support WVD 2010 express. How to setup NUnit at VWM 2010 express Or Visual Studio C# express http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/ BTW, Good news, WVD 2011 beta has MS unit test out of… Continue reading Unit Test Getting Started

Entity Framework vs NHibernate

NHibernate vs EntityFramework – Experience From the Real World This is a really great article, unbiased well developed review between EF4 & NHibernate. NHibernate and Entity Framework essentials using a Model First approach This is brief sample of implementation with comparison BTW, the conclusion is If no special reason, stick to ADO.Net with DataSet If use… Continue reading Entity Framework vs NHibernate

Subversion

Subversion Clients As a developer to use/access Subversion, you have to use subversion client as follows. for Windows User Simple One : Tortoise SVN Plug-in for Visual Studio : ankhsvn for Mac User Simple One : svnX 1.3.2 Plug-in for Eclipse : subclipse 1.6 (be careful to choose right version. v1.6 is good for now) Subversion is… Continue reading Subversion