
Dave Callan | dotnet
@Dave_DotNet
Followers
16K
Following
19K
Media
1K
Statuses
8K
Microsoft MVP | .NET Developer & tech lead from Ireland! Talks about Azure, #csharp, #dotnet, Entity Framework and Visual Studio.
Dublin, Ireland
Joined September 2021
Resign! #devlife
Quick question : You have 50 microservices, each with its own API. The frontend team is losing their mind. To render a single page, they make 10+ network calls. The app is sluggish. Users are complaining. How do you fix this ?
5
3
28
How to enable DATAS in .NET 8 âšī¸ Dynamic adaptation to application sizes (DATAS) is on by default in #dotnet 9 and many apps are seeing large reductions in memory usage because of it. Enable it in 8 with the setting below. Don't forget to benchmark your scenario before and
4
22
93
All these tools/approaches have their place of course and are likely fine in the right hands and for the right use cases, but unfortunately too many of us devs take them too far and over-apply things with pragmatism and without much critical thought.
5
3
24
There is a solution for simplicity: Clean Architecture + DDD + Solid + Clean Code What do you think? Agree or disagree? #dotnet
25
4
75
I'm hoping Stephen Toub is planning a #dotnet 10 version of his excellent blog post series. Can anyone from Microsoft confirm? đ
1
0
5
.NET Performance Improvements đĨ Links to all the Performance Improvement in #dotnet X blog posts from Stephen Toub from .NET 9 to 2.0. Bookmark and share it with your network. .NET 9 https://t.co/xjC2WymFPJ .NET 8 https://t.co/ARvIJmZ2L0 .NET 7 https://t.co/biOFz63oYa
3
24
122
Strong views on Entity Framework âŦī¸ #dotnet
@Dave_DotNet Although, he's right, enough with EF bs all day all time, it was, is, and will be a piece of shit always
7
0
7
Did you really have to make the last application you built as complicated as you did? đ If you voted No below, what would you simplify first? #dotnet
10
0
10
8
2
11
Load testing no cache v one second cache endpoints #dotnet The 2nd endpoint below caches data for only one second and handled ~900% more requests across an approx. three minute load test I love low cache expiry times. For certain data, they eliminate the need for explicit
2
6
47
Can we rollback a truncate inside an uncommitted transaction in #sql Server?
17
4
8
C# design meeting - C# 15 Kickoff and Themes âŦī¸ #dotnet
https://t.co/r5SCuWgKjx
github.com
The official repo for the design of the C# programming language - dotnet/csharplang
3
10
52
Dictionary Expressions proposal -> https://t.co/oG99Ps6hR5
github.com
The official repo for the design of the C# programming language - dotnet/csharplang
0
0
11
Dictionary Expressions coming in C#? #dotnet They are currently a champion proposal (link below) and are a continuation of the C# 12 Collection Expressions feature. What do you think? đđģ or đđģ
22
16
192
Generic OrderedDictionary available in #dotnet 9 đĨ In many cases, we need to store key-value pairs with preserved order and fast key lookups, this is now possible with the generic OrderedDictionary in .NET 9.
6
12
87