Thứ Sáu, Tháng Tư 26, 2024
Learn SOLID, GRASP and other hard-core object oriented design OOD principles using a language-independent and in a simple manner to impress other developers Download S.O.L.I.D GRASP_And_Other_Basic_Principles_of_Object_Oriented_Design I will start with a...
Introduction In this article, Design principles are described in a manner that is easy to understand, along with the reasoning and benefits of their usage. Some of the well-known design principles are discussed which...

NET Core 3 Preview 1 Released

Today, at Connect(); 2018 conference, Microsoft has announced .NET Core 3 Preview 1 - the first public release of .NET Core 3. According to the company, .NET Core 3 is a major update that includes support for building Windows desktop...
You may or may not have heard of this statistic from Google: 53% of mobile site visits leave a page that takes longer than three seconds to loadhttps://www.thinkwithgoogle.com/marketing-resources/data-measurement/mobile-page-speed-new-industry-benchmarks/ With that in...
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...
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.
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...
Như ở phần 1 (Một vài Tips đơn giản Refactor Code in C# (Phần 1)) tôi đã giới thiệu về các vấn đề hay gặp phải trong coding. Ở phần 2 này tôi sẽ chia sẻ một...
Mastering the Art of Scalable and Resilient Systems with Essential Microservices Design Patterns Unleash the Power of Microservices Are you striving to build efficient, scalable, and resilient software systems? 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...
- Advertisement -

POPULAR POSTS

MY FAVORITES