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

ASP.net : How to Publish

How to publish ASP.Net application to GoDaddy windows web hosing server? There is step by a step guide at the blog of Kenan Bek How to publish SQL DB In case of GoDaddy http://www.salmontraining.com/SqlExpressZone/articles/publish_sql_server_godaddy_shared_hosting.html In general deployment http://www.asp.net/web-forms/tutorials/deployment/deploying-a-database-cs http://kingdango.com/blog/2011/12/a-simple-solution-for-deploying-code-first-model/