no

How to Install and Setup Magento on a Windows 7 Machine

This tutorial will try to install and setup magento on a local pc running windows 7.  Requirements (I'm using the following versions, ...

How to Setup Elmah for Mvc3 .net

Tired of setting up your configuration to load elmah? You think you already configured everything even compiling the source code to build on...

How to Pass an Array of Objects to Mssql Stored Procedure

Oftentimes you need to pass an array of objects (could be ids, types, etc) in an mssql stored procedure that you either need to insert into ...

How to Setup Cruisecontrol.net With Collabnet Edge

Recently I was searching for a Continuous Build Integration software for dotnet like what Jenkins do for java and I've found CruiseContr...

How to Insert an Md5 Password in Mssql

To md5 a string in mssql we execute this query: select HASHBYTES('MD5', 'password') //But this has a problem because it re...

How to Activate Maven Profile Inside Eclipse

Normally maven is use for project dependency management and lifecycle, so there are several developers working on it. Each has its own devel...

Introduction to Entityframework Codefirst

This tutorial will attempt to explain how to update an already existing database using EntityFramework's CodeFirst approach. We need: ...

archive