Skip to content

toanxyz/AspNetCoreSPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core RC2 Using WEB API And AngularJS

Build status

In this article you will learn about ASP.NET Core RC2 using WEB API and AngularJS

##Introduction

###Prerequisites

  • Visual Studio 2015: You can download it from here.
  • .NET Core SDK: download .NET Core SDK from this here.
  • .NET Framework 4.5.2: download .NET Framework 4.5.2 from this here.
  • .NodeJS: download NodeJS from this here.

###In this article we will see in detail how to:

  • Create our ASP.NET Core RC 2 Web Application.
  • How to add our WEB API Controller.
  • How to add javascript package using NPM.
  • How to configure Gulp File.
  • How to Run the Gulp file using Visual Studio Task Runner Explorer
  • How to create our AngularJS Module, Controller and Service file and get WEB API data for bind in MVC page.