Visual Studio 2017 By Michael Washington

Slides:



Advertisements
Similar presentations
Module 1: Creating Responsive Pages with Ajax Creating Partial-Page Updates by Using AJAX Scripting Actions on the Web Client.
Advertisements

AJAX Development By Gary Mandela December 26,
.NET 3.5 SP1 New features Enhancements Visual Studio 2008 SP1 New features Enhancements Additional features/enhancements.
Developing HTML5 Application using MVVM pattern Pekka Ylenius.
Introduction to ASP.NET. 2 © UW Business School, University of Washington 2004 Outline Static vs. Dynamic Web Pages.NET Framework Installing ASP.NET First.
Kashif Jalal CA-240 (072) Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 2 of…
Create Windows ® Applications with.NET Allan Knudsen.NET Developer Evangelist Microsoft.
14 1 Chapter 14 Database Connectivity and Web Development Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Building a social networking portal on Windows Azure in 1 hour Saranya Sriram Developer Evangelist Microsoft, India.
Tutorial -01. Objective In this session we will discuss about : 1.What is MVC? 2.Why MVC? 3.Advantages of MVC over ASP.NET 4.ASP.NET development models.
WEB329 ASP.NET: A Lap Around the New Enhancements for Web Developers in Microsoft Visual Studio 2005 Omar Khan Lead Program Manager Web Platform and Tools.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
May 16 – 18, 2007 Copyright 2007, Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Build Great Web Application 'Fast and Easy'
An Introduction to ASP.NET Ed Dunhill blogs.msdn.com/edunhill SLIDE7.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Universiti Utara Malaysia Chapter 3 Introduction to ASP.NET 3.5.
CIS 451: ASP.NET Concepts Dr. Ralph D. Westfall January, 2009.
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)
Jeff King Senior Program Manager Microsoft Session Code: WIA204.
Getting Started with ASP.NET MVC BRIJ BHUSHAN MISHRA.
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
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.
Agenda Steps of App Building The Runtime Environment Managing App Data Debug and Test an App Validate an App Publish an App to a Store Packaging Apps.
ASP.NET Core* 1.0 The Future of Web Apps Shahed Chowdhuri
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core * aka ASP.NET 5 before.
JMaki, Phobos Ludovic Champenois Sun Microsystems Tools story February 23, 2007.
ASP.NET Core* in 2017 The Future of Web Apps Shahed Chowdhuri
Ramping Up On The SharePoint Framework (SPFx)
Introducing the Microsoft® .NET Framework
From SharePoint to Office 365 Development
Build and Learn ASP.NET Workshop.
Angular 2 with ASP.NET Core in Practice
Getting started with .NET Core
Angular 4 + TypeScript Getting Started
What's new in the world of SharePoint development and deployment
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 Core* 1.0 The Future of Web Apps Shahed Chowdhuri
SharePoint Bruger Gruppe (SPBG) SharePoint Framework Introduction
Creating and Deploying Your First SharePoint Framework Application
Modern Web Development
By Gary Mandela December 26, 2006
Microsoft Virtual Academy
Introduction to SharePoint Framework (SPFx)
Module 1: Getting Started
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Creating and Deploying Your First SharePoint Framework Application
Building Modern Web Apps with ASP.NET MVC 6
Beginning Object-Oriented Web Design
DotnetConf 11/17/ :06 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE.
Web Development Using ASP .NET
Introduction to SharePoint Framework (SPFx)
Working with different JavaScript frameworks and libraries
A Quick Overview of ASP.NET Core 1.0
ASP.NET 5 on .NET Core Damian Edwards Principal Program Manager.
Nathan Totten Technical Evangelist Windows Azure
ASP.NET Module Subtitle.
Using Visual Studio Visual Studio භාවිතය
ASP.NET Core* MVC and Web API Shahed Chowdhuri
Introducing the .NET Framework
ISYS 350 Building Business Applications
Database Connectivity and Web Development
04 | Apps and SharePoint Chris Johnson | SharePoint Guru
Introduce to Angular 6 Present by: Võ Văn Hào
Visual Studio 2008.
The Future is Now with ASP.NET Core 3.0
Running C# in the browser
Blazor A new framework for browser-based .NET apps Ryan Nowak
DataBase Application .NET
ASP.NET Core 2.0 The Future of Web Apps Shahed Chowdhuri
Presentation transcript:

Visual Studio 2017 By Michael Washington Session 08: Web Visual Studio 2017 By Michael Washington

About Michael Washington Microsoft MVP Microsoft Certified Professional AiHelpWebsite.com LightSwitchHelpWebsite.com HoloLensHelpWebsite.com

Agenda JavaScriptServices – Create a Angular 2+ JavaScriptServices project Live Editing – Demonstrate editing Angular code without reloading the web browser Add external libraries – Incorporate the PrimeNg Angular 2+ library and update Webpack Add A Database / Entity Framework – The steps to create a database driven application

JavaScriptServices

JavaScriptServices JavaScriptServices is a set of technologies for ASP.NET Core developers. It provides infrastructure that you'll find useful if you use Angular 2 / React / Knockout / etc. on the client, or if you build your client-side resources using Webpack, or otherwise want to execute JavaScript on the server at runtime. Invoking arbitrary NPM packages at runtime from .NET code (docs) Server-side prerendering of SPA components (docs) Webpack dev middleware (docs) Hot module replacement (HMR) (docs) Server-side and client-side routing integration (docs) Server-side and client-side validation integration "Cache priming" for Angular 2 apps

JavaScriptServices

JavaScriptServices

Live Editing

External Libraries

External Library

External Library

Add A Database / Entity Framework

Add A Database

Add A Database

Add Entity Framework

Entity Framework

JavaScriptServices Live Editing Add External Libraries (PrimeNG) Add A Database / Entity Framework

Links Full Tutorial and code download http://lightswitchhelpwebsite.com/Blog/tabid/61/EntryId/3304/Hello-World-Angular-2-Data-Sample-Using-JavaScriptServices-Net-Core-and-PrimeNg.aspx Building Single Page Applications on ASP.NET Core with JavaScriptServices https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/ ASP.NET Core - New Database https://docs.microsoft.com/en-us/ef/core/get-started/aspnetcore/new-db ASP.NET Core - Existing Database https://docs.microsoft.com/en-us/ef/core/get-started/aspnetcore/existing-db