Skip to content
View PBeckerr's full-sized avatar
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. DotnetDockerComposeRabbitMq DotnetDockerComposeRabbitMq Public

    C#

  2. knowsledgeminutes_whatsnnewincsharp knowsledgeminutes_whatsnnewincsharp Public

    Develappers GmbH - Whats new in C# 7.0 - 11.0

    C# 1

  3. EFListExtension.cs EFListExtension.cs
    1
        public static class DbContextExtensions
    2
        {
    3
            /// <summary>
    4
            /// Add, update or delete a nested property list regardless of enabled auto changetracking
    5
            /// </summary>
  4. MessageQueueWorker.cs MessageQueueWorker.cs
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Data;
    4
    using System.Data.SqlClient;
    5
    using System.IO;
  5. TaskHelper.cs TaskHelper.cs
    1
    public 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.
  6. DevelappersAsync DevelappersAsync
    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