Skip to content
View Ershad95's full-sized avatar
:octocat:
Working from Asa Company
:octocat:
Working from Asa Company
Block or Report

Block or report Ershad95

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
Ershad95/README.md

Hello every one Iam Ershad Raoufi 👋

🔭 I’m currently working on ServiceCollector package

🌱 I’m currently learning advanced blazor

.Net Developer 💻 👨‍💻⌨️☕🖱️🍩🍫

.Net Core MVC Tech 🎮📱🔲💻

I love Xamarin.Forms❤️😎

Pinned

  1. ServiceCollector ServiceCollector Public

    Register your services by reflection and set validation for check services.

    C# 2

  2. MediatR.Assert MediatR.Assert Public

    Assert your MediatR configuration in any test framework like XUnit , NUnit , MsUnit , ...develop Creative Codes with Ershad Raoufi / ارشاد رئوفی

    C# 3

  3. Enum.Assert Enum.Assert Public

    This is a C# library called "Enum.Assert" that allows you to easily generate unit tests for your enum types. It contains a single public class called "TestWriter" with four static methods that can …

    C# 3

  4. تزریق داینامیک وابستگی ها روی تزریق داینامیک وابستگی ها روی
    1
     public class CustomDependencyInjection : NopStartup
    2
        {
    3
            private static bool IsSubInterface(Type t1, Type t2)
    4
            {
    5
                if (!t2.IsAssignableFrom(t1))