Thứ Sáu, Tháng Tư 26, 2024
This is step-by-step development of reference microservices architecture that include microservices on .NET platforms which used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12. There is a couple of microservices which implemented...
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...
Khi còn là 1 sinh viên và ra trường thậm chí được vài năm. Vấn đề không những mình mà có thể là nhiều bạn khác quan tâm đó chính là làm sao code chạy được và...

Why Learn C#

If you want to get into computer programming, C# is one of the easiest programming languages among them all.  History  C# language was created by Anders Hejlsberg at Microsoft and...

Java to C# – C# to Java

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.

The SOLID Principles in C#

Introduction In the world of software development, maintaining clean and maintainable code is paramount. To achieve this, we often turn to design principles that guide us in writing robust...
ASP.NET Core Using JWT Authentication WEB API and consume it in Angular2 Client Application with proper project structure setup. Download source code Introduction I was trying to implement JWT Auth in web API. I want to consume the Web API in...
If you’re a software developer or programmer, I’m sure you’ve heard of blockchain by now. If you’ve not heard of the blockchain, you must be living in a bubble. In this article, I will talk about the most popular...
Below are our C# coding standards, naming conventions, and best practices.Use these in your own projects and/or adjust these to your own needs. douse PascalCasing for class names and method names.
- Advertisement -

POPULAR POSTS

MY FAVORITES