In this two-part blog series, we'll explore the benefits of using StateMachine in C# for managing approval processes, illustrated by a code review approval process example.
Discover MediatR's Notification feature in .NET Core, enhancing applications with clean, maintainable code and effective communication between components.
Summarizing REST API Best Practices with a mind map. REST (Representational State Transfer) is a software architectural style that defines a set of constraints to be used for creating Web services.
It's the end of 2022, and coming to a new year in your career. Many developers stay in their comfort zone with CRUD operations and basic development technologies. It is time to move with new Dotnet technologies and current industry trends and challenges in 2023.
Block Element Modifier (BEM) is a naming convention for classes in CSS. It is a method for naming CSS classes in a way that makes it easy to understand the relationship between HTML and CSS in a project. It is often used in front-end web developments.
Intro
While working on...