Core runtime in.NET Framework Newer runtime pieces out-of-band (NuGet) Tooling in Visual Studio Runtime in.NET Framework Tooling in Visual Studio Runtime out-of-band (NuGet) Tooling out-of-band (Microsoft Download Center) Latest version “chained in” to new Visual Studio releases
public class Listing { public int ListingId { get; set; } public string Title { get; set; } public string Description { get; set; } public int Price { get; set; } } var query = from l in db.Listings orderby l.Title select l; db.Listings.Remove(listing); db.SaveChanges(); [SoftDelete("IsDeleted")] public class Listing { public int ListingId { get; set; } public string Title { get; set; } public string Description { get; set; } public int Price { get; set; } public bool IsDeleted { get; set; } }
Having a friend buy your coffee? Yea, it’s kind of like that. MSDN Subscribers get up to $150/mo in Azure credits. Stop by the Developer Platform and Tools booth and visit the MSDN Subscriptions station to activate your benefits and receive a gift! 3 Steps to New Gear! With Application Insights Alex Park
Microsoft Engineering Stories Visual Studio Industry Partner Program Visual Studio | Integrate