Articles tagged #Architecture
6 article(s)
-
Building Scalable Applications: Microservice Architecture Challenges
While microservices architecture provides significant advantages in scalability, flexibility, and maintainability, it also introduces unique challenges that must be carefully considered when designing
@llaxmikant · Jul 22, 2026 -
Implement Repository Pattern with ASP.NET Core Web API
Implement the Repository Pattern with ASP.NET Core Web API on .NET 10 — EF Core 10, DTO mapping with extension methods, async CRUD operations, and the built-in OpenAPI support with Scalar.
@llaxmikant · Jul 13, 2026 -
Microservice Architecture Patterns for Architects
This blogpost explains about advantages, disadvantages, internal service communication, SOA vs MSA, Prerequisites, and other aspects of Microservice Architecture that are required to define architectu
@llaxmikant · Jul 2, 2026 -
The Paradigm Shift to Low-Code and No-Code Development
In the realm of software engineering, one trend is steadily rising to prominence - the low-code and no-code development approach. The two are fundamentally shifting the software development paradigm,
@llaxmikant · Jun 10, 2026 -
RESTful CRUD Operations with ASP.NET Core Minimal APIs
Build a CRUD API with correct verbs and status codes: 201 with Location, 204 for deletes, RFC 9457 validation problems, and compile-checked typed results — verified with curl.
@llaxmikant · Apr 10, 2026 -
Render a Partial View with a Model in ASP.NET Core MVC
Pass models into partials from views and controllers, return PartialViewResult for AJAX fragment updates, and avoid the HtmlFieldPrefix binding trap in forms.
@llaxmikant · Feb 27, 2026