EF Core: retrieve an entity by primary key with a dynamic expression
EntityFramework Core is a very extensible tool, but sometimes you can find yourself blocked from writing an “expression” whereas in SQL it would be simple. 😀 In…
Read articleThe library
61 articles about .NET, C#, Azure, mobile development and artificial intelligence.
EntityFramework Core is a very extensible tool, but sometimes you can find yourself blocked from writing an “expression” whereas in SQL it would be simple. 😀 In…
Read articleToday, I had to deliver a library of classes which allowed the registration of shares only in DEBUG. When you deliver a NuGet package it needs to be optimized, you…
Read articleYou dreamed of it, Microsoft did it: Silverlight 6 is finally coming out, nine years after the release of Silverlight 5. What 's new ? Microsoft is once again…
Read articleDuring the BUILD 2018, I was announcing the arrival of Xamarin Essentials., a software library making life easier for Xamarin developers. This one just got…
Read articleToday, I just discovered the classroom. FormattableString Two years after it came out. This class has been added with the functionality of string interpolation In…
Read articleToday I had to insert or update massive thousands of lines into a database It's just using Entity Framework Core. The context A simple approach to carrying out…
Read articleWhat is .NET Core? In a few words we'll explain what is .NET Core. 1. What is .NET Core? .NET Core is a multi platform, modular .NET Framework. 2. On what platform…
Read articleIt can be helpful to withstand the compression of responses when they are large, which can greatly reduce the time taken to download them. Activate gzip…
Read articleIn the previous article, We've seen how to enable response compression, and in this article we're going to see how to accept requests that have compressed content.…
Read articleIn this article I will try to answer the most common questions about WebAssembly. If you prefer the video format, a podcast is available here. What is WebAssembly?…
Read articleI'm very happy to present a project I've been working on for a while: a fully fluid .NetStandard compatible REST client. The code is available on GitHub. And the…
Read articleToday, I wanted to make sure that the dll targets multiple versions of the framework. But before the SDSDK style SD cspro project, you had to make a cspro file per…
Read article