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

Exception Handling in Python

In this blog, we will see how to handle exceptions in Python application. If you are new to Python, please read my previous blog – Introduction to Python Programming This blog will help you to understand try, except and finally block  in Python code. Exception handling matters a lot to create a stable robust application in … 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

Authentication and Authorization in MVC Application

In any kind of software application, Authentication and Authorization are taken very seriously. In this blog, we will see how can we apply authorization in an MVC application. By default, all Controllers and Actions in an MVC application are accessible by anonymous users. The Authorize attribute handles authorization for a logged-in user in MVC application. … Read more

Build and Host an Angular application on IIS

In my previous blog, I wrote about CRUD operation in Angular with .Net Web API. In this blog, I will write about building and then hosting an Angular application on IIS. In the development phase, we use ng serve command to run our Angular application with localhost URL. But, do we have to do the … Read more

Angular CRUD example with Web API

In this blog, I will build an Angular application to demonstrate the CRUD example step by step. To demonstrate this we will use C# and ASP.Net Web API as a middleware between Angular and SQL databases. Angular CRUD Example – C- Create a record in the database R- Read record(s) from database U- Update existing … Read more

RSS
YouTube
YouTube
Instagram