Download presentation
Presentation is loading. Please wait.
Published byMarilyn Farmer Modified over 9 years ago
1
Developer Day Was ist neu in.NET 4.5? Ken Casada Technical Evangelist, Microsoft Switzerland kcasada@microsoft.com
2
Base Class Libraries The CLR JIT & NGEN Garbage Collector Security Model Exception Handling Loader & Binder Profiling& Debugging APIs Entity Frame- work ASP. NET WCF And more! Work Flow Work Flow WPF Win Forms
3
.NET 1.0.NET 1.1.NET 2.0 3.0 3.5.NET 4.0 4.5 CLR 1.0 CLR 1.1 CLR 2.0 CLR 4.0
5
Language Improvements Chapter 1/6
6
Managed Code Generics Language Integrated Query Dynamic + (Language Parity) C# 5.0 + VB 11.0 Windows 8 Runtime + Asynchrony C# 1.0 + VB 7.0 C# 2.0 + VB 8.0 C# 3.0 + VB 9.0 C# 4.0 + VB 10.0
7
Asynchronous programming is becoming the norm in modern, connected applications
8
DEMO Async
10
Entity Framework Chapter 2/6
14
DEMO Code First
15
Product Id: int Name: max UnitPrice: decimal Product Id: int Name: 128 UnitPrice: decimal ChangeColumn( “Products", "Name", ca => ca.String( maxLength:128));
16
DEMO Migrations
20
ASP.NET Chapter 3/6
26
DEMO ASP.NET Web Form Strongly Type Data Controls Model Binding
28
DEMO ASP.NET MVC 4
29
WPF Chapter 4/6
31
WCF Chapter 5/6
35
WF Chapter 6/6
37
Q&A
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.