p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
BOOK: .NET Domain-Driven Design with C#: Problem - Design - Solution ISBN: 978-0-470-14756-6
This is the forum to discuss the Wrox book .NET Domain-Driven Design with C#: Problem - Design - Solution by Tim McCarthy; ISBN: 9780470147566

Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: .NET Domain-Driven Design with C#: Problem - Design - Solution ISBN: 978-0-470-14756-6 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old June 30th, 2009, 07:49 AM
Registered User
Points: 5, Level: 1
Points: 5, Level: 1 Points: 5, Level: 1 Points: 5, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Post Versioning Entity

Is there possibility and need to use versioning of entity objects in order to have different versions of entities
and to put

int _version;

public int Version
{
get { return _version; }
set { _version = value; }
}

into EntityBase


For example if we have to transfer from one version of software to next
and there is period when two versions must work simultaneously.

What about changes in domain with properties of entiteies (no mater are they value objects or collection of entities).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
character entity into numeric character entity srkumar XSLT 1 November 22nd, 2007 04:53 AM
Assembly Versioning balesh.mind ASP.NET 2.0 Professional 5 October 9th, 2007 11:59 AM
Automatic Versioning in AssemblyInfo piyushnu Assembly Language 1 April 16th, 2006 03:36 PM
Web Services Versioning RM82 .NET Web Services 2 March 2nd, 2005 12:08 PM
Difference between Entity and Entity type arshad mahmood C++ Programming 0 May 8th, 2004 01:34 AM



All times are GMT -4. The time now is 01:23 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc