Thứ Sáu, Tháng Tư 19, 2024

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...
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...

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.
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.
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...
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à...
Metrics report diagnostics about your app. .NET 8 adds over a dozen useful metrics to ASP.NET Core: HTTP request counts and durationNumber of active HTTP requestsRoute matching resultsRate limiting lease and queue durationsSignalR transport...
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...

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...
- Advertisement -

POPULAR POSTS

MY FAVORITES