IdeaBlade.DevForce.Compat by IdeaBlade

<PackageReference Include="IdeaBlade.DevForce.Compat" Version="7.2.3" />

 IdeaBlade.DevForce.Compat 7.2.3

DevForce takes care of your application's infrastructure-the gap between your data-layer and client-layer where the difficult job of turning raw data into business objects and moving them to and from the client's screen takes place. DevForce fills this gap so you don't have to. Instead of building, maintaining, revising, and defending your application's infrastructure; you can focus on what you do best-application development. DevForce implements end-to-end n-tier architecture by exposing a generic web service on the server that takes a LINQ expression and returns business objects to the client over the internet. Write LINQ queries on the client and get back business objects with your own custom business logic-just like working with a 2-tier or client-server application. DevForce handles all the n-tier WCF communications, serialization, and marshaling for you. Learn more at www.ideablade.com.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>IdeaBlade.DevForce.Compat</id>
    <version>7.2.3</version>
    <title>DevForce 2012 Compatibility Pack</title>
    <authors>IdeaBlade</authors>
    <owners>IdeaBlade</owners>
    <licenseUrl>http://www.ideablade.com/PDF/ideablade-product-license-terms-and-conditions.pdf</licenseUrl>
    <projectUrl>http://www.ideablade.com/</projectUrl>
    <iconUrl>http://www.ideablade.com/images/icons/devforce-icon-32.png</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>DevForce takes care of your application's infrastructure-the gap between your data-layer and client-layer where the difficult job of turning raw data into business objects and moving them to and from the client's screen takes place. DevForce fills this gap so you don't have to. Instead of building, maintaining, revising, and defending your application's infrastructure; you can focus on what you do best-application development.

DevForce implements end-to-end n-tier architecture by exposing a generic web service on the server that takes a LINQ expression and returns business objects to the client over the internet.

Write LINQ queries on the client and get back business objects with your own custom business logic-just like working with a 2-tier or client-server application.

DevForce handles all the n-tier WCF communications, serialization, and marshaling for you.

Learn more at www.ideablade.com.</description>
    <summary>Optional limited DevForce 2010 backwards compatiblity support.</summary>
    <releaseNotes>http://drc.ideablade.com/DevForce-2012/bin/view/Documentation/release-notes</releaseNotes>
    <copyright>Copyright © 2001-2014, IdeaBlade Inc.</copyright>
    <tags>Asynchronous, business objects, code-first, enterprise, entity framework, interception, linq, lob, model, mvvm, odata, persistence, poco, Silverlight, validation,, winforms, winrt, wpf, xaml</tags>
    <dependencies>
      <dependency id="IdeaBlade.DevForce.Core" version="[7.2.3]" />
    </dependencies>
  </metadata>
</package>