Giter VIP home page Giter VIP logo

bookstoreapp-blazor-net6's Introduction

BookStore API and Blazor Application

ASP.NET 6 Blazor and API app built for Educaitonal Purposes

Full Course: Udemy | SkillShare

By doing this course, you would have:

  • 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
  • Connect to an existing Database using Entity Framework Core
  • Repository Pattern and Dependency Injection
  • Progressive Web Application with Blazor
  • Setup Logging using Serilog
  • Setup API documentation using SwaggerUI
  • Understand the REST design principles
  • Understand C# and .NET Core Web Syntax
  • Use NSwag to speed up API Client Development
  • 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
  • Understand how to use Models, DTOs and AutoMapper
  • Manage Packages with NuGet Manager
  • Setup GitHub for Source Control
  • Deploy Applications and Database to Microsoft Azure

bookstoreapp-blazor-net6's People

Contributors

trevoirwilliams avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bookstoreapp-blazor-net6's Issues

ChildComponent is null

After delete an error is thrown stating ChildComponent is null.
The error occurs inside Pages/Authors/Index.razor

private async Task Delete(int authorId) { var response = await authorService.Delete(authorId); if (response.Success) { await ChildComponent?.RefreshDataAsync(); StateHasChanged(); } }

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.