Blog

Your blog category

Why Entity Framework?

Why Entity Framework Core? In good old days, developers used to write ADO.NET code or Enterprise Data Access Block to save or retrieve application data from the database. This process typically included opening a connection to the database, creating a Dataset to fetch or submit the data, converting data from the Dataset to objects or […]

What is Clean Architecture and why should I use it?

Introduction Clean Architecture style focus on a loosely coupled implementation of use cases. Use cases as central organizing structure, decoupled from frameworks and technology details. What is Clean Architecture? With Clean Architecture, the Domain and Application layers are at the centre of the design which is known as the Core of the system. Business Logic […]

Mastering Visual Studio 2022: Shortcuts, Tips, and Tricks

Visual Studio 2022 is a powerful integrated development environment (IDE) that provides a wide range of features and tools to enhance your coding productivity and speed. Whether you’re a seasoned developer or just getting started, mastering keyboard shortcuts, utilizing tips, and leveraging tricks can significantly streamline your workflow and make you a more efficient coder. […]

Scroll to top