Technology

Redirect All Non-WWW Requests to WWW in ASP.NET Core 6 MVC

Written by Mark Pringle
For SEO and Google indexing purposes, you should have a consistent URL to access. For instance, if you can access your website via https://www.learnaspnet.com/ and https://learnaspnet.com/ (notice the missing www), that will present problems. Traditionally, the "Word Wide Web" Read More

Remove Hashtag from a URL: A User-Friendly ASP.NET MVC Solution

Written by Mark Pringle
When building websites, developers frequently generate URLs from database content. Often, that database content contains a hashtag (#). For instance, this website has a category called “C# Programming.” We generate a rewritten URL using that category field from the database and then use Read More

Implement reCAPTCHA in ASP.NET Core MVC and Razor Pages

Written by Mark Pringle
This tutorial will show you have to implement reCaptcha in ASP.NET Core MVC and Razor pages. What is Google reCAPTCHA? Google reCAPTCHA is a free service that protects your website from abuse by creating challenges. This system creates challenges to help distinguish between human and auto Read More

ASP.NET Core Dependency Injection for Beginners. The Often Confusing C# Coding Pattern

Written by Mark Pringle
If you are researching dependency injection, no doubt you have already watched hour-long videos or read most multipage documents that attempt to explain dependency injection. However, I will keep my explanation short and sweet since the name “dependency injection” tells us what this codi Read More

What are the Advantages of ASP.NET Core over ASP.NET?

Written by Mark Pringle
ASP.NET Core and ASP.NET are two enterprise-level frameworks that can create web applications.  However, ASP.NET Core has some inherent advantages over ASP.NET. Where does it have the upper hand? Let's find out. Cross-Platform ASP.NET Core is cross-platform, allowing you to d Read More

How to Create a Responsive Full-Width iframe with a Fixed Aspect Ratio

Written by Mark Pringle
Creating a responsive iframe with 100% width that maintains its aspect ratio while you resize the browser has historically been a bit problematic. However, using CSS and divs in conjunction with an iframe, you can achieve a responsive full-width iframe with a fixed aspect ratio b Read More
What is Dependency Injection? ASP.NET Core Basics
by Mark Pringle
Redirect All Non-WWW Requests to WWW in ASP.NET Core 6 MVC
by Mark Pringle
Creating Models and Database Tables Manually? A Few Things to Keep in Mind When Using Entity Framework
by Mark Pringle
What is TempData is ASP.NET MVC?
by Mark Pringle
How to Search for an Item in an ASP.NET C# ArrayList
by Mark Pringle
What are the Advantages of ASP.NET Core over ASP.NET?
by Mark Pringle
Is Technology Our Friend?
by Ekoja Okewu
Types of Dependency Injection in ASP.NET Core
by Mark Pringle
HOW TO GET MORE INTEREST IN NUCLEAR SAFETY AND ARMS CONTROL
by Ekoja Okewu
Tutorial: Create an ASP.NET Core MVC Website with Login and a Custom SQL Server Database
by Mark Pringle
Populating a Microsoft SQL Server Database Table with Dummy Data
by Mark Pringle
How Do I get the Current UserId in an ASP.NET Core Identity View or Controller
by Mark Pringle
Youths And Technology-Driver Of Food Sustainability
by Ekoja Okewu
ASP.NET Core Dependency Injection for Beginners. The Often Confusing C# Coding Pattern
by Mark Pringle
Visual Studio Code Keyboard Shortcuts for Windows
by Mark Pringle
Rel=Canonical: An Elegant Approach To Using the Canonical Tags in Razor Pages and MVC
by Mark Pringle
SOLID Design Principles Explained
by Mark Pringle
When Is The Right Time and What Is The Good Way For Solar Power Installation?
by Enervest Solar
What is MVC or Model View Controller? ASP.NET Basics
by Mark Pringle
ASP.NET Core MVC Image Upload (File Upload) Tutorial
by Mark Pringle


Hire a Writer