Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Introduction to the Series Welcome to our series on microservices with .NET 8! In this...
NET 9 is the latest iteration of Microsoft's cross-platform framework, designed to enhance modern...
1. Simple-.NET-MVC-5-Shopping-Cart An experimental online shopping cart built using C#...
Introduction In our previous blog post, we explored a step-by-step guide to scheduling API...
Blazor, an integral part of Microsoft's ASP.NET Core framework, seamlessly integrates with back-end...
Introducción In today’s interconnected digital world, integrating with external APIs securely is more...
Cross-site scripting (XSS) may sound like complicated tech jargon, but it’s actually a common problem...
👋 Hey everyone! I’ve recently built and open-sourced a .NET library called Population.NET and I’m...
Introduction Rate limiting is a critical mechanism for building resilient, secure, and...
Contents Introduction Best Practices Development Environment Prerequisites ...
Introduction ASP.NET Core NET Core is a powerful framework for building web APIs. In this...
As the .NET ecosystem continues to evolve, so should our approach to architecture, tooling, and...
Last week, my boss assigned me a seemingly simple task: implement custom CAPTCHA validation for our...
This repository contains an e-commerce web application built using SQL Server, EF, ASP. NET Core MVC,...
This post is a quick overview of an Abto Software blog article. ASP.NET services are gaining more...
Introduction In this tutorial, we will walk through the process of integrating Stripe...
Artificial intelligence (AI) and machine learning (ML) are transforming industries by enabling...
Intro As a Developer there is no feeling that compares to the mix of emotions we...
In this article, I'll show you how to translate a web application built using ASP.NET and discuss two...
I know, I know… for a beginner, setting up the environment in ASP.NET can be a tedious task,...
Server Sent Events (SSE) is a HTML standard with good support by all major browsers that allows your...
The Silent Killer: Unhandled Exceptions Imagine an application fetching user data from an...
ASP.NET Core is built on a modular pipeline of middleware components that handle requests and...
In ASP.NET Core, the Options Pattern provides a clean way to manage configuration settings by binding...
The Program.cs is the main class for .NET applications. It starts the application and allows us to...
Explore beginner-friendly, open-source Cake Shop projects built with ASP.NET Core, C#, and .NET....
Preparing for a senior .NET developer interview involves covering a broad range of topics, including...
Asynchronous programming is nowadays common in modern software development and allows applications to...
Introduction In the last blog post, we created a test API in ASP.NET Core NET Core. If you...
Recentemente, tive a honra de contribuir com o projeto open-source...