Skip to content
View PBeckerr's full-sized avatar

Block or report PBeckerr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. DotnetDockerComposeRabbitMqDotnetDockerComposeRabbitMqPublic

    C#

  2. knowsledgeminutes_whatsnnewincsharpknowsledgeminutes_whatsnnewincsharpPublic

    Develappers GmbH - Whats new in C# 7.0 - 11.0

    C# 1

  3. EFListExtension.csEFListExtension.cs
    1
    publicstaticclassDbContextExtensions
    2
    {
    3
    /// <summary>
    4
    /// Add, update or delete a nested property list regardless of enabled auto changetracking
    5
    /// </summary>
  4. MessageQueueWorker.csMessageQueueWorker.cs
    1
    usingSystem;
    2
    usingSystem.Collections.Generic;
    3
    usingSystem.Data;
    4
    usingSystem.Data.SqlClient;
    5
    usingSystem.IO;
  5. TaskHelper.csTaskHelper.cs
    1
    publicstaticclassTaskHelper
    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.
  6. DevelappersAsyncDevelappersAsync
    1
    # async/await Allgemein
    2
    3
    Name | Beschreibung | Ausnahmen
    4
    --- | --- | ---
    5
    async 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