Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
The Complete Guide to  ASP.NET Core (.NET 5) Web API Vote_lcapThe Complete Guide to  ASP.NET Core (.NET 5) Web API Voting_barThe Complete Guide to  ASP.NET Core (.NET 5) Web API Vote_rcap 
ПΣӨƧӨFƬ
The Complete Guide to  ASP.NET Core (.NET 5) Web API Vote_lcapThe Complete Guide to  ASP.NET Core (.NET 5) Web API Voting_barThe Complete Guide to  ASP.NET Core (.NET 5) Web API Vote_rcap 
ℛeℙ@¢ᴋ€r
The Complete Guide to  ASP.NET Core (.NET 5) Web API Vote_lcapThe Complete Guide to  ASP.NET Core (.NET 5) Web API Voting_barThe Complete Guide to  ASP.NET Core (.NET 5) Web API Vote_rcap 
missyou123
The Complete Guide to  ASP.NET Core (.NET 5) Web API Vote_lcapThe Complete Guide to  ASP.NET Core (.NET 5) Web API Voting_barThe Complete Guide to  ASP.NET Core (.NET 5) Web API Vote_rcap 
Engh3
The Complete Guide to  ASP.NET Core (.NET 5) Web API Vote_lcapThe Complete Guide to  ASP.NET Core (.NET 5) Web API Voting_barThe Complete Guide to  ASP.NET Core (.NET 5) Web API Vote_rcap 
大†Shinegumi†大
The Complete Guide to  ASP.NET Core (.NET 5) Web API Vote_lcapThe Complete Guide to  ASP.NET Core (.NET 5) Web API Voting_barThe Complete Guide to  ASP.NET Core (.NET 5) Web API Vote_rcap 
ronaldinho424
The Complete Guide to  ASP.NET Core (.NET 5) Web API Vote_lcapThe Complete Guide to  ASP.NET Core (.NET 5) Web API Voting_barThe Complete Guide to  ASP.NET Core (.NET 5) Web API Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Blue-Cloner / Blue-Cloner Diamond 13.40.860
The Complete Guide to  ASP.NET Core (.NET 5) Web API EmptyHoy a las 7:40 am por missyou123

» Any Video Downloader Pro 8.8.18
The Complete Guide to  ASP.NET Core (.NET 5) Web API EmptyHoy a las 7:38 am por missyou123

» All Remixes 1.3.0
The Complete Guide to  ASP.NET Core (.NET 5) Web API EmptyHoy a las 7:37 am por missyou123

» AIMP 5.30.2554 Multilingual
The Complete Guide to  ASP.NET Core (.NET 5) Web API EmptyHoy a las 7:35 am por missyou123

» CCleaner 6.25.11131 Pro/Tech/Buss Retail+ CCEnhancer 4.5.7
The Complete Guide to  ASP.NET Core (.NET 5) Web API EmptyAyer a las 10:10 pm por tano1221

»  ScaleUP v1.4.3 [AE + PR] Win
The Complete Guide to  ASP.NET Core (.NET 5) Web API EmptyAyer a las 9:52 pm por ℛeℙ@¢ᴋ€r

» Topaz Gigapixel AI 7.2.3 (x64)
The Complete Guide to  ASP.NET Core (.NET 5) Web API EmptyAyer a las 9:39 pm por ℛeℙ@¢ᴋ€r

» Bandicam 2024 v7.1.2.2451 + Portable (x64)
The Complete Guide to  ASP.NET Core (.NET 5) Web API EmptyAyer a las 9:31 pm por ronaldinho424

» DirPrintOK 6.99
The Complete Guide to  ASP.NET Core (.NET 5) Web API EmptyAyer a las 7:58 pm por ПΣӨƧӨFƬ

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 The Complete Guide to ASP.NET Core (.NET 5) Web API

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70292
Fecha de inscripción : 20/08/2016

The Complete Guide to  ASP.NET Core (.NET 5) Web API Empty
MensajeTema: The Complete Guide to ASP.NET Core (.NET 5) Web API   The Complete Guide to  ASP.NET Core (.NET 5) Web API EmptyLun Mar 15, 2021 12:08 pm

The Complete Guide to  ASP.NET Core (.NET 5) Web API A5a4c29d5e4fd952fb9b1e164f6cef74

The Complete Guide to ASP.NET Core (.NET 5) Web API
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 4h 33m | 1.9 GB
Instructor: Ervis Trupja

Learn all you need to know to build Asp.Net Core (.NET 5) Web API applications.

What you'll learn

Build a complete .NET Core (.NET 5) back-end with Web API, Entity Framework Core & SQL Database
Utilize all three types of relationships in your database: one-to-one, one-to-many, many-to-many
Seed data with code-first migrations programmatically
Implement [HttpGet], [HttpPost], [HttpPut] and [HttpPost] methods to work with simple or relational data
Test you Web API with Swagger and Postman
Different Web API versioning methods
The default action return types & create your custom return type
Exception handling using the built-in middleware or a custom middleware
Server side Sorting, Filtering and Paging

Requirements

Basic understanding of C#
Basic understanding of SQL/MySQL

Description

A Web API is an application programming interface for the Web. With Web API, you get access to entire features of HTTP like URIs, request/response headers, content formatting, etc.

This course will teach you all you need to know to build personal or commercial applications using Asp.Net Core (.NET 5) Web API as your development framework. You will start from just Visual Studio and build your app from the ground up.

As data storage, you will use an SQL database and Entity Framework will be used to interact with your data. You will also learn how to update database schema using Entity Framework migrations, how to add data to the database, get data from the database, update data in the database and also delete data from the database.

You will not only learn about the default features or capabilities that Asp.Net Core 5 Web API has to offer, but you will also create your custom implementations. For example, you will learn how to implement your custom Web API return type, how to build a custom exception, or even a custom middleware exception handler.

You will learn all these, step by step with hands-on practice. You will also have a lot of quizzes that will help to improve your knowledge of Web API.

Some of the topics that this course covers are:

Introduction to Web API
Building your first Asp.Net Core (.NET 5) API
Working with relational data
Controller Action return types
Error & Exception handling
Sorting, Filtering, and Paging
Asp.Net Core Web API Versioning
and much more...

You can find the source code of this course on my Github account: etrupja/complete-guide-to-aspnetcore-web-api

Who this course is for:

Beginner .NET Developers curious about web apis
Any developer curious about .NET Core (.NET 5) Web APIs

The Complete Guide to  ASP.NET Core (.NET 5) Web API 8b09574fa9049d87e0667aaccfebd626

DOWNLOAD:
Citación :

https://rapidgator.net/file/935d970e8376d5ad7e1b7bd45bbc86aa/iso45.The.Complete.Guide.to.ASP.NET.Core..NET.5.Web.API.rar.html


https://nitroflare.com/view/9FB59BBB2F62DC3/iso45.The.Complete.Guide.to.ASP.NET.Core..NET.5.Web.API.rar


https://uploadgig.com/file/download/0522D294f55a434c/iso45.The.Complete.Guide.to.ASP.NET.Core..NET.5.Web.API.rar

Volver arriba Ir abajo
 

The Complete Guide to ASP.NET Core (.NET 5) Web API

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Asp.Net Core 3 Blazor The Complete Guide
» .NET Core Microservices - The Complete Guide (.NET 6 MVC)
» Asp.Net Core 3 Blazor The Complete Guide
» Asp.Net Core : The Complete Guide To Build RESTful Api's
» Asp.Net Core : The Complete Guide To Build Restful Api'S

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-