Browsing Tag
dotnet
80 posts
Struct vs Class in C#: Choosing the Right Data Type
In C#, there are two primary object types that developers can use to build their code: structs and…
ASP.NET Core in .NET 8 is Coming! Discover its NEW Features🚀
ASP.NET Core has received updates in .NET 8 Preview 1, including Blazor United, improved route tooling, and HTTP/3…
Memory Management
When dealing with memory management on .NET garbage collection comes to mind as something that you have to…
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.…