Browsing Tag
csharp
85 posts
Generating Images from Text with C# and Open AI DALL-E
With the use of .NET C#, we can develop a POC (Proof of Concept) that uses the Open…
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…
.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…
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…