{"id":501,"date":"2015-07-09T11:21:47","date_gmt":"2015-07-09T05:51:47","guid":{"rendered":"http:\/\/mairwa.com\/wordpress\/?p=501"},"modified":"2015-07-09T11:21:47","modified_gmt":"2015-07-09T05:51:47","slug":"create-proxy-instance-in-entity-framework","status":"publish","type":"post","link":"http:\/\/mairwa.com\/wordpress\/?p=501","title":{"rendered":"create proxy instance in entity framework"},"content":{"rendered":"<p><strong>DBContext =\u00a0contextobject<\/strong><\/p>\n<p><strong>Entity= tablename\/entiry\u00a0name<\/strong><\/p>\n<p>var obj= DBContext.Entity.Create();<\/p>\n<p>DBContext.Entity.add(obj);<\/p>\n<p>then obj has all reference\/navigation.<\/p>\n<p>var obj= new\u00a0Entity();<\/p>\n<p>DBContext.Entity.add(obj);<\/p>\n<p>then obj has not reference\/navigation map.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p class=\"excerpt\">DBContext =\u00a0contextobject Entity= tablename\/entiry\u00a0name var obj= DBContext.Entity.Create(); DBContext.Entity.add(obj); then obj has all reference\/navigation. var obj= new\u00a0Entity(); DBContext.Entity.add(obj); then obj has not reference\/navigation map. &nbsp; &nbsp; <a href=\"http:\/\/mairwa.com\/wordpress\/?p=501\">Read more &rarr;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-501","post","type-post","status-publish","format-standard","hentry","category-ado-net-entity-framework","xfolkentry"],"_links":{"self":[{"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=501"}],"version-history":[{"count":1,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/501\/revisions"}],"predecessor-version":[{"id":502,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/501\/revisions\/502"}],"wp:attachment":[{"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=501"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=501"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}