Browsing Tag
dotnet
80 posts
5 Most Popular Backend Frameworks for Web Development (2023) 🏅
A website is often thought of as its frontend, where the user interacts. However, most of the magic…
What is Form Collection and how to implement it in ASP .NET MVC?
What is Form Collection? Form collection is used to retrieve input elements from the controller action method. Form…
Top 10 Dotnet Exception Anti-Patterns in C#
As a programming instructor and former software engineer / software engineering manager I have seen a lot of…
Use Model Features to Speed Up Backend Development in a DRY Manner
Originally published @ hashnode. Heredia, Costa Rica, 2022-11-05 Ok, so this is something people that know me have…
What are Generics in C#?
It’s hard to do much development in dotnet without running into generics. After all, since .NET Framework 2.0…
Create a basic CRUD App with .NET MVC & EF
I created a basic CRUD App to get started with .NET MVC and Entity Framework. The app is…
ASP.NET: CRON Service Worker
Introducción En este artículo veremos como crear un servicio en segundo plano que se ejecutará según un programa…
Bicep Extension Finally Arrives in Visual Studio! Here’s What You Need to Know
Bicep, the open source project used by Visual Studio Code to extend its capabilities, has finally arrived in…
.NET 6 – Web API Global Exceptions Handling 🌐
Intro In this article we will be exploring Global Error Handling in .Net 6 Web Api. You can…
ASP.NET: Autenticación OIDC Multi Tenant – Parte 2
Introducción En este post continuaremos con la creación de aplicaciones web multi-tenant, enfocándonos ahora en la parte de…