Asp.Net

All about Asp .Net

.Net Entity Framework

1. Explain the advantages of the Entity Framework. Entity Framework has the following advantages: 2. Describe some of the disadvantages of the Entity Framework. Entity Framework has the following disadvantages:  3. What are the features of the Entity Framework? Below are some of Entity Framework’s basic features: You can download a PDF version of Entity

.Net Entity Framework Read More »

Asp.Net Core Extended

1 Filters in ASP.NET Core Filters in ASP.NET Core allow code to run before or after specific stages in the request processing pipeline. Built-in filters handle tasks such as: Custom filters can be created to handle cross-cutting concerns. Examples of cross-cutting concerns include error handling, caching, configuration, authorization, and logging. Filters avoid duplicating code. For example,

Asp.Net Core Extended Read More »

Asp.Net Web API with 50 Plus Interview Questions

1 What is Web API? Before we understand what is Web API, let’s see what is an API (Application Programing Interface). As per Wikipedia’s Definition of API: In computer programming, an application programming interface (API) is a set of subroutine definitions, protocols, and tools for building software and applications. To put it in simple terms, API

Asp.Net Web API with 50 Plus Interview Questions Read More »