Category Software architecture

.Net Core Clean Architecture

Clean Architecture .NET Core

.Net Core Clean Architecture definitions and illustration Clear architecure get a high level idea about this architecture where it put the business or domain in the center of the application. While in traditional application (monolithic application) the data access layer…

Best Open Source Nodejs Applications

  Introduction In this post, I’m going to explore some of the most important open source nodejs based applications. NodeJS is a server-side platform that’s built on the google chrome v8 engine. Node.js is an open-source, cross-platform, back-end, JavaScript runtime…

Automapper using .net

Mapping in .net, the problem Automapper using .net is a good way to map betwen different classes in .net. Lets learn automapper by example. If you have object in a data access layer and you want to send to another…

Software Architecture

Software architecture

Software Architecture definitions and illustration What is the software architecture Software architecture of a system is the set of structures needed to reason about the system, which comprise system elements, relations among them, and properties of both. Software/System architecture typically…