-
Recent Posts
- NHibernate using Cascade to merge disconnected objects
- Google Chrome Handles click event of submit button “differently”.
- Don’t mix business concerns with your repositories.
- .Net HiddenField ViewState in custom user control not maintained
- Improperly calling EnsureChildControls() will clear your ViewState
Recent Comments
- Rodney Kaufman on VIDEO: Elaina Laughing at monkey puppet!
Archives
Categories
Monthly Archives: January 2014
NHibernate using Cascade to merge disconnected objects
Recently, I ran into an issue where I was getting a list of objects separately (and not from NHibernate) and setting the parent objects IEnumerable equal to this returned object. I am not sure if it is an anti-pattern, but … Continue reading
Posted in Development
Leave a comment