NET Microservices with .NET Aspire
Main Speaker:
Shimon Dahan
Tracks:
After Event WorkshopsCode
Seminar Categories:
After Event WorkshopsBackend
Code
Programming
Course ID:
50904Date:
30/06/2024Time:
Daily seminar9:00-16:30
Location:
John Bryce, Tel AvivOverview
REST becomes the ultimate solution for text-based-integration over HTTP.
Microservices allows to architecturally isolate each service and by that create an integrated applications in which pieces of code can be separately administrated and enhance
Who Should Attend
- C# developers that want to create REST web-services
- C# developers that wants to use .net core for Microservices
Prerequisites
- Experience in C#
- Familiarity with Web architecture and terms
Course Contents
.NET
- Introduction
- What is .net core
- ASP.NET Core Features
- ASP.NET Core Environment Setup
- Project Layout
- Dependency Injection
- Creating and Injecting Greeting Service
- Middlewares & custom Middlewares.
Introduction to Microservices
- Why & what is?
- Creating Microservices with ASP.NET core
- Patterns
- Docker
- API gateway
- Microservices logging & messaging