How to secure ASP.NET Core Web API using API Key Authentication?

In this blog, we will see How to secure ASP.NET Core Web API using API Key Authentication. Although there are many ways to secure the web API, here we will discuss API key-based authentication. What is API? Web API is the Microsoft open-source technology for developing REST services based on HTTP protocol. ASP.Net Web API is a framework for … Read more

Top .NET Core Interview Questions and Answers

In this article, we are going to cover Important ASP.NET Core interview questions and answers, which will help you to pass your next job interview. .Net Core interview questions given below will prove to be very beneficial for both freshers and experienced developers. So, without delay, let’s read each interview question of ASP.Net Core and … Read more

Cache Tag Helper in ASP.Net Core MVC

Caching is a very interesting topic in any programming language. It provides drastic changes in app performance. A cache tag is provided to implement caching in the ASP.NET Core MVC. This became possible with the tag helper features of ASP.NET Core Mvc. What is a Cache Tag Helper? Cache Tag Helper provides caching to the … Read more

Create interactive client-side UI with Blazor in .Net Core

Friends, as you all know, so far you and I have used java script for interactive client-side while developing web application in C# language. Now, an interesting twist has come. A new client side framework has been introduced with ASP.Net Core 3.0, called Blazor. What is Blazor in .NET Core? Blazor is a new framework for … Read more

ASP.Net Core MVC for beginners

This article includes the ASP.NET Core MVC web development introductions for beginners. If you are new to MVC, then read my earlier blogs on ASP.Net MVC. This article explores the basics of building an ASP.NET Core MVC web app. This article includes the following topics- Introduction to ASP.Net Core MVC Routing in ASP.Net Core MVC … Read more

Creating a High-Performance ASP.Net Core CRUD App with ADO.Net

In this blog, I am going to create a web application in ASP.Net Core to demonstrate CRUD operations using ADO.Net. Those people who already know about ASP.NET, they will understand this example very well.Those who are freshers, I would request you to read my previous blog so that they don’t get confused. To demonstrate this … Read more

How to access SQL Database Connection string in .Net Core?

A database connection string is a very basic task for a developer who is working on ASP.Net. But defining a database connection string in .Net Core and reading back into C# code is a little different than the traditional ASP.Net framework. In this article, we will define a database connection string and then get its … Read more

ASP.Net Core Razor Pages handler methods

In this blog, we will see ASP.Net Core Razor Pages handler methods in detail. Also, we will explore how handler methods are invoked in Razor pages based on user action. What are handler methods in .Net Core Razor pages? Handler methods in ASP.Net Core Razor pages are available with nice features that will be loved … Read more

Razor Pages vs MVC – Which one is better for your project ?

Before ASP.Net Core 2.0 we had an MVC option to develop a web application. After the release of .Net Core 2.0, a developer has one more option to create a Web Application in .Net Core i.e. .Net Core Razor pages.In this blog, we will see the differences between Web Applications (Razor Pages) and Web Applications … Read more

Configure and Host ASP.Net Core Application on IIS

In this blog, we will see how to host an ASP.Net Core application on IIS server.  Hosting ASP.Net Core app on IIS is not so different than hosting a traditional ASP.Net web application. If you are new to ASP.Net core, you may read this blog – ASP.Net Core Blog Pre-requisite to host ASP.Net Core application … Read more

RSS
YouTube
YouTube
Instagram