Performance driven .NET, serverless & cloud
- Dresden, Germany
- https://twitter.com/dev_pbecker
Pinned Loading
- DotnetDockerComposeRabbitMq
DotnetDockerComposeRabbitMq PublicC#
- knowsledgeminutes_whatsnnewincsharp
knowsledgeminutes_whatsnnewincsharp PublicDevelappers GmbH - Whats new in C# 7.0 - 11.0
C# 1
- EFListExtension.cs
EFListExtension.cs 1publicstaticclassDbContextExtensions
2{3/// <summary>4/// Add, update or delete a nested property list regardless of enabled auto changetracking5/// </summary> - MessageQueueWorker.cs
MessageQueueWorker.cs 1usingSystem;
2usingSystem.Collections.Generic;
3usingSystem.Data;
4usingSystem.Data.SqlClient;
5usingSystem.IO;
- TaskHelper.cs
TaskHelper.cs 1publicstaticclassTaskHelper
2{3/// <summary>4/// Say you have 1000 URLs, and you only want to have 50 requests open at a time; but as soon as one request completes, you open up a connection to the next URL in the list. That5/// way, there are always exactly 50 connections open at a time, until the URL list is exhausted. - DevelappersAsync
DevelappersAsync 1# async/await Allgemein23Name | Beschreibung | Ausnahmen
4--- | --- | ---
5async void vermeiden | Bevorzuge async Task methods über async void. Probleme sind zum Beispiel das Exceptions das ganze System zum Absturz bringen können | Event handlers
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.




