ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core * aka ASP.NET 5 before.

Slides:



Advertisements
Similar presentations
Entity Framework Code First Migrations
Advertisements

The Future of Web WakeUpAndCode.com.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Building a social networking portal on Windows Azure in 1 hour Saranya Sriram Developer Evangelist Microsoft, India.
Cross Platform Mobile Backend with Mobile Services James
Entity Framework Code First End to End
ASP.NET 5 Visual Studio 2015 Templates Bill Wolff Rob Keiser June 10, 2015.
Jump-starting Your Startup with WakeUpAndCode.com Icons/graphics from: iconarchive.com.
Build Robust Web Apps in the Real WakeUpAndCode.com.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Intro to Entity Framework By Shahed Chowdhuri Don’t drown in database design during WakeUpAndCode.com.
Windows Windows Phone Azure … and WakeUpAndCode.com.
1 CONFIDENTIAL.NET FEATURES OVERVIEW C# 6 ASP.NET 5 DNX PROJECT ASP.NET MVC 6 EF 7 A UGUST 4, 2015.
How* to Win the #BestMicrosoftHack Shahed Chowdhuri Sr. Technical WakeUpAndCode.com *Hint: Use the Cloud.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Windows iOS Android … and WakeUpAndCode.com.
Data Access Layer Shahed Chowdhuri Using Code-First Migrations.
Build Robust Web Apps in the Real WakeUpAndCode.com.
Simplifying the Code First Approach in the Entity Framework Dhananjay Kumar Infragistics Consultant Microsoft MVP
Entity Framework 7: What’s New? Ricardo Peres Technical Evangelist at Simplifydigital. Microsoft
Windows 10, Universal Apps, Xbox One & WakeUpAndCode.com.
Building Web Applications using the latest ASP.NET technologies Max Déboli Director de Desarrollo Microsoft Azure MVP Lagash
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core * aka ASP.NET 5 before.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core RC2 * aka ASP.NET 5 before.
ASP.NET Core* 1.0 The Future of Web Apps Shahed Chowdhuri
Your Host & Speaker Shahed Chowdhuri Sr. Technical Microsoft Technology Areas Enterprise Web/Software Development Game Development Mobile.
Xbox One Dev Mode Shahed Chowdhuri Sr. Technical WakeUpAndCode.com Visual Studio, Unity, Construct 2, etc Dave Voyles Sr.
Your Host & Speaker Shahed Chowdhuri Sr. Technical Microsoft Technology Areas Enterprise Web/Software Development Game Development Mobile.
1 Adding a Model. We have created an MVC web app project Added a controller class. Added a view class. Next we will add some classes for managing movies.
Build Robust Web Apps in the Real WakeUpAndCode.com * aka ASP.NET 5 before RC1.
Intro to HoloLens Development Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A new era of mixed reality.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com Deploying Your Web Apps * aka ASP.NET 5 before RC1.
ASP.NET Core* in 2017 The Future of Web Apps Shahed Chowdhuri
Xamarin Development with
DevOps with ASP.NET Core and Entity Framework Core
Build and connect intelligent bots
Introduction to .NET Florin Olariu
Intro to HoloLens Development
Visual Studio 2017 By Michael Washington
Unity 5 JumpStart Part 4: Sound Effects Shahed Chowdhuri
Web Application Security
Your Host & Speaker Shahed Chowdhuri
ASP.NET Core* 1.0 The Future of Web Apps Shahed Chowdhuri
Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek
Build and connect intelligent bots
End to end app development ASP.NET, WCF, WF, EF, & RIA Services
Entity Framework Core*
Featuring: Microsoft Student Partners
Building Modern Web Apps with ASP.NET MVC 6
Unity 2D: Step by Step, Part 2
Should I Transition to .NET Core? Will it hurt?
Developing on a Mac For C# Developers Shahed Chowdhuri
A Quick Overview of ASP.NET Core 1.0
Entity Framework Core (EF Core)
Unity 5 JumpStart Part 2: Ammo Collisions Shahed Chowdhuri
Part 3: Damage From Objects
Part 1: Player Selection & Scores
ASP.NET Core* MVC and Web API Shahed Chowdhuri
Tech for Startups By Shahed Chowdhuri Sr. Technical Evangelist
Azure Mobile Services in the Cloud
@ VT Hacks 2015 Kinect loaners + workshop
Capturing Your Audience with Kinect
Deploy Your Web Site/App on Azure
Universal Apps For Windows 10 Shahed Chowdhuri
Implementing Entity Framework with MVC Jump Start
ASP.NET Imran Rashid CTO at ManiWeber Technologies.
07 | Introduction to Authentication
REST Easy - Instant APIs for Your Database
ASP.NET Core 2.0 The Future of Web Apps Shahed Chowdhuri
Intro to HoloLens Development
Presentation transcript:

ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core * aka ASP.NET 5 before RC1

ASP.NET Web API Active Server Pages (Classic ASP) ASP.NET (Web Forms) ASP.NET MVC 1/2/3/4/5 ASP.NET Web Pages ASP.NET MVC 6 Unified MVC, Web API and Web Pages ASP.NET Web API Active Server Pages (Classic ASP) ASP.NET (Web Forms) ASP.NET MVC 1/2/3/4/5 ASP.NET Web Pages ASP.NET MVC 6 Core MVC Unified MVC, Web API and Web Pages Evolution of ASP and ASP.NET

Names & Version Numbers

ASP.NET Core High-Level Overview

Compilation Process

What About.NET Framework 4.6?

How about Entity Framework? DB ORM Entities in Code

Entity Framework Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com The Future of EF for ASP.NET Core * aka EF7 before RC1

EF Core Agenda  Overview  Models and Fields  Connection Strings  Add Initial Migration  Additional Migrations  Controllers and Views  Migration History and Snapshots

DB-Driven Web Applications Database Web App Internet Users ORM

Models and Fields C# classes with data types, annotated with attributes

Connection Strings Added with DB Context Options in Startup.ConfigureServices()

Connection Strings in Development More info:

Connection Strings in Azure More info: configurehttps://azure.microsoft.com/en-us/documentation/articles/web-sites- configure

Add Initial Migration * >dnvm use rc1-update1 >dnx ef migrations add initial >dnx ef database update * Subject to change after RC2, see official documentation:

Add Additional Migrations * >dnvm use rc1-update1 >dnx ef migrations add FriendCode >dnx ef database update * Subject to change after RC2, see official documentation:

EF Migration Commands More info:

Controllers and Views

Migration History and Snapshots

Twitter: