From my experience the major ORM frameworks for .NET (NHibernate, LinqToSql, Entity Framework) work best when they keep track of loaded objects. This works fine for simple client-server applications, but when using three- or more tier architecture with Web Services in a Service Oriented Archtitecture, this is not possible. Eventually, by writing a lot of […]
ORM and SOA in the .NET world
- Post author By user user
- Post date
- Categories In .net, change-tracking, linq, orm, soa
- 8 Comments on ORM and SOA in the .NET world