Coder Social home page Coder Social logo

doggerman / asp.net-core-2-and-angular-5 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/asp.net-core-2-and-angular-5

0.0 2.0 0.0 1.05 MB

ASP.NET Core 2 and Angular 5, published by Packt

License: MIT License

TypeScript 24.57% CSS 7.57% HTML 11.90% JavaScript 7.98% C# 47.89% Batchfile 0.10%

asp.net-core-2-and-angular-5's Introduction

ASP.NET Core 2 and Angular 5

This is the code repository for ASP.NET Core 2 and Angular 5, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

IMPORTANT NOTE

If you experience any issue while running the project while following the book's Chapter 01, please do the following:

  • Get the updated project from GitHub and save it in a separate folder
  • Right-click to the TestMakerFreeWebApp_Chapter_01_Part02 project and Set as StartUp Project
  • Execute the npm-update.bat and update-webpack.bat files
  • Launch the project in debug mode In case it works, compare your code with the GitHub files to see what's wrong. Also be sure to check out the book's errata and other useful info regarding the source code from the Issues page.

About the Book

Full-Stack Web Development means being able to work on both the front-end and back-end portions of an application. Front-end is the part the user will see or interact with, while back-end is the underlying engine which handles the logical flow: server configuration, data storage and retrieval, database interactions, user authentication and more. This book will guide the reader to become proficient, if not fluent, in both of these worlds by combining the impressive capabilities of ASP.NET Core 2 and Angular 5. Get ready to experience a journey of the entire development process using a full-stack approach, from the project setup to the deployment phase: using the ASP.NET MVC Framework to implement the back-end API calls, Entity Framework Core to build the Data Model, then Angular 5 to put together the front-end. You'll be able to take full control of your solution by choosing and configuring the development tools accordingly along with the main architecture. You will then implement the back-end with MVC, APIs, server-side routing and request-response cycle and also implement the front-end with Angular 5. Later on, you will build the Data Model with Entity Framework Core and style the front-end with Bootstrap and CSS/LESS for a responsive, mobile-friendly UI. You will go through Forms and Validation and different Authentication and Authorization techniques, including Third-Party Authentication using OAuth2 providers such as Facebook. At the end, you will go through the final steps of Deployment using Windows Server, SQL Server, and the IIS/Kestrel reverse proxy.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

import { Component } from "@angular/core";

@Component({
    selector: "pagenotfound",
    templateUrl: "./pagenotfound.component.html"
})

export class PageNotFoundComponent {
    title = "Page not Found";
}

Related Products

asp.net-core-2-and-angular-5's People

Contributors

darkseal avatar dominicpereira92 avatar hk021 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.