C# Digest - C# Digest #327
5 top links —
save time, be smarter.
Stay on top of technology with C# Digest.
c# |
Spread the word, build the community, share the knowledge – invite your friends.
this week's favorite
Convention based Concurrency Management in Entity Framework Core
Writing concurrency safe code is a corner stone in writing robust code today, without it data quality can not be guaranteed. And when things go wrong you want to know who and when entities were updated so you can investigate what have gone wrong.
Automatically find latent bugs in your code with .NET 5
Starting with .NET 5, we’re introducing what we’re calling AnalysisLevel in the C# compiler to introduce warnings for these patterns in a safe way. The default Analysis Level for all projects targeting .NET 5 will be set to 5, meaning that more warnings (and suggestions to fix them) will be introduced.
One of the big differences between .NET Core and .NET Framework is that .NET Core supports self-contained deployment – everything needed to run the application is bundled together. It doesn’t depend on having the framework separately installed. From an application developer perspective, this means that you know exactly which version of the runtime is being used, and the installation/setup is easier. The downside is the size – it pulls along a complete copy of the runtime & framework.
Microservices with event sourcing using .NET Core
I spend some time last year implementing an example project on how to structure an API using microservices in .NET Core. In my summer vacation, I began looking into how I could improve and add event sourcing to the project.
A Half is a binary floating-point number that occupies 16 bits. With half the number of bits as float, a Half number can represent values in the range ±65504. More formally, the Half type is defined as a base-2 16-bit interchange format meant to support the exchange of floating-point data between implementations.
jobs
C# Developers are in demand on Vettery
Vettery is an online hiring marketplace that's changing the way people hire and get hired. Ready for a bold career move? Make a free profile, name your salary, and connect with hiring managers from top employers today.
newsletters
Older messages
C# Digest #325
Sunday, August 23, 2020
5 top links — save time, be smarter. Stay on top of technology with C# Digest. c# digest #325 Spread the word, build the community, share the knowledge – invite your friends. .net Putting “Universal”
C# Digest #324
Sunday, August 16, 2020
5 top links — save time, be smarter. Stay on top of technology with C# Digest. c# digest #324 Spread the word, build the community, share the knowledge – invite your friends. sponsor Exclusive deals
C# Digest #323
Sunday, August 9, 2020
5 top links — save time, be smarter. Stay on top of technology with C# Digest. c# digest #323 Spread the word, build the community, share the knowledge – invite your friends. sponsor Download
C# Digest #321
Sunday, July 26, 2020
5 top links — save time, be smarter. Stay on top of technology with C# Digest. c# digest #321 Spread the word, build the community, share the knowledge – invite your friends. sponsor UnoConf 2020 –
C# Digest #320
Sunday, July 19, 2020
5 top links — save time, be smarter. Stay on top of technology with C# Digest. c# digest #320 Spread the word, build the community, share the knowledge – invite your friends. sponsor C# Developers are
You Might Also Like
Re: My favorite new service
Monday, January 13, 2025
Hey there I want to tell you about a service that I've been using recently and that I love — Incogni. They automatically erase my data from the internet so it can't be bought and used by data
Digest #155: Port 80 Insights, Faster CI/CD, FinOps Tips, and Kubernetes Best Practices
Monday, January 13, 2025
Datadog's acquisition, GitHub Actions upgrades, Terraform security, and must-know DevOps tools and tutorials. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
WP Weekly 226 - Launches - New Elementor Theme, WP 6.8 in April 2025, Automattic Scale Back
Monday, January 13, 2025
Read on Website WP Weekly 226 / Launches 2025 has just started, and there is a slew of new launches like Hello Biz Theme, Meta Box Lite, FooConvert, Affililink, and more. Also, the next WordPress 6.8
SRE Weekly Issue #459
Monday, January 13, 2025
View on sreweekly.com A message from our sponsor, incident.io: Effective incident management demands coordination and collaboration to minimize disruptions. This guide by incident.io covers the full
Saving One Screen At A Time 🖥️
Monday, January 13, 2025
Why the screen saver stopped being so in-your-face. Here's a version for your browser. Hunting for the end of the long tail • January 12, 2025 Today in Tedium: Having seen a lot of pipes, wavy
Software Testing Weekly - Issue 253
Monday, January 13, 2025
Software Testing Weekly turns 5! 🥳 View on the Web Archives ISSUE 253 January 13th 2025 COMMENT Welcome to the 253rd issue! Oh my, time flies! It's hard to believe this week marks 5 years since I
CES 2025 - Sync #501
Sunday, January 12, 2025
Plus: Sam Altman reflects on the last two years; Anthropic reportedly in talks to raise $2B at $60B valuation; e-tattoo decodes brainwaves; anthrobots; top 25 biotech companies for 2025; and more! ͏ ͏
PD#608 Mistakes engineers make in large established codebases
Sunday, January 12, 2025
You can't practice it beforehand ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
C#539 A detailed look at EF Core’s JSON Columns feature
Sunday, January 12, 2025
Comparing it with the traditional tables with indexes
RD#488 How to avoid issues with custom Hooks
Sunday, January 12, 2025
Using them carelessly can lead to many problems