Presentation is loading. Please wait.

Presentation is loading. Please wait.

Core runtime in.NET Framework Newer runtime pieces out-of-band (NuGet) Tooling in Visual Studio Runtime in.NET Framework Tooling in Visual Studio.

Similar presentations


Presentation on theme: "Core runtime in.NET Framework Newer runtime pieces out-of-band (NuGet) Tooling in Visual Studio Runtime in.NET Framework Tooling in Visual Studio."— Presentation transcript:

1

2

3

4

5

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

7

8

9

10

11

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; } }

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

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

30

31

32


Download ppt "Core runtime in.NET Framework Newer runtime pieces out-of-band (NuGet) Tooling in Visual Studio Runtime in.NET Framework Tooling in Visual Studio."

Similar presentations


Ads by Google