Kiến trúc Mircoservices
3 phần từ cơ bản tới nâng cao
Có code demo đi kèm
Part 1-3:
https://www.codeproject.com/Articles/1264113/Dive-into-Microservices-Architecture-Part-I
https://www.codeproject.com/Articles/1268122/Dive-into-Microservices-Architecture-Part-II
https://www.codeproject.com/Articles/1270792/Dive-into-Microservices-Architecture-Part-III
Source Code:
https://github.com/aehomay/OwinFxMicroservice
This project is a basic gym project developed using Angular 7, ASP.NET Core APIs, and SQL Server database.
Link to download the project source codehere.
Let’s see...
In this article, we will see how dependency injection works in .net core using Microsoft.Extension.DependencyInjection.
Consider a scenario where you want to fetch all the categories from the database and want to show that...
We bring you a much needed Rosetta Stone — an explanatory bridge between these two technologies
Java and C# are incredibly similar. Both languages are somewhat derived from C++ and from similar first principles.
This article on microservices focused on what microservices are and their advantages over monolithic services architecture.
The term microservices portrays a software development style that has grown from contemporary trends to set up practices...
In this article, we’ll learn how to perform CRUD operations with .NET Core 3.0 and Visual Studio 2019. We will use dapper to perform the CRUD operations.
Recommended Prerequisites
.NET Core...
Dịch từ bài viết The Clean Architecture (Kiến trúc sach) của tác giả Robert C. Martin hay còn được biết đến rộng rãi với tên “Uncle” Bob. “Bác Bob” hiện tại là cựu nhân viên của 8th Light.
What is this buzz word ‘Docker’? Let’s understand this.
In the image, we can see that whale is carrying so many boxes and going very happily. These boxes are called...
In part 3 of our .NET 5 Breaking Changes series, we look at ASP.NET Core. Previous reports covered the Base Class Library and historic technologies.
Serialization
Numbers that appear as quoted strings can now...
Creating Service Monitor Application with .NET Core
GitHub Repository
Introduction
This guide is about how to create a service monitor application, but what is it? In simple words: it's an application that allows to monitor services in a network and save...