Thứ Bảy, Tháng Tư 27, 2024
This paper presents a concise summary of various software architecture patterns, offering insights into their unique characteristics, applications, and impacts on software design. These patterns represent key approaches and strategies in modern software engineering, each addressing specific...
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...

.NET Core and DevOps

Key Takeaways DevOps is a worthy and rewarding pursuit no matter what technology stack you currently useClosedsource, proprietary software and build processes do not work well with DevOps practices.NET Core is open source,...
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...
Key Takeaways Microservices migrations are not a trivial change. You have to understand if it will really solve your problem otherwise you might create a tangled entity that might kill you.There are different...
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
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.
Key Takeaways ASP.NET Core has a built-in distributed caching interface. Performance, shared data, and durability are the primary benefits of distributed caching. Couchbase Server is a memory-first database that is great for use as a distributed cache. NuGet packages...
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...
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...
- Advertisement -

POPULAR POSTS

MY FAVORITES