Browse by Tags

Sorry, but there are no more tags available to filter with.
Selecting an OR Mapper
Tuesday, November 13, 2007 1:53 PM
it's hard work selecting which OR mapper to use, these are a few steps to help select the appropriate mapper Easy to use and read. 1: UserEntity entity = new UserEntity(); 2: entity.FirstName = "Amir" ; 3: entity.LastName = "Magdy" ; 4: entity.Password = PasswordHash; 5: entity.Save(); No strings used to refrence object names. 1: new TransactionCollection... Read More...
Code generation [why]
Tuesday, November 13, 2007 3:38 AM
"code was meant to be written" to quote a developer friend of mine. Well i don't think so, there's a lot of code that takes ages to be built and usually was being given to newbies in the team to do a long repeatative task for instance to map all DB objects into code classes something the developers can use. and you have the problem where someone... Read More...
by amir.magdy | with no comments
Filed under:

This Blog

Syndication