Category: API

What’s New in Blazor with .NET 9?

Overview .NET 9, the successor to .NET 8, brings some fantastic enhancements and features. It’s like getting a shiny new toolbox for software development adventures. Focus on Cloud-Native Apps and Performance .NET 9 has its sights set on cloud-native applications and performance improvements. Whether you’re building web services, microservices, or other cloud-based solutions, .NET 9 […]

ASP.NET Core MVC(.NET6) CRUD Operations using EntityFrameworkCore

MVC stands for Model-View-Controller, it’s a software architectural pattern that separates an application into three main components: Model, View and Controller. The Model represents the data and business logic of the application, the View is responsible for rendering the data into a user interface and the Controller handles user interactions and updates the Model accordingly. […]

API & REST API

What is an API? Api is short for Application Programming Interface. It is used in computer programs to communicate with other applications and/or services.It acts as a bridge between different softwares and devices.Each time we use an app like Facebook or Instagram, send an instant message or check the weather on our phone, we use […]