* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    Hoje às 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    Hoje às 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37
  • axlpoa: hi
    19 de Outubro de 2024, 22:24
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    19 de Outubro de 2024, 11:31
  • j.s.: ghyt74 a todos  4tj97u<z
    18 de Outubro de 2024, 09:33
  • JPratas: try65hytr Pessoal  4tj97u<z classic k7y8j0
    18 de Outubro de 2024, 03:28
  • schmeagle: iheartradio
    17 de Outubro de 2024, 22:58
  • j.s.: dgtgtr a todos  4tj97u<z
    17 de Outubro de 2024, 18:09

Autor Tópico: End to End ASP.NET Core 3.1 API and Blazor Development  (Lida 198 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115395
  • Karma: +0/-0
End to End ASP.NET Core 3.1 API and Blazor Development
« em: 26 de Abril de 2020, 10:58 »

End to End ASP.NET Core 3.1 API and Blazor Development
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 6.58 GB
Genre: eLearning Video | Duration: 65 lectures (14 hour, 1 mins) | Language: English
Learn ASP.NET Core 3.1 API Development by building a Book Store API and Blazor Store Front with .NET and EF Core.

What you'll learn

    Build Complete Data Driven ASP .Net Core 3.1 API From Scratch
    Build a client side UI using Blazor
    How to Build RESTful APIs with proper practices
    Learn C# and Visual Studio Techniques
    Repository Pattern and Dependency Injection
    Use AutoMapper and Data Transfer Objects (DTOs)
    Interact with Database using Entity Framework Core
    Use NuGet Package Manager
    Manage and Track Changes using GitHub
    Asynchronous Programming
    Custom Logging using NLOG
    Use Swagger UI Documentation

Requirements

    A computer
    The Internet
    A Willingness to Learn

Description

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.

By the end of the course, we would have built a single page application using Blazor. We will look at parsing and storing JWT information and using it across our application for user authentication and authorization. We will also look at how we communicate with API's in our 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.

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

    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 15 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.

We don't do things the perfect way the first time; that is not the reality of writing code. We make mistakes and point them out and fix them around them. By doing this, we develop proficiency in using debugging tools and techniques. 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. You will be able to work alongside the author as you work through each lecture and will                                                                                                                                                                                                                         receive a verifiable certificate of completion upon finishing the course.

It's time to take action! This deal will not be available forever!

Click the "Buy Now" button Today!

Every hour you delay is costing you money...

See you in the course!

Who this course is for:

    Anyone who wants to learn REST API Development
    Anyone who wants to learn .NET Core 3.1 Web Development and Programming
    Anyone who wants to learn Blazor Development
    Everyone
   

Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction