Download presentation
Presentation is loading. Please wait.
Published byScott Darrell Cook Modified over 9 years ago
6
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
12
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; } }
28
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! http://aka.ms/msdn_teched 3 Steps to New Gear! With Application Insights Alex Park
29
Microsoft Engineering Stories Visual Studio Industry Partner Program Visual Studio | Integrate http://www.visualstudio.com
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.