Development Environment Setup

Slides:



Advertisements
Similar presentations
Using VHDs in Remediation Workshops. Overview Advantages Simple and robust setup Use prepared VHDs Easy to reset (copy VHD file) Easy to switch between.
Advertisements

Presentation Heading – font Arial
Timetable Android App FURC Engineering Department This is a beta version. Support for other classes will be added within one/two days.
SQL Server 2008 Basmah AlQadheeb-213 MIS What is a Database ? A database is a collection of Data that is organized so that it can easily be accessed,
ASP.NET vNEXT & development tools Marco De
Apps where your users are Sign into SharePoint and launch apps Modern experiences on breadth of devices Central app management Central user.
SharePoint 2010 Development Environment A Guide to Setup SharePoint 2010 Development Environment on Windows 7 Machine.
CSC 215 : Procedural Programming with C C Compilers.
MyBLAST standalone installation Lab of Systems Biology & Network Biology website Download link. 1.Click the Download link.
Welcome to Azure App Services! Amie Seisay
Package & Deploy. OBJECTIVES Package Deploy Way to package.
Step-by-Step Migration and Adoption Mark Michaelis Architect, Author, and Trainer Eric Lee Microsoft Product Manager Visual Studio 2005 Team Foundation.
Installation of Visual Studio Android emulator and Android Studio
Downloading a Visual C compilers (try it yourself at home) Visual Studio 2012 can be found at:
Eric Strittmatter COSC 480 – Spring 2012 Previewing.
Getting Visual Studio You can download Visual Studio 2015 Community Edition for free from the Microsoft web site.
IBM Worklight environment setup 1. Eclipse IDE Multi-purpose integrated development environment (IDE) Open source Supported for Windows, Mac OS X, Linux.
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.
Howto: Custom page design Creating your own ASPX page Step-by-step guide.
DevOps with ASP.NET Core and Entity Framework Core
CSC 215 : Procedural Programming with C
Calgary IT Network Support -
Visual Studio 2017 By Michael Washington
Getting started with .NET Core
Learn. Imagine. Build. .NET Conf
Introduction to .NET Core
The Modern ASP.NET Tech Stack!
APK Downloader
Building a Continuous Delivery Pipeline for ASP.NET Core Apps
Windows Server 2008 and SQL 2008 Windows Server 2008.
Nano Server in the cloud - some real use cases to take away
ASP.NET in Linux and Windows containers
Lean .NET stack for building modern web apps
How to Download, Install, and Update AVG Antivirus?
Microsoft Virtual Academy
SQL Server Client Tools 2018
Best Premium IPTV Services. Eezytv.com Best Premium IPTV Services Get access to premium IPTV without any hassle. Go to
Building Modern Web Apps with ASP.NET MVC 6
Introduction to R.
.NET and .NET Core Foot View of .NET Pan Wuming 2017.
ASP.NET 5 on .NET Core Damian Edwards Principal Program Manager.
Introduction to ASP.NET MVC ASP.NET MVC පෙරවදන
.net core & Webassembly Netaş: Yazılım Mimarı
Installing Visual Studio 2017
MIROSLAV POPOVIĆ Docker i ASP.NET Core
Install MySQL Community Server and MySQL Workbench
Korea Software HRD Center
Visual Studio Tools for Unity 2.0 Preview
04 | Apps and SharePoint Chris Johnson | SharePoint Guru
Reports Web Innovations 2017.
Hidden Markov Toolkit (HTK) Installation
0. Overview of 2-Day Academic .NET Workshop
Trainer: Bach Ngoc Toan– TEDU Website:
Visual Studio 2008.
Trainer: Bạch Ngọc Toàn – TEDU Website:
SQL NOT NULL Constraint
Trainer: Bach Ngoc Toan– TEDU Website:
Trainer: Bach Ngoc Toan– TEDU Website:
Trainer: Bach Ngoc Toan– TEDU Website:
#01# ASP.NET Core Overview Design by: TEDU Trainer: Bach Ngoc Toan
Dependency Injection Mechanism
Concepts in ASP.NET Core App
Migrate ASP.NET Core 1.x to 2.0
SQL AUTO INCREMENT Field
Application Startup in ASP.NET Core
Building Your First ASP.NET Core Web Application
Migrate ASP.NET Core 1.x to 2.0
ASP.NET Core Middleware Fundamentals
DataBase Application .NET
ASP.NET Core 2.0 The Future of Web Apps Shahed Chowdhuri
Presentation transcript:

Development Environment Setup #02# Development Environment Setup Design by: TEDU Trainer: Bach Ngoc Toan Website: www.tedu.com.vn Facebook: fb.com/teduchannel Please like videos and subscribe TEDU Channel to following the next video.

Development Environment Setup Step 1: Download ASP.NET Core: https://www.microsoft.com/net/core Step 2: Download and installing Visual Studio 2015 Update 3 Step 3: Install the .NET Core tools preview for Visual Studio Step 4: Create a new .NET Core project Step 5: Run your application

Basic commands Dotnet new web: Create new .NET Core App Dotnet restore: Restore all packages Dotnet run: Run the app Dotnet –version: Check .NET Core version in local machine