Articles by Tag #aspdotnet

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Introduction to Microservices with .NET 8

Introduction to the Series Welcome to our series on microservices with .NET 8! In this...

Learn More 223 0Jul 2 '24

Everything New in .NET 9: The Ultimate Developer's Guide

NET 9 is the latest iteration of Microsoft's cross-platform framework, designed to enhance modern...

Learn More 53 1Nov 22 '24

Top 20+ Full-stack Projects For Beginners in C#, ASP.NET , .NET CORE

1. Simple-.NET-MVC-5-Shopping-Cart An experimental online shopping cart built using C#...

Learn More 39 1Nov 17 '24

Securing Your Hangfire Dashboard in ASP.NET Core 8: Adding an Authorization Filter

Introduction In our previous blog post, we explored a step-by-step guide to scheduling API...

Learn More 26 0Jul 6 '24

Is .NET 9 beneficial for Blazor?

Blazor, an integral part of Microsoft's ASP.NET Core framework, seamlessly integrates with back-end...

Learn More 25 1Nov 21 '24

🔐 How to Implement OAuth 2.0 Authentication in ASP.NET Core with External APIs

Introducción In today’s interconnected digital world, integrating with external APIs securely is more...

Learn More 23 3Nov 11 '24

How to prevent XSS Attacks in ASP.NET Core Web API

Cross-site scripting (XSS) may sound like complicated tech jargon, but it’s actually a common problem...

Learn More 16 1Oct 22 '24

🚀 [ASP.NET] How to design API allowed client specific fields?

👋 Hey everyone! I’ve recently built and open-sourced a .NET library called Population.NET and I’m...

Learn More 12 9Dec 26 '24

Implement Rate Limiting in ASP.NET Core [.NET9]

Introduction Rate limiting is a critical mechanism for building resilient, secure, and...

Learn More 10 6Jun 12

Microservices using ASP.NET Core, Ocelot, MongoDB and JWT

Contents Introduction Best Practices Development Environment Prerequisites ...

Learn More 9 1Oct 19 '24

Creating a Simple ASP.NET Core Web API for Testing Purposes

Introduction ASP.NET Core NET Core is a powerful framework for building web APIs. In this...

Learn More 8 0Jul 5 '24

🔥 Top 10 Things Every .NET Developer Should Do in 2025

As the .NET ecosystem continues to evolve, so should our approach to architecture, tooling, and...

Learn More 7 0May 5

The Unexpected Struggle of Implementing Custom CAPTCHA on Linux

Last week, my boss assigned me a seemingly simple task: implement custom CAPTCHA validation for our...

Learn More 6 3Feb 6

An E-Commerce Web Application

This repository contains an e-commerce web application built using SQL Server, EF, ASP. NET Core MVC,...

Learn More 5 0Jul 13 '24

What is ASP.NET used for in software development?

This post is a quick overview of an Abto Software blog article. ASP.NET services are gaining more...

Learn More 5 1Sep 19 '24

Integrating Stripe Checkout in an ASP.NET Core 8 Application: A Step-by-Step Guide

Introduction In this tutorial, we will walk through the process of integrating Stripe...

Learn More 5 0Jul 6 '24

AI and Machine Learning Integration in .NET Core with ML.NET

Artificial intelligence (AI) and machine learning (ML) are transforming industries by enabling...

Learn More 5 0Aug 15 '24

Logging in ASP.NET Core

Intro As a Developer there is no feeling that compares to the mix of emotions we...

Learn More 4 2Sep 21 '24

Web application translation in two ways.

In this article, I'll show you how to translate a web application built using ASP.NET and discuss two...

Learn More 4 0Dec 25 '24

How to Set Up a Connection String in EF Core Projects

I know, I know… for a beginner, setting up the environment in ASP.NET can be a tedious task,...

Learn More 4 0Mar 12

Server Sent Events in ASP.NET Core

Server Sent Events (SSE) is a HTML standard with good support by all major browsers that allows your...

Learn More 4 0Dec 3 '24

Standardized Error Messages in .NET REST APIs - Implementing RFC 7807 Problem Details

The Silent Killer: Unhandled Exceptions Imagine an application fetching user data from an...

Learn More 3 0Jul 17 '24

Understanding Middleware in ASP.NET Core

ASP.NET Core is built on a modular pipeline of middleware components that handle requests and...

Learn More 3 0May 8

Using Options Pattern in ASP.NET Core

In ASP.NET Core, the Options Pattern provides a clean way to manage configuration settings by binding...

Learn More 3 0Jan 23

Exploring the Program.cs File: Key Components and Configuration in ASP.NET Web API

The Program.cs is the main class for .NET applications. It starts the application and allows us to...

Learn More 3 0Aug 19 '24

🍰Top 10 Best Cake Shop Full-Stack Projects for Beginners in C#, ASP.NET, and .NET Core

Explore beginner-friendly, open-source Cake Shop projects built with ASP.NET Core, C#, and .NET....

Learn More 3 0Jun 26

Popular Interview Questions for Senior .NET ✅Developer

Preparing for a senior .NET developer interview involves covering a broad range of topics, including...

Learn More 3 0Jul 6 '24

Asynchronous Programming in C#: Async/Await Patterns

Asynchronous programming is nowadays common in modern software development and allows applications to...

Learn More 2 0Jul 3 '24

Step-by-Step Guide to Scheduling API Calls with Hangfire in ASP.NET Core

Introduction In the last blog post, we created a test API in ASP.NET Core NET Core. If you...

Learn More 2 0Jul 6 '24

Gerenciando funcionalidades em Minimal APIs com Microsoft.FeatureManagement: Introdução ao suporte a Feature Flags.

Recentemente, tive a honra de contribuir com o projeto open-source...

Learn More 2 0Feb 24