Entity Framework Self-Tracking Entities not recommended by Microsoft

前端 未结 2 969
星月不相逢
星月不相逢 2021-02-02 13:45

While looking at Microsoft\'s web site, I discovered that they no longer recommend using Self-Tracking Entities.

Each link below is a MS resource that mentions not to us

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-02 14:03

    I authored Trackable Entities as a replacement for STE's: https://trackable.codeplex.com. It's deployed as a set of NuGet packages and Visual Studio extensions. There are a set of project templates, with T4 templates for ASP.NET Web API scaffolding, as well as item templates for generating WCF services.

    Here is a blog post I wrote comparing TE's with STE's: http://blog.tonysneed.com/2013/11/18/trackable-entities-versus-self-tracking-entities.

    Cheers, Tony Sneed

提交回复
热议问题