Connect to a database in ASP.NET Core without Entity Framework? | Asp.net core connect to sql server without entity framework

Recently we are working on a project, in which we need to create a Rest Web API using ASP.NET Core but we don’t want to use the Entity Framework core. we are using an existing database that contains some custom views functions and stored procedures and we do not want to use EF Core. So … Read more

Preview an image before it is uploaded in Blazor | Upload and display image on UI using Blazor Server App

 In the last Blazor asp core post, we discussed CRUD operations in the Blazor server app without Entity Framework in Blazor Server App. In this asp core post, we will discuss how we can upload and display images in Blazor App basically we want to Preview an image before it is uploaded. So let’s start  … Read more

CRUD operation in Blazor without Entity Framework-Step by Step-

 In this article, we are going to discuss how we can perform CRUD operations in the Blazor server app without Entity Framework. In this post, We will do insert, update, and delete(Crud Operation) functionality in the Blazor app without using Entity Framework i.e we are going to use the ADO.NET for database operation, we will … Read more

Difference Between Asp.Net Web Forms and Mvc

 ASP.NET MVC is a completely different framework from ASP.NET Web Forms and both Frameworks have their own features and drawbacks. When we need fast development, we can normally use ASP.NET Web Forms, whereas for Large Scale Enterprise Applications we should always use ASP.NET MVC. I just want to let you know that Web Forms-based Web … Read more

characteristics and features of asp net framework

 Microsoft designed ASP.NET 1.0 as a completely new Web Application Development Framework. So although a web application created using ASP.NET was a completely HTML / CSS based web application, these applications were designed in exactly the same way as using the Visual Basic Programming Language. Forms of desktop applications were designed by the drag-and-drop technique. … Read more