cSharp

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 »