REST API Best Practices with a Mind Map
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.
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...
Auditing is an essential cross-cutting feature you should implement on your production products. EF Core SavingChangesInterceptor makes it easy.
Entity framework core is a very feature-rich library, and one of the lesser-known features I want to share with you today is Global Query Filters.
Logging your time automatically using the Jira app and the iOS shortcuts app in apple.
ChangeTracker class helps to identify Added Items, Removed Items, and Updated Items from two different C# Lists.
This is CSandun blog - test one, a brand new site by chathuranga sandun that's just getting started. Things will be up and running here shortly, but you can subscribe in the meantime if you'd like to stay up to date and receive emails when new content is published!...
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.
The benchmarking technique aids in calculating the performance metrics of a single or multiple sections of code in your application. Benchmark can assist you in identifying the parts of your source code that require optimization.
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...
Auditing is an essential cross-cutting feature you should implement on your production products. EF Core SavingChangesInterceptor makes it easy.