Building Web Applications using the latest ASP.NET technologies Max Déboli Director de Desarrollo Microsoft Azure MVP Lagash

Slides:



Advertisements
Similar presentations
Virtual techdays INDIA │ 9-11 February 2011 Entity Framework – Future of Middle Tier Design Sunil Rathi │ Technical Architect, Dell Services.
Advertisements

06 | Implementing Web APIs Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
Meet Jeremy Thake Jeremy recently joined Microsoft as Technical Product Manager for the Visual Studio Developer story for Office 365 development.
Building a social networking portal on Windows Azure in 1 hour Saranya Sriram Developer Evangelist Microsoft, India.
Visual C# Tamer Öz Microsoft MVP – Visual C# Editor in Chief – Yazgelistir.com Tamer Öz Microsoft MVP – Visual C# Editor in Chief – Yazgelistir.com
Developer Day Was ist neu in.NET 4.5? Ken Casada Technical Evangelist, Microsoft Switzerland
Kay Herzam Herzam IT Consulting What‘s new in ASP.NET MS TechTalk.
Web & Cloud Development Jason Keicher - Microsoft.
Visual Studio 2012 or 2013 VisualStudio.com (or) Github (or) Bitbucket (or more) Azure Cross-Platform Command Tools Setup if you want to play too.
Getting Started with the ASP.NET Web API Dhananjay Kumar Infragistics Consultant Microsoft MVP
08 | What’s Next and Resources Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
ASP.NET Web API. ASP.NET Members MS Open Source ASP.NET MVC 4, ASP.NET Web API and ASP.NET Web Pages v2 (Razor) now all open source ASP.NET MVC 4, ASP.NET.
23/04/2017 Desarrollando una integración entre Azure Websites y SharePoint Online de Office 365.
SDC 2013 SPA Made Breezy Tiberiu Covaci Ward Bell, v.p. of technology, IdeaBlade.
1 CONFIDENTIAL.NET FEATURES OVERVIEW C# 6 ASP.NET 5 DNX PROJECT ASP.NET MVC 6 EF 7 A UGUST 4, 2015.
© Copyright SELA software & Education Labs Ltd Baruch Hirsch St.Bnei Brak Israel
Introduction to MVC Introduction NTPCUG Tom Perkins, Ph.D.
Team Foundation Server 2012 Maximiliano Déboli Director de Desarrollo Microsoft Azure MVP
Getting Started with ASP.NET MVC BRIJ BHUSHAN MISHRA.
Jeremy Thake Technical Product Building cross-platform apps that integrate with O365 API’s using Xamarin in Visual Studio.
Data Access Layer Shahed Chowdhuri Using Code-First Migrations.
Cloud Roadshow. Getting Started with the Office 365 APIs.
06 | Debugging and Deploying on Azure Stacey Mulcahy | Technical Evangelist Rami Sayar | Technical Evangelist.
How to implement the Repository Pattern in an ASP.NET MVC Application Dhananjay Kumar Developer Evangelist – Infragistics Microsoft MVP
05 | Debugging and Deploying on Azure Stacey Mulcahy | Technical Evangelist Rami Sayar | Technical Evangelist.
What’s New in.NET 4.5 Layla Driscoll Senior Program Manager Microsoft Corporation.
Kevin Francis Big Building Blocks – a tour of Dynamics ARC323 A.
DotNetNuke® Web Application Framework Michael Washington Socaldug.org – Buena Park, CA
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core * aka ASP.NET 5 before.
Continuous Automatic Deployments with Windows Azure, TFS Online, and Visual Studio 2012 Project management with TSF Online & the Agile Method Matt Young,
Martina Grom MVP Office 365 How to (remote) control Office 365 with Azure Toni Pohl MVP Client Dev
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core RC2 * aka ASP.NET 5 before.
Hartelijk welkom VB Event 26 september 2012 ‘Visual Studio 2012 voor de VB.NETWEB developer’ Alex Thissen – Achmea.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core * aka ASP.NET 5 before.
Solliance ( CTO and Co-founder Microsoft Regional Director Microsoft MVP Pluralsight author
03 | The Power of Visual Studio Jon Galloway | Technical Evangelist Christopher Harrison | Content Developer.
DevOps with ASP.NET Core and Entity Framework Core
Umair Tariq Xavor Pakistan (Pvt) Ltd..
Join the MVA Community! Microsoft Virtual Academy—Free online training! Ask questions in the Born to Learn MVA Forum! Visit Earn.
Microsoft List Schedule April – May 2016
Introduction to Windows Azure Cloud Services
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.
Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek
End to end app development ASP.NET, WCF, WF, EF, & RIA Services
SharePoint Cloud hosted Apps
Entity Framework Core*
04 | Web Applications Gerry O’Brien | Technical Content Development Manager Paul Pardi | Senior Content Publishing Manager.
Office 365 Development July 2014.
ASP.NET Roadmap Mike Ormond Developer & Platform Group Microsoft Ltd
Jim Zimmerman CTO / Lead Developer Thuzi.com ASP.NET
Microsoft Virtual Academy
What’s new in web development on Microsoft platform
A Quick Overview of ASP.NET Core 1.0
ASP.NET 4.5 loves HTML5, CSS3 & JavaScript
Using Visual Studio Visual Studio භාවිතය
Azure Cognitive Services
Microsoft Connect /24/ :10 PM
From Development to Production: Optimizing for Continuous Delivery
MIX 09 2/28/2019 © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Create rich, data-driven Web apps with ASP.NET 4.5 Web Forms
From Development to Production: Optimizing for Continuous Delivery
ASP.NET MVC Web Development
Implementing Entity Framework with MVC Jump Start
ASP.NET Roadmap: One ASP.NET – Web Forms, MVC, Web API, and more
05 | Go Live Checklist James Chambers | Microsoft MVP in Asp.Net/IIS
7/19/2019 2:53 AM © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Getting Productive with ASP.NET MVC 3
TechEd /12/ :12 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Writing Clean & efficient data access code with ADO
Presentation transcript:

Building Web Applications using the latest ASP.NET technologies Max Déboli Director de Desarrollo Microsoft Azure MVP Lagash

Agenda 1)MVC overview 2)Exploring a new MVC Application 3)EF Code First and Scaffolding 4)Deploying to Windows Azure

MVC Overview

Models, Views, and Controllers What does MVC look like? Model

Demo Creating a new ASP.NET MVC application

Entity Framework Code First

Demo Modeling the Geek Quiz

Deploying to Windows Azure

Demo Deploying to Windows Azure Web Sites

Recap  MVC overview  Exploring a new MVC Application  EF Code First and Scaffolding  Deploying to Windows Azure