When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

SkillShare logo

ASP. NET Core API and Blazor Development

Unlock creativity with Skillshare! Learn acrylic painting, AI writing, graphic design, and photography.

     0 |
  • Reviews ( 0 )
Free

This Course Includes

  • iconskillshare
  • icon0 (0 reviews )
  • icon16 hours 13 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconSkillShare

About ASP. NET Core API and Blazor Development

Introduction

Install Visual Studio 2019 Community Edition

Install SQL Server Express Edition

Create a GitHub Account

Install and Explore PostMan

Create .Net Core Web API Project

Tour of Project Structure and Files

Configuring and Using Swagger UI

Configure Logging using NLog

CORS Configuration

Review and Add Changes to GitHub

Create Database in SQL Server

Implement Data Classes and Entity Framework

Setup AutoMapper and DTOs

Review and Add Changes to GitHub

Authors: Setup Repository and Service

Authors: Setup Controller

Authors: Setup GET Endpoints

Authors: Setup CREATE Endpoint

Authors: Setup UPDATE Endpoint

Authors: Setup DELETE Endpoint

Review and Add Changes to GitHub

Books: Setup Repository and Service

Books: Setup Controller

Books: Setup GET Endpoints

Books: Setup CREATE Endpoint

Books: Setup UPDATE Endpoint

Books: Setup DELETE Endpoint

Review and Add Changes to GitHub

Scaffold Identity Tables to Existing Database

Seed Test Users and Roles

Setup Users Controller

Setup JSON Web Tokens (JWT) Authentication

Setup Controller and Action Authorizations

Review and Add Changes to GitHub

Create and Understand Blazor Project Structure

Setup HTTP Client And Service Repositories

Setup User Registration (API)

Setup User Registration Form

Setup User Login - Extend Blazor Authentication Provider

Setup User Login - Part 2

Review and Add Changes to GitHub

Setup Author Repository and Service

Setup List Authors

Setup View Author

Setup Update Author

Setup Delete Author

Setup Create Author

Essential Layout Fixes and Additions

Fix Author-Book JSON Response

Review and Add Changes to GitHub

Setup Create Book - Part 1

Setup Create Book - Part 2

Setup Update Book

Setup Delete Book

Essential Layout Fixes and Additions

Review and Add Changes to GitHub

Blazor WebAssembly Introduction

Port Blazor Server to Blazor WebAssembly

Modify Code for Blazor WebAssembly

Essential Layout Fixes and Additions

Blazor WebAssembly and API File Upload (Create and View)

Blazor WebAssembly and API File Upload (Edit and List)

Progressive Web Application

Review and Add Changes to GitHub

Migrate Project to .NET 5

Fix File Upload - Remove BlazoredInputFile

Essential Code and Configuration Fixes

Create Microsoft Azure Account

Deploy Book Store API and Database

Deploy Blazor Server To Web App Service

Deploy Blazor WebAssembly To Azure Web App Service

What You Will Learn?

  • Overview.
  • Learn how to build a RESTful API using ASP.Net Core 3.1 API, Entity Framework, the Repository Pattern and various other tools and services for testing and logging; and later consuming it in a modern Blazor App. This complete course will show you how to use Visual Studio, Microsoft SQL Server Express and explore developing, consuming, testing and hosting  a REST API in a .NET application. .
  • ASP.NET Core 3.1 is Microsoft's modern, cross-platform framework for building enterprise ready web applications. In this course,  you will learn everything you need to know about building a RESTful API using ASP.NET Core 3.1, from understanding the folder structure and files, to building a complete web API..
  • Why Learn ASP.NET Core 3.1.
  • Microsoft .NET is the platform that drives the business technology of many of the top corporations in the United States and many other countries. It is the predominant technology used to drive enterprise-scale business technology. Companies have chosen .NET because for its proven scalability, reliability, and support..
  • The .NET language of choice to learn is C#, as it is among the most widely used languages today. It’s a general purpose programming language that can handle almost any problem, from desktop to mobile to dynamic web applications. As such, there is a high demand across the world for .NET developers in a variety of industries, so that means that more jobs are available for candidates with a foundation built upon .NET technologies..
  • Upgrade Blazor and API Projects to .NET 5 *NEW*.
  • .NET 5 is the latest in Microsoft's SDK technologies and while we develop this solution using .NET Core 3.1, we do an upgrade to .NET 5 with very minimal effort. EVERYTHING still works!.
  • Why Develop With Blazor?.
  • The most popular JavaScript client-side web frameworks have been Angular, React, Vue and others. In this course, we keep it .NET by using Blazor, which is Microsoft's response to that monopoly..
  • Blazor allows you to create a Single Page Application, on top of .NET Core and continue coding in C# (without needing to flip between C# and JavaScript too much)..
  • We will be exploring many intricacies of the Blazor life-cycle, data flow, JavaScript Interoperability and general development activities and nuances..
  • Build A Strong Foundation in .NET Core Programming: .
  • Build a fully data driven REST Web API using cutting edge technology.
  • Build a Single Page Application client side UI using Blazor Server and Blazor WebAssembly respectively.
  • Connect to an exisiting Database using Entity Framework Core.
  • Repository Pattern and Dependency Injection.
  • Setup Logging using NLog.
  • Understand the REST design principles.
  • Understand C# and .Net Core Web Syntax.
  • Understand user Authentication using JWT (JSON Web Tokens).
  • Store JSON Web Tokens using Local Browser Storage.
  • Handle Blazor Application User Authentication State.
  • Consume REST Web API in Blazor Application (By extension .NET Applications).
  • Understand how to use Models, DTOs and AutoMapper .
  • Manage Packages with NuGet Manager.
  • Setup GitHub for Source Control.
  • Content and Overview.
  • To take this course, you will need to have some knowledge of Object Oriented Programming, if not C#. Even if you do not have much exposure to the .NET development stack, this course is very beginner friendly and chock full of development tips..
  • This is a huge course. Over 13 hours of premium content, but smartly broken up to highlight a set of related activities based on each module in the application that is being built. We will also look at troubleshooting and debugging errors as we go along; implementing best practices; writing efficient logic and understanding why developers do things the way they do. Your knowledge will grow, step by step, throughout the course and you will be challenged to be the best you can be..
  • By the time you have finished the course you will have moved around in Visual Studio and examined logic and syntax errors so much, that it will be second nature for you when working in the .NET environment. This will put your new learned skills into practical use and impress your boss and coworkers..
  • The course is complete with working files hosted on GitHub, with the inclusion of some files to make it easier for you to replicate the code being demonstrated. .