Skip to content
View iBener's full-sized avatar
  • Ankara
  • 04:14 (UTC +03:00)

Organizations

@EpicGames

Block or report iBener

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. Bener.DebuggerVisualizers Bener.DebuggerVisualizers Public

    Visual Studio 2019 debugger visualizer.

    C#

  2. CryptoBrokerApi CryptoBrokerApi Public

    Microservice architecture sample with .NET 7 and RabbitMQ

    C# 1

  3. FluentExchangeClient FluentExchangeClient Public

    C# 6

  4. LoadPlugin.cs LoadPlugin.cs
    1
    public static IPlugin LoadPlugin(string dllPath)
    2
    {
    3
        var dllBytes = File.ReadAllBytes(dllPath);
    4
        var an = AssemblyName.GetAssemblyName(dllPath);
    5
        var assembly = Assembly.Load(dllBytes);
  5. OnlineHotelBooking OnlineHotelBooking Public archive

    Hacettepe University Institute of Informatics - Software Engineering, Term Project

    C# 1

  6. SimpleDate SimpleDate Public archive

    Store date only without hours, minutes and time zone with fully DateTime functionalities.

    C#