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
ℛeℙ@¢ᴋ€r
The Complete Masterclass For  Grpc In .Net (.Net 8) Vote_lcapThe Complete Masterclass For  Grpc In .Net (.Net 8) Voting_barThe Complete Masterclass For  Grpc In .Net (.Net 8) Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» EaseUS Todo Backup Home 2024 v16.3.0 Build 20240627 Multilingual
The Complete Masterclass For  Grpc In .Net (.Net 8) EmptyHoy a las 11:58 am por ℛeℙ@¢ᴋ€r

» PassFab 4EasyPartition 3.1.0.21 (x64) Multilingual
The Complete Masterclass For  Grpc In .Net (.Net 8) EmptyHoy a las 11:49 am por ℛeℙ@¢ᴋ€r

» Tenorshare 4DDiG v10.1.3.3 Multilingual
The Complete Masterclass For  Grpc In .Net (.Net 8) EmptyHoy a las 11:41 am por ℛeℙ@¢ᴋ€r

» 4DDiG Partition Manager 3.1.0.21 (x64) Multilingual
The Complete Masterclass For  Grpc In .Net (.Net 8) EmptyHoy a las 11:38 am por ℛeℙ@¢ᴋ€r

» FBackup 9.9.926 Multilingual
The Complete Masterclass For  Grpc In .Net (.Net 8) EmptyHoy a las 11:13 am por ℛeℙ@¢ᴋ€r

» Infuse Pro 7.8 macOS
The Complete Masterclass For  Grpc In .Net (.Net 8) EmptyAyer a las 10:37 pm por */UpLoAdEdByMaChInE028\*

» Final Cut Pro 10.8.0 macOS
The Complete Masterclass For  Grpc In .Net (.Net 8) EmptyAyer a las 10:33 pm por */UpLoAdEdByMaChInE028\*

» GM EPUB Reader Pro 2.6.8 MacOS
The Complete Masterclass For  Grpc In .Net (.Net 8) EmptyAyer a las 10:31 pm por */UpLoAdEdByMaChInE028\*

» Topaz Video AI 5.2.0 (x64) Multilingual
The Complete Masterclass For  Grpc In .Net (.Net 8) EmptyAyer a las 10:27 pm por ℛeℙ@¢ᴋ€r

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 The Complete Masterclass For Grpc In .Net (.Net 8)

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


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

The Complete Masterclass For  Grpc In .Net (.Net 8) Empty
MensajeTema: The Complete Masterclass For Grpc In .Net (.Net 8)   The Complete Masterclass For  Grpc In .Net (.Net 8) EmptyJue Abr 20, 2023 2:28 am


The Complete Masterclass For  Grpc In .Net (.Net 8) Ef45260aabab75a0252b8670246c64df
The Complete Masterclass For Grpc In .Net (.Net Cool
Published 4/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.09 GB | Duration: 4h 30m

From zero to hero: learn to use the high-performance gRPC framework to enhance your HTTP communications !

What you'll learn
how to create a gRPC client FROM SCRATCH in any .NET app
how to create a gRPC server FROM SCRATCH in any .NET app
how to stream data from server to client and reversly
implement security with SSL certificates
use advanced features like deadlines or reflection
integrate gRPC services in an ASP NET web api
communicate from ASP NET Razor Page or Blazor WASM with gRPC APIs
Requirements
No prior gRPC knowledge needed
Familiarity with C# and .NET development
Basic knowledge of HTTP and RESTful APIs
Description
gRPC is a high-performance, cross-platform framework for building scalable APIs. In this course, you will learn how to leverage the power of gRPC to create fast and reliable APIs in .NET 8.gRPC is designed to be fast, efficient, and lightweight. It uses binary serialization instead of text-based protocols like JSON or XML, which can significantly reduce network traffic and improve performance. Additionally, gRPC uses HTTP/2, which enables multiplexed streams, header compression, and server push, further improving performance and reducing latency.In this course, you'll start by exploring the basics of gRPC, including how to create unary requests and responses. You'll learn how to define gRPC services and messages using Protocol Buffers, a language-agnostic binary serialization format that is used by gRPC. You'll also learn how to generate C# code from .proto files using the gRPC tools in .NET, and how to use the generated code to create gRPC clients and servers.Next, you'll move on to more advanced topics, such as streaming and SSL security. You'll learn how to use server streaming and client streaming to send and receive multiple messages over a single connection. You'll also learn how to secure your gRPC communications using SSL certificates.You'll also learn how to integrate gRPC with ASP.NET, the popular web application framework for .NET. You'll learn how to create gRPC services using ASP.NET Core, and how to use middleware to add authentication, authorization, and other functionality to your gRPC endpoints. You'll also learn how to host your gRPC services in a web application and how to consume them from gRPC clients, especially with Blazor WebAssembly.By the end of the course, you'll be able to build robust and efficient APIs using gRPC and .NET 8, and you'll have a deep understanding of the benefits of using gRPC over other API protocols.Topics covered:Introduction to gRPCCreating unary requests and responsesProtocol BuffersGenerating C# code from .proto filesStreaming with gRPCSecuring gRPC with TLS and SSL certificatesIntegrating gRPC with ASP.NETHosting gRPC services in a web applicationConsuming gRPC services from browser-based clients, such as Blazor WebAssembly, with gRPC-WebPrerequisites:Familiarity with C# and .NET developmentBasic knowledge of HTTP and RESTful APIsTarget audience:.NET developers who want to learn how to use gRPC to build high-performance APIsAnyone interested in learning about the benefits of gRPC over other API protocols
Overview
Section 1: Introduction
Lecture 1 Let me introduce myself
Lecture 2 Theory (the only video about theory!)
Section 2: Learning the basics
Lecture 3 Creation & configuration of the console applications
Lecture 4 Our first Protobuf contract!
Lecture 5 gRPC client & server boilerplate code
Lecture 6 Let's make a request... and get a response!
Lecture 7 Exercise 1: what should you do?
Lecture 8 Exercise 1: implementation
Lecture 9 What about collections in my messages?
Lecture 10 Exercise 2: implementation
Lecture 11 Stream data from the server to the client
Lecture 12 Stream data from the client to the server
Lecture 13 Stream data in both ways!
Lecture 14 Time to practice! Exercise 3 - pagination
Section 3: Advanced concepts
Lecture 15 Namespaces
Lecture 16 Create reusable types in your protobuf contracts
Lecture 17 Well-known types, or how to integrate common types like DateTime, TimeSpan, ...
Lecture 18 About enums
Lecture 19 Handle timeouts and cancellation
Lecture 20 Secure communication with SSL certificates
Lecture 21 Expose reflection capabilites
Section 4: Integrate gRPC with ASP.NET
Lecture 22 Add proto files to ASP.NET
Lecture 23 Add gRPC services in ASP.NET pipeline to handle requests
Lecture 24 Create a login endpoint
Lecture 25 Verify the token and secure the gRPC endpoint
Lecture 26 gRPC in the browser - Blazor WebAssembly - Introduction
Lecture 27 Fix the issues in our Blazor WASM application by using gRPC-Web
.NET developers who want to learn how to use gRPC to build high-performance APIs,Anyone interested in learning about the benefits of gRPC over other API protocols

The Complete Masterclass For  Grpc In .Net (.Net 8) Fb10537a67cc2a78f9edac761d33cb78

Download link

rapidgator.net:
Código:

https://rapidgator.net/file/f437f4f231f5109cf8f80c35b78c8e71/wzuaa.The.Complete.Masterclass.For.Grpc.In..Net..Net.8.part1.rar.html
https://rapidgator.net/file/9e47467aecc7ba53eaf63ab9ab8503f0/wzuaa.The.Complete.Masterclass.For.Grpc.In..Net..Net.8.part2.rar.html
https://rapidgator.net/file/54b2969f47a08541ca2760b2ea597fa7/wzuaa.The.Complete.Masterclass.For.Grpc.In..Net..Net.8.part3.rar.html

nitroflare.com:
Código:

https://nitroflare.com/view/02BCD8341FD9355/wzuaa.The.Complete.Masterclass.For.Grpc.In..Net..Net.8.part1.rar
https://nitroflare.com/view/E89BDFD83BCAD5A/wzuaa.The.Complete.Masterclass.For.Grpc.In..Net..Net.8.part2.rar
https://nitroflare.com/view/32DFA0CC7ECAD95/wzuaa.The.Complete.Masterclass.For.Grpc.In..Net..Net.8.part3.rar

ddownload.com:
Código:

https://ddownload.com/igmqkpsk3qva/wzuaa.The.Complete.Masterclass.For.Grpc.In..Net..Net.8.part1.rar
https://ddownload.com/6cnsagvrzapm/wzuaa.The.Complete.Masterclass.For.Grpc.In..Net..Net.8.part2.rar
https://ddownload.com/gtcy5wcwgmh8/wzuaa.The.Complete.Masterclass.For.Grpc.In..Net..Net.8.part3.rar

1dl.net:
Código:

https://1dl.net/j4vw4l472omk/wzuaa.The.Complete.Masterclass.For.Grpc.In..Net..Net.8.part1.rar
https://1dl.net/vcov5auvwhfe/wzuaa.The.Complete.Masterclass.For.Grpc.In..Net..Net.8.part2.rar
https://1dl.net/n7of42ka6vev/wzuaa.The.Complete.Masterclass.For.Grpc.In..Net..Net.8.part3.rar
Volver arriba Ir abajo
 

The Complete Masterclass For Grpc In .Net (.Net 8)

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

 Temas similares

-
» The complete gRPC course [Protobuf + Go + Java]
» Building Web APIs with gRPC - The Complete Guide
» The Complete SEO Training Masterclass
» The Complete Habits Masterclass
» AWS Masterclass for Complete Beginners

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