@TheCodeMan__ Profile picture

Stefan Đokić | .NET

@TheCodeMan__

➡️ I'm Your Guide to Becoming a .NET Pro! | Microsoft MVP ➡️ Design Patterns Simplified e-book: https://t.co/5QQCOJTRxu

Similar User
Muhammad Waseem 🇵🇸 photo

@mwaseemzakir

Dr Milan Milanović photo

@milan_milanovic

Milan Jovanović photo

@mjovanovictech

Dave Callan | dotnet photo

@Dave_DotNet

The .NET Dev photo

@TheDotNetDev

Weston Walker photo

@wes_walke

ASP.NET Core News photo

@aspnetcore_news

Davide Bellone | Code4it.dev | Microsoft MVP photo

@BelloneDavide

Andrew Lock

@andrewlocknet

Amichai Mantinband photo

@amantinband

Nick Chapsas photo

@nickchapsas

Marinko (Code Maze) photo

@CodeMazeBlog

Karen Payne MVP photo

@KarenPayneMVP

Mukesh Murugan photo

@iammukeshm

James Newton-King ♔ photo

@JamesNK

Pinned

The 𝐃𝐞𝐬𝐢𝐠𝐧 𝐏𝐚𝐭𝐭𝐞𝐫𝐧𝐬 𝐒𝐈𝐌𝐏𝐋𝐈𝐅𝐈𝐄𝐃 ebook is here! 🎉 And I'm giving an exclusive 30% OFF Discount to the quickest 200 of you. After several weeks of hard work, the ebook is ready to read on your devices! I got a bunch of replies that your patterns became…

Tweet Image 1

Stefan Đokić | .NET Reposted

Don't do this in your EF Queries (Newbies read this) This Performance tip should be a feature. 👇 Performance Considerations: 𝐐𝐮𝐞𝐫𝐲 𝐈𝐧𝐬𝐢𝐝𝐞 𝐋𝐨𝐨𝐩: Executing the query repeatedly inside the loop results in multiple database roundtrips, causing significant…

Tweet Image 1

"Frog with the 6 legs" problem 💡 Did you hear about it? A: Why do you have a MyFrog class, when there is a standardized Frog class? Also, your frog has six legs?? 😮 B: Haha, so you let me have it. 😅 A: How to? B: You let me extend your standardized frog with extra legs. You…

Tweet Image 1

Managing Distributed Transactions in Microservices Yes, you can use the 𝐒𝐀𝐆𝐀 𝐎𝐫𝐜𝐡𝐞𝐬𝐭𝐫𝐚𝐭𝐢𝐨𝐧 𝐏𝐚𝐭𝐭𝐞𝐫𝐧. 𝐐𝐮𝐢𝐜𝐤 𝐄𝐱𝐚𝐦𝐩𝐥𝐞: In today's digital age, the travel booking process is becoming increasingly complex due to the variety of services travelers…

Tweet Image 1

Stefan Đokić | .NET Reposted

CQRS != Mediator. ❌ What is the difference? 🤔 People may confuse CQRS with MediatR because MediatR is a library that implements the Mediator pattern and provides support for implementing CQRS in .NET applications. However, it's essential to recognize that while MediatR can…

Tweet Image 1

Stefan Đokić | .NET Reposted

Use Query Filter to simplify your LINQ queries. ✅ Remove every repetitive condition in EF Core 👇 One of the most realistic situations is to have a soft delete over a table in the database. Let's say the USER table. When we query that table, we mostly need data for active…

Tweet Image 1

Stefan Đokić | .NET Reposted

Choose your fighter: 1. var user = new User(); 2. User user = new User(); 3. User user = new(); #dotnet


Loading...

Something went wrong.


Something went wrong.