- C# Digest
- Posts
- Exploring .NET frozen segments
Exploring .NET frozen segments
Little-known API allowing to allocate managed objects outside of the managed heap
Exploring .NET frozen segments
16 minutes by Kevin Gosse
Exploring a little-known API allowing to allocate managed objects outside of the managed heap.
eBook: How to Choose a Component Library?
sponsored by Progress
Get the right component libraries for your business! 💡 Discover practical advice to meet complex requirements. Try our expert-curated solutions now!
.NET Continuous Profiler: Under the Hood
9 minutes by Christophe Nasarre
.NET profiler was designed and implemented to run 24/7 in production, at any scale, with negligible impact. Here are the details of how we built it.
The Occasionally Useful State Pattern
6 minutes by Jeremy Miller
By using the “State Pattern”, we are able to remove a great deal of potentially repetitive and error prone if/then branching logic out of our code.
Be optimistic about concurrency in Entity Framework
8 minutes by Dennis Frühauff
Concurrency is a thing we developers know as one of the trickiest things to solve. It might happen rarely, but especially in distributed, massively scaled applications, it will happen often enough. And if not handled well, it will cause once-in-a-day issues that are particularly hard to track down. Let's together take a look at what we can do with concurrency issues in Entity Framework.
Using default interface methods for performance gains in IHeaderDictionary
11 minutes by Andrew Lock
In this post I show an example of how the C# 8 feature, default interface methods, can be used to improve performance. I describe a pull request to ASP.NET Core that shows a way for implementations to optimise specific usages of the interface.
how did you like this issue? |