What is Entity Framework

Introduction Entity Framework (EF) is an object-relational mapping (ORM) framework for the Microsoft .NET Framework. It allows developers to work with a database using objects, eliminating the need to write SQL commands. EF provides a set of APIs for creating, querying, and updating data in a database, and it can work with a variety of... Continue Reading →

How To Play Audio In Blazor Application

Introduction In this article, let's understand how to play audio files in the Blazor Application, We will cover both Blazor Server and Blazor WASM applications. Before getting into the core concepts, let's discuss what Blazor is. Blazor is an excellent framework in which we can use C# code to write both the Client and Server... Continue Reading →

Getting Started With .NET MAUI – First Look

Introduction Yes, now it's officially released !!! We can create Native Mobile and Desktop with C# & XAML and this is a cross-platform framework called .NET MAUI. MAUI stands for Multiple-Platform Application UI. We can develop applications for Android, iOS, Windows, and macOS from a single code base. This also means, that from a single... Continue Reading →

Send SMS Messages In C# And .NET Using Twilio

Introduction In modern web applications, the business may require to send SMS to end-users in various scopes like Alerting the users, acknowledging the users, or even sending OTP. Sending as SMS is the easiest way and also can be implemented easily in .NET applications using Twilio. Setting Up Twilio Account Twilio two-way SMS and MMS... Continue Reading →

Project Folder Structure of MAUI (Preview 6)

Introduction For any project, the folder structure is very important. We can organize the files and also if required, we can amend our changes easily. In this article, we will see the default Folder Structure of MAUI Preview 6. If you are new to this article, I would like to strongly recommend you to have... Continue Reading →

Introduction to .NET Multi-platform App UI (MAUI) – An Overview

Introduction What if we are able to create native Mobile apps, Desktop apps using .NET C# and XAML from a single code base?. !!! How cool it will be right ?. Yes, now we can create native Android, iOS, macOS, and Windows applications from a single code base. This is possible using .NET's new feature... Continue Reading →

Monolithic vs Microservice Architecture

Introduction Most of web application developer might discussed about Monolithic vs Microservice. Now a days we can develop better web application with either these options. Its all important that which one is right our needs. In this article, we will discusses both of these architecture and you can decide which architecture is needed for application... Continue Reading →

Hangfire – .NET Background Tasks

Introduction In this article, We will discuss about the Hangfire, an open source framework, which is used to run background tasks in .NET. In general, we may need an application which run's in the background based on the code nature, that is, it may take long time to execute and users does not want to... Continue Reading →

Website Built with WordPress.com.

Up ↑

%d bloggers like this: