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
Category: web development
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
Joomla upgrade from version 1.5 to 1.6 or later
For template upgrade Joomla Document: Upgrading a Joomla 1.5 template to Joomla 1.6 For DB changes between 1.5 and 1.6(1.7): database upgrades in joomla 1.6 Adapting a Joomla 1.5 extension to Joomla 1.6
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/