in

DotNetMarche

.NET Framework User Group delle Marche

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Entity Framework relations and entityKey

    Suppose you generate an Entity Framework model on standard northwind database, you have a customer id and you want to generate an order for that customer. A possible solution is using (ModelTestBase context = new ModelTestBase()) { Orders order = new Orders(); order.Freight = 1.0M; order...
    Posted to ExternalBlogs (Weblog) by Anonymous on 18 Feb 2009
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems