The term “microservices” appeared for the first time in 2011 at a workshop for software architects. In 2012 we started to see more and more people talking about microservices architecture, as this architectural style was proposed to...
Monolith To Microservices is a new book on system decomposition from O'Reilly
How do you detangle a monolithic system and migrate it to a microservices architecture? How do you do it while maintaining business-as-usual? As...
Microservices are small, autonomous services that work together.
Definition
Microservice architecture, or simply microservices, is a distinctive method of developing software systems that tries to focus on building single-function modules with...
CHAPTER 1: JUST ENOUGH MICROSERVICES
WHAT ARE MICROSERVICES?
Microservices are independently deployable services modeled around a business domainMicroservices are technology-agnosticMicroservices communicate with each other via networks - making them a...
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...
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.
Who is Audience?
This article is intended for those who have at least a basic idea of Object oriented programming. They know the difference between classes and objects and can talk about the basic...
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.
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 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...