571 reputation
26
bio website geniusua.livejournal.com
location Kharkiv, Ukraine
age
visits member for 2 years, 6 months
seen Oct 20 '12 at 9:23
stats profile views 34
See my blog

Dec
3
comment .Net Best Practices : Common Bugs Introduced By Refactoring, Carelessness, and Newbies
@Nawaz, sure. I 'll not add an entry here since it doesn't fit to the subject, mb in other topic. So what did I mean: as I see your property, this is a part of entity. Entity is probably from db. Usually we create classes that maps to tables w/fields. What I was saying about is: Not to create classes w/props manually, but create a template for them in CodeSmith (comm) or T4 (free) and use every time when the database is changed, so it will create classes (entities) and properties (from fields) automatically. Hope my explanation is clear.
Dec
2
answered .Net Best Practices : Common Bugs Introduced By Refactoring, Carelessness, and Newbies
Dec
2
comment .Net Best Practices : Common Bugs Introduced By Refactoring, Carelessness, and Newbies
I afraid your fix is very complex. I would prefer to make the class autogenerated. So there FirstName will be FirstName. Everywhere. This how I do most of my projects and I don't have similar problems during refactoring, before and after.
Dec
2
answered How do you avoid being the victim of a syntax pedant on StackOverflow?
Dec
1
comment What is the general tech news website every programmer should read?
@Gary Rowe, sorry, no. They require some invitations for registration, that I don't care. I don't have account there. But anyway I can help with contacting with operators.
Dec
1
comment What is the general tech news website every programmer should read?
@Developer Art, you are right. This article is not well formed as a translation. On this site the link must be provided below the article before 'poster' name. Better to inform their moderators about this issue, because they can't verify every article on that I guess. Anyway, I don't have an account on this site, I'm only reading.
Dec
1
comment What is the general tech news website every programmer should read?
For people who know russian: Habrahabr.ru
Dec
1
answered Which features from other IDEs/editors you wish you have in Visual Studio?
Nov
30
answered Software on Budget and on time?
Nov
29
answered Which useful alternative control structures do you know?
Nov
25
awarded  Supporter
Nov
3
awarded  Nice Answer
Nov
1
awarded  Teacher
Nov
1
answered What is the difference between `update` and `upgrade`