Fallback

.NET Core Microservices

Where to Watch .NET Core Microservices

34
Deploying Application to the Cloud
2017-10-29
In this video, we will deploy application to the VM in the Cloud, run services using Docker Compose, and configure Nginx HTTP Server.

Watch .NET Core Microservices Season 1 Episode 34 Now

33
Storing Docker Images in a Hub
2017-10-29
In this video, we will introduce Docker Hub, tag Docker images and push them to the Hub.

Watch .NET Core Microservices Season 1 Episode 33 Now

32
Using Docker Compose
2017-10-29
In this video, you will be introduced to the Docker Compose, the compose file and run the services using this tool.

Watch .NET Core Microservices Season 1 Episode 32 Now

31
Running Services Using Docker
2017-10-29
In this video, you will be introduced Docker.

Watch .NET Core Microservices Season 1 Episode 31 Now

30
Identity Service Testing
2017-10-29
In this video, we will be testing the Identity Service.

Watch .NET Core Microservices Season 1 Episode 30 Now

29
Activities Service Testing
2017-10-29
In this video, we will be testing the Activities Service.

Watch .NET Core Microservices Season 1 Episode 29 Now

28
API Testing
2017-10-29
In this video, we will be testing the API controllers.

Watch .NET Core Microservices Season 1 Episode 28 Now

27
Executing HTTP Requests
2017-10-29
In this video, we will use tools such as Postman and cURL to invoke the API endpoints.

Watch .NET Core Microservices Season 1 Episode 27 Now

26
Refactoring Endpoints
2017-10-29
In this video, we will create the application services for the API, refactor the controllers and endpoints.

Watch .NET Core Microservices Season 1 Episode 26 Now

25
Storing the Data
2017-10-29
In this video, we will implement the data storage using repository and MongoDB database, introduce the concept of flattened objects.

Watch .NET Core Microservices Season 1 Episode 25 Now

24
Implementing Event Handlers
2017-10-29
In this video, we will discuss and implement the event handlers used by the API.

Watch .NET Core Microservices Season 1 Episode 24 Now

23
Authenticating the User
2017-10-29
In this video, we will refactor the login method in user service, return the token to the user and add JWT middleware to the API.

Watch .NET Core Microservices Season 1 Episode 23 Now

22
Implementing JWT with HMAC
2017-10-29
In this video, we will describe the different options for JWT signature, implement JWT with HMAC.

Watch .NET Core Microservices Season 1 Episode 22 Now

21
JSON Web Tokens
2017-10-29
In this video, we will introduce the JSON Web Tokens, describe how it works, install .NET Core library.

Watch .NET Core Microservices Season 1 Episode 21 Now

20
Registering and Logging In
2017-10-29
In this video, we will discuss the registration and logging in methods, implement the business logic.

Watch .NET Core Microservices Season 1 Episode 20 Now

18
Hashing Passwords
2017-10-29
In this video, we will discuss the possible encryption methods, implement the logic for hashing passwords.

Watch .NET Core Microservices Season 1 Episode 18 Now

17
Defining User Entity
2017-10-29
In this video, we will discuss the domain model of user and the user repository, implement the required classes and interfaces.

Watch .NET Core Microservices Season 1 Episode 17 Now

15
Creating Application Services
2017-10-29
In this video, we will discuss the business logic of the activities service, implement the services and custom exceptions.

Watch .NET Core Microservices Season 1 Episode 15 Now

14
Implementing Repositories
2017-10-29
In this video, we will implement the repositories using MongoDB and create the database seeder for initializing data.

Watch .NET Core Microservices Season 1 Episode 14 Now

13
Setting up MongoDB
2017-10-29
In this video, we will introduce the MongoDB NoSQL database and configure the connection.

Watch .NET Core Microservices Season 1 Episode 13 Now

12
Creating Domain Models
2017-10-29
In this video, we will discuss the domain of the services and create the entities and interfaces.

Watch .NET Core Microservices Season 1 Episode 12 Now

11
Subscribing to the Messages
2017-10-29
In this video, we will discuss about the required command and event handlers, subscribe to the incoming messages, and implement basic handlers.

Watch .NET Core Microservices Season 1 Episode 11 Now

10
Implementing API Endpoints
2017-10-29
In this video, we will describe the API gateway, configure required services, and define endpoints.

Watch .NET Core Microservices Season 1 Episode 10 Now

9
Implementing Helper Classes and Methods
2017-10-29
In this video, we will create service host using Fluent API, implement custom extensions and helper classes.

Watch .NET Core Microservices Season 1 Episode 9 Now

8
Creating Events
2017-10-29
This video will introduce the events and event pattern.

Watch .NET Core Microservices Season 1 Episode 8 Now

7
Creating Commands
2017-10-29
This video will introduce the commands and command pattern.

Watch .NET Core Microservices Season 1 Episode 7 Now

6
Configuring RabbitMQ Service Bus
2017-10-29
This video will introduce the concept of service bus, describe RabbitMQ and configure it on local machine.

Watch .NET Core Microservices Season 1 Episode 6 Now

5
Creating Solution
2017-10-29
In this video, we will create a new solution and projects using dotnet CLI, discuss the system layers.

Watch .NET Core Microservices Season 1 Episode 5 Now

4
Discussing System Architecture
2017-10-29
In this video, we will discuss the architecture of the system that we are going to build.

Watch .NET Core Microservices Season 1 Episode 4 Now

3
Setting up the Environment
2017-10-29
In this video, you will get introduced to the IDE and tools required for creating the application.

Watch .NET Core Microservices Season 1 Episode 3 Now

2
What Are We Going to Build?
2017-10-29
In this video, you will get introduced to the idea behind microservices and the application we are going to build.

Watch .NET Core Microservices Season 1 Episode 2 Now

1
The Course Overview
2017-10-29
This video provides an overview of the entire course.

Watch .NET Core Microservices Season 1 Episode 1 Now

.NET Core Microservices from Packt Publishing is a comprehensive and hands-on video course that aims to guide viewers through the process of building robust and scalable microservices using .NET Core. Microservices architecture has become increasingly popular in the software development industry due to its ability to facilitate rapid development, continuous deployment, and better scalability of applications. This course is designed to help developers understand the core concepts of microservices and how to implement them using .NET Core, a popular open-source framework for building cross-platform applications.

The course begins by providing an overview of microservices architecture and its benefits, such as improved scalability, resilience, and fast development. Viewers are introduced to the key components of microservices, including service discovery, load balancing, communication protocols, and data storage. The instructor explains how to set up a development environment for building microservices using .NET Core and Visual Studio, making it easy for developers to follow along and practice coding in real-time.

Throughout the course, viewers learn how to design and implement microservices using .NET Core, starting with creating a basic microservice and gradually evolving it to handle more complex functionalities. The instructor covers important topics such as API development, containerization using Docker, service orchestration with Kubernetes, and monitoring and logging of microservices using popular tools like Prometheus and Grafana.

One of the main highlights of this course is its emphasis on practical demonstrations and hands-on coding exercises. Viewers get the opportunity to work on real-world projects and build their own microservices from scratch, gaining valuable experience and skills that can be applied to their own projects. The instructor provides detailed explanations of each step, guiding viewers through the development process and addressing common challenges and best practices along the way.

By the end of the course, viewers will have a solid understanding of how to build, deploy, and manage microservices using .NET Core, and they will be equipped with the knowledge and tools needed to create scalable and reliable applications in a microservices architecture. Whether you are a seasoned developer looking to expand your skills or a beginner interested in learning about microservices, this course offers a comprehensive and practical guide to mastering microservices development with .NET Core.

Overall, .NET Core Microservices from Packt Publishing is a valuable resource for developers who are interested in learning how to build microservices using .NET Core. The course covers a wide range of topics related to microservices architecture and provides hands-on experience through practical exercises and demonstrations. Whether you are new to microservices or looking to improve your skills, this course offers a thorough and engaging learning experience that will enhance your expertise in building modern and scalable applications.

.NET Core Microservices is a series categorized as a new series. Spanning 1 seasons with a total of 32 episodes, the show debuted on 2017. The series has earned a no reviews from both critics and viewers. The IMDb score stands at undefined.

Genres
Channel
Packt Publishing