MVC4 WebAPI VS2012 async/await SignalR Jakub Jedryszek New features in ASP.NET 4.5.

Slides:



Advertisements
Similar presentations
What if we invented ASP.NET today? Why do we have what we have? What can we do about it?
Advertisements

Collections Create and organize your own privet and public collections.
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
What’s New in Web Forms Scott Hunter Pranav Rastogi
Kay Herzam Herzam IT Consulting What‘s new in ASP.NET MS TechTalk.
Developed By: [ INNOVATION INFOSOFT TECHNOLOGIES ]
Web & Cloud Development Jason Keicher - Microsoft.
ASP.NET MVC Tips and Tricks Al Wilkinson. Hi! I’m Al  First program in Logo in 1985 in 1st grade #loveatfirstbyte  Started HTML in 1996, led to web.
Robert Vitolo CS430.  CSS (Cascading Style Sheets)  Purpose: To provide a consistent look and feel for a set of web pages To make it easy to update.
 Scott Hunter Program Manager Microsoft Corporation PC20.
ASP.NET 5 Visual Studio 2015 Templates Bill Wolff Rob Keiser June 10, 2015.
Secure ASP.NET MVC5 Application with Asp.Net Identity Changde Wu Self Introduction Professional.NET Developer in greater Boston area Specialized in WPF.
08 | What’s Next and Resources Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
Rådvill Trine, Roger, Johannes, Bjørnar and Thomas.
Introduction to ASP.NET MVC Information for this presentation was taken from Pluralsight Building Applications with ASP.NET MVC 4.
SharePoint Pakistan User Group The first and only SharePoint user community in Pakistan One of the best in Asia!
WEBMATRIX Microsoft Pranav Rastogi.
Chapter 5 Software Maran Illustrated Computers CIS 102.
C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)
Sudoku Taryn Wise. Operational Concepts and System Requirements Solve sudoku puzzles in a convenient way Have a notes option for number possibilities.
WHO WILL BENEFIT FROM THIS TALK TOPICS WHAT YOU’LL LEAVE WITH ASP.NET developers, including Web Forms & MVC History of async programming in.NET How async.
Exploring ASP.NET MVC 4.  Các mô hình phát triển Web ASP.Net  Kiến trúc phát triển ứng dụng Web MVC  Khám phá ASP.Net MVC  Tổ chức, Cấu hình dự án.
Introduction to MVC Introduction NTPCUG Tom Perkins, Ph.D.
In Web Standards In Open Source Software In cross-platform development.
Microsoft /web ® Building Web Apps with ASP.NET Jump Start Scott Hanselman Jon Galloway.
64-bit JIT + SIMD Garbage Collector Runtime components Compilers.NET Compiler Platform (Roslyn) Languages innovation.NET Framework 4.6.NET Core.
Nivo 300 ASP.NET MVC 4 Danijel Malik Artifis Danijel Malik s.p.
ASP.NET and Visual Studio 2012 Robert Boedigheimer.
Agafonov Viacheslav. Objectives: ◦ Understand the new features and improvements in Visual Studio 2010 ◦ Understand useful tips.
Danijel Malik Visual Studio ALM MVP What’s new in Visual Studio 2013 and Team Foundation Server 2013.
 Lecture  Website language: ASP.net  Book name Beginning ASP.NET 4 in C# and VB 2.
Intro to Apps Anatomy of an App App Architecture.
Developing for the Future with Visual Studio 11 Karl Davies-Barrett CEE DPE Tech Lead, Microsoft Brian Keller, Microsoft Sr. Technical Evangelist, Microsoft.
//liveVirtualacademy2011/ What’s New for ASP.NET 4.5 and Web Development in Visual Studio 11 Developer Preview Γιώργος Καπνιάς MVP, MCT, MCDP, MCDBA, MCTS,
Hartelijk welkom VB Event 26 september 2012 ‘Visual Studio 2012 voor de VB.NETWEB developer’ Alex Thissen – Achmea.
Any device, anywhere, anytime New discovery channels New ways of working Redefined expectations for apps.
Technologies and Characteristics Outline Description –Architecture –ER Model –Pages Template Reasons of some choices Problems Encountered Some.
Lecture 04: Thursday, January 15, 2015
Department of Computer Science
Data centric apps for web, desktop and mobile with EF5
TechEd /1/2018 7:56 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
ASP.NET MVC Introduction
Migrating an ASP.NET MVC Application to ASP.NET Core
Introducing ASP.NET Core 2.0
MVC in ASP.NET Core: The new kid on the block
Introduction to Internet Programming
برمجه صفحات الانترنتASP
Web Development in Microsoft Visual Studio 2013
Explore web development with Microsoft ASP.NET Core 1.0
Slides and images stolen from “real” .NET Conf. presenters
What’s new in Visual Studio for web developers
Visual Studio 2013 for web developers
دليل المتدرب واللائحة التنظيمية للبرنامج
Introduction to ASP.NET MVC ASP.NET MVC පෙරවදන
دليل المتدرب واللائحة التنظيمية للبرنامج
From Development to Production: Optimizing for Continuous Delivery
ASP.NET Roadmap: One ASP.NET – Web Forms, MVC, Web API, and more
From Development to Production: Optimizing for Continuous Delivery
Brandon Bray Principal Group Program Manager Microsoft Corporation
Reports Web Innovations 2017.
ASP.NET Roadmap: One ASP.NET – Web Forms, MVC, Web API, and more
04 | Visual Studio & ASP.NET Integration
Introduction to ASP.NET Parts 1 & 2
What’s New in Visual Studio
8/23/ :09 PM #DEV332 Building Modern, HTML5-Based Business Apps on Windows Azure and Office 365 with Visual Studio LightSwitch Andrew
Development Environment Setup
Visual Studio 2005 IDE Features
Building Your First ASP.NET Core Web Application
ASP.NET Core 2.0 The Future of Web Apps Shahed Chowdhuri
What’s ASP.NET 5 and Why? Scott Hunter | Director of Program Management Scott Hanselman | Principal Program Manager.
Presentation transcript:

MVC4 WebAPI VS2012 async/await SignalR Jakub Jedryszek New features in ASP.NET 4.5

ASP.NET MVC 4 ASP.NET WebAPI Database migrations Bundling & Optimization Oauth Visual Studio 2012 Metro style HTML/CSS/JS Editors Web Publishing Page Inspector async and await SignalR & WebSockets

PM> Enable-Migrations PM> Add-Migration MyMigration PM> Update-Database PM> Update-Database –TargetMigration MyMigration PM> Update-Database –Verbose PM> Update-Database –Script – SourceMigration:$InitialDatabase – TargetMigration:MyMigration

ASP.NET website: MVC4: Channel9: Scott Hanselman – 5 minute videos about ASP.NET 4.5 and VS2012: work45IsRELEASEDHeres5MinuteVideosToGetYouUpToSpeedQ uick.aspx Randy Pausch – Last Lecture: Top 13+ must read: n.przeczytac.kazdy.programista

?