Book Image

ASP .NET Core 2 and Angular 5 [Video]

By : Valerio De Sanctis
Book Image

ASP .NET Core 2 and Angular 5 [Video]

By: Valerio De Sanctis

Overview of this book

<p>Writing code is about striking a balance between maintainability and productivity—how quickly you can write it against how much more you have to write in the future. This is a guide that will help you become fluent in both frontend and backend web development by combining the impressive capabilities of ASP.NET Core 2 and Angular 5, from project setup right through the deployment phase. Not only will you learn how Angular 2 can complement your .NET skills and toolkit, you'll also learn everything you need to build a complete dynamic single-page application.</p> <p>You will use the ASP.NET Core MVC framework to implement a backend with API calls and server-side routing. You will also learn how to put the frontend together using top-notch Angular 5 features for a responsive and mobile-friendly UI</p> <p>The code bundle for this video course is available at-&nbsp;<a href="https://github.com/PacktPublishing/ASP-.NET-Core-and-Angular-5" target="_blank">https://github.com/PacktPublishing/ASP-.NET-Core-and-Angular-5</a></p> <h1>Style and Approach</h1> <p>More than just a technical manual, this guide takes you through the most important technical facets of developing with these two hugely popular frameworks and then demonstrates how to put those skills into practice. This course recognizes that what's really important is the end product.</p>
Table of Contents (6 chapters)
Chapter 5
Client-Server Interactions
Content Locked
Section 1
Add, Update, and Delete Quizzes
The first thing we'll do is to implement add, update, and delete methods for our Web API's QuizController. We'll adhere to RESTful conventions and good practices, using the proper HTTP verb for each scenario. - Update QuizController - Adapt the client - First client-server test