Browse by Tags
Sorry, but there are no more tags available to filter with.
-
-
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 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...