Browsing Tag
dotnet
97 posts
Beyond the Basics: Discovering the Untold Features of .NET
.NET is a popular framework used by developers to build a wide range of applications, including web and…
Sequential GUIDs in Entity Framework Core Might Not Be Sequential
The Background Our customers more often than not chose to host our application on their own machines, so…
.NET Console Application with injectable commands
Console applications are alive and kicking. Setting them up might be a bit hard. In this article I’ll…
Hackathon – Hack Together: Microsoft Graph and .NET 🦒 – Day 01
A few days ago Microsoft announced a new hackathon focused on .NET and Microsoft Graph. The hackathon is…
C# Q&A : Part 1
Welcome to this new series of C# Q&A. This’s a 3 part series and this’s part 1 ,…
.NET 7: Minimal APIs y FluentValidation
Introducción Minimal APIs sigue siendo un tema nuevo dentro de la comunidad .NET y creo que aún son…
Codebin – MongoDB Atlas Hackathon 2022 Submission
What I built I have built a platform (Codebin) where user can create and view their code snippets.…
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…