Performance driven .NET, serverless & cloud
@DevelappersGmbH.
- Dresden, Germany
- https://twitter.com/dev_pbecker
Pinned Loading
-
-
knowsledgeminutes_whatsnnewincsharp
knowsledgeminutes_whatsnnewincsharp PublicDevelappers GmbH - Whats new in C# 7.0 - 11.0
C# 1
-
EFListExtension.cs
EFListExtension.cs 1public static class DbContextExtensions
2{
3/// <summary>
4/// Add, update or delete a nested property list regardless of enabled auto changetracking
5/// </summary>
-
MessageQueueWorker.cs
MessageQueueWorker.cs 1using System;
2using System.Collections.Generic;
3using System.Data;
4using System.Data.SqlClient;
5using System.IO;
-
TaskHelper.cs
TaskHelper.cs 1public static class TaskHelper
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. That
5/// way, there are always exactly 50 connections open at a time, until the URL list is exhausted.
-
DevelappersAsync
DevelappersAsync 1# async/await Allgemein
23Name | 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.