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
Author: rocker8942
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
Advanced tip for the use of Google Analytics
Google Analytics is so great just as it is out of the box. But, with a little more advanced tips, it can be much more useful beating competitors. 11 Google Analytics Tricks to Use for Your Website
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
APS.NET how to trigger Update Panel
Ajax.Net Update panel, different ways of triggering udates