LINQ to SQL Entity Base is a simple base class that is primarily designed to support LINQ to SQL in a disconnected way, which is one of the shortcomings of the LINQ to SQL technology at the present time. This is highly useful in an n-Tier or ASP.NET environment where disconnected functionality is relavent.

LINQ to SQL Entity Base includes change tracking support in a "disconnected from data context" mode.

LINQ to SQL Entity Base also supports automated re-syncing of entities to a data context. This includes all entities under a entity tree which is basically all parent --> child type relationships.

Other features also include:
--> Querying across entire LINQ to SQL entity tree for an object(s) with the use of LINQ syntax.
--> LINQEntityID property for each LINQ entity object for unique identification and bookmarking of a LINQ entity.
--> Support for Serialization (via DataContractSerializer) for use in n-Tier environments using WCF.


http://complexitykills.blogspot.com
http://www.codeplex.com/LINQ2SQLEB/Release/ProjectReleases.aspx?ReleaseId=12556

相关文章:

  • 2021-10-26
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
猜你喜欢
  • 2021-11-23
  • 2021-05-31
  • 2021-12-01
  • 2021-07-04
  • 2021-11-04
  • 2021-11-27
  • 2022-01-29
相关资源
相似解决方案