SmartLink ORM - SQL 2005 Edition

IntroductionSmartLink ORM - Express Edition is an innovative ?Object Relation Mapping? framework for .NET platform that target Microsoft SQL 2005 database.

SmartLink ORM - SQL 2005 Edition 1.0.3.0
Publisher: RAD Consulting Limited License: Shareware
Version: 1.0.3.0 Date Added: 13 November, 2008
File Size: 1000.0 KB Downloads: 0
Price: $14.95 Editor Rating:
Systems: n/a

IntroductionSmartLink ORM - Express Edition is an innovative ?Object Relation Mapping? framework for .NET platform that target Microsoft SQL 2005 database. SmartLink help simplify application development by reducing the need to write cumbersome data access code (CRUD), thus giving you more time to focus on more important tasks. Developers and/or architects will have more time to focus on solving business problems and to better understand the ?problem domain?, identity the skills and technologies needed to deliver a ?quality product? and successful implementationKey FeaturesOptimistic LockingLazy loadDomain drivenEase of useLightweight yet powerfulChange notificationLicenceSmartLink ORM - Express Edition is a stand-alone licence with unlimited entity mapping.Stand-alone licence entitle you to build any number of applications using SmartLink ORM - Express Edition for your own personal use, and not for commercial use.DocumentationClick here to Download SmartLink ORM product documentation with code examples before you buy. Alternative, you can download the SmartLink ORM - Free Edition here.Code ExamplesFind customer where customer id = 1&nbsp;SmartLinkService datastore = DatabaseManager.Instance.GetConnection("MySqlConnection");Customer customer = datastore.FindSingle<Customer>(1); // customer id is numericOrCustomer customer = datastore.FindSingle<Customer>(new Guid("Valid Guid goes here.")); // customer id is uniqueidentifierFind all customersIList<Customer> customers = datastore.Find<Customer>();OrFind all customers where name = "John Doe" and DOB = 10 days ago or Single = trueIList<Customer> customers = datastore.Find<Customer>(Entity.Where("Name") == "John Doe" && (Entity.Where("DOB") == DateTime.Now.AddDays(-10) || Entity.Where("Single") == True);More examples can be found in the documentation.For more information and/or to download SmartLink ORM - Free Edition, go to RAD Consulting

SmartLink ORM - SQL 2005 Edition 1.0.3.0 Related Software

SmartLink ORM - SQL 2005 Edition 1.0.3.0 Publisher's Products

Social bookmarks:
  Add to Delicious Add to Technorati Add to Blogmarks Add to Digg Add to Reddit Add to Furl Add to Newsvine Add to Slashdot Add to StumbleUpon Add to Blinklist

Text link code :
Hyper link code:
UBB/BLOG code:

Download Now
File Size: 1000.0 KB