3
What’s New in Web Forms Scott Hunter - @coolcsh Pranav Rastogi - @rustd

What’s New in Web Forms Scott Hunter - @coolcsh Pranav Rastogi - @rustd

Embed Size (px)

Citation preview

Page 1: What’s New in Web Forms Scott Hunter - @coolcsh Pranav Rastogi - @rustd

What’s New in Web Forms

Scott Hunter - @coolcshPranav Rastogi - @rustd

Page 2: What’s New in Web Forms Scott Hunter - @coolcsh Pranav Rastogi - @rustd

What’s New in Web Forms

• .NET 4.5• Async• Strongly Typed Data Binding• Model Binding• Unobtrusive Javascript• Request Validation

• Visual Studio 2013• One ASP.NET• Identity 2.0• Friendly Url’s

• OOB• Roslyn CodeDOM Providers• Dynamic Data for EF 6• Universal Providers for EF 6

• .NET 4.5.2• QueueBackgroundWorkerItem

Page 3: What’s New in Web Forms Scott Hunter - @coolcsh Pranav Rastogi - @rustd

Related Links

• QueueBackgroundWorkerItem: http://blogs.msdn.com/b/webdev/archive/2014/06/04/queuebackgroundworkitem-to-reliably-schedule-and-run-long-background-process-in-asp-net.aspx• Web Form Improvements:

http://blogs.msdn.com/b/webdev/archive/2014/05/13/improvements-to-asp-net-web-forms.aspx• Rosyln: http://

blogs.msdn.com/b/webdev/archive/2014/05/12/enabling-the-net-compiler-platform-roslyn-in-asp-net-applications.aspx• Model Binding Extensions: https://

github.com/DamianEdwards/WebFormsModelBindingExtensions• Web Form Scaffolding:

https://github.com/Superexpert/WebFormsScaffolding