Skip to content
View irfansagir's full-sized avatar

Block or report irfansagir

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 Loading

  1. Entity Framework Core (5.*,6.*) Coun... Entity Framework Core (5.*,6.*) Count/Any/All etc. Creating Sql Query with Inner Join while using methods.
    1
    public static class EFCoreIQueryableExtensions
    2
        {
    3
            public static int IncludableCount<TSource>(this IQueryable<TSource> source)
    4
                    where TSource : class
    5
                => source.CastJoinableQuery().Count();
  2. elk-rabbitmq-log-example elk-rabbitmq-log-example Public

    Example of logging to ELK with RabbitMQ

    C# 1

  3. Swagger-Generic-Web-Api Swagger-Generic-Web-Api Public

    Generic controller'ın swagger'da nasıl ayaklandırılabileceğiyle ilgili örnek proje

    C# 1