Browsing Tag
csharp
85 posts
Migration of a Dynamic Website to a Static Website
Photo by Sai Abhinivesh Burla on Unsplash In the previous two articles (Migration from Classic Hosting to Serverless…
.NET 8 is on the Way! 7 Features that will blow your mind 🤯
Howdy, fellow developers! Here’s another exciting journey that we’re about to embark on, exploring the brand new features…
From Converters to Dependency Injection: Navigating Model Migrations
Do you know the three-layer software design? Think of it as tech’s equivalent of a sandwich with neatly…
Fields vs Properties in C# OOP - Which one should you use?
Understanging “Fields” In the object-oriented programming (OOP) approach of C#, a field is a class or struct level…
Saia do Loop – Data Annotation.
Bem vindo a série Saia do Loop ! No tutorial de hoje nós vamos falar de Data Annotation…
Singleton Design Pattern in C#: Full Guide
Have you ever wondered how to maintain a unique instance throughout the lifecycle of an application and ensure…
Mastering Design Patterns in .NET: Beginner-Friendly AI Examples for Effective Learning
For quite some time, I’ve been fascinated by the 23 Gang of Four (GoF) design patterns – powerful…
BIG surprise! aspx files in .NET Core
.NET Core issues In .NET Core, there are problems such as the bad complexity of web programming and…
Master C# with an Interactive Learning Template - Limited Time Offer!
*Comprehensive and Interactive learning template to elevate your journey to mastering C# in 6 months. * I came…
Transactions in .NET: From Basics to Best Practices
What is a Transaction in .NET? A transaction is a sequence of operations performed as a single logical…