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

Block or report Alipoustdouzan

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
Alipoustdouzan/README.md
public UserInfo GenerateUserInfo()
{
    var userInfo = new UserInfo()
    {
        FirstName = "Ali",
        LastName = "Poustdouzan",
        Email = "[email protected]",
        Job = ".Net Developer",
        YearsOfExperienceInDotNet = 15,
        InterestedIn = new List<string>()
        {
            ".Net 6",
            "ASP.NET Core Web API",
            "EF Core",
            "End-To-End Encryption",
            "SQL Server, T-SQL",
            "Software Architecture",
            "Microservice",
            "Blazor (Both ServerSide-WebAssembly)"
        },
    };
    return userInfo;
}

Pinned Loading

  1. SQLMigrationByQuery SQLMigrationByQuery Public

    Execute SQL migration script list in .net projects

    C#

  2. RabbitMQImportExport RabbitMQImportExport Public

    A tool for export and import RabbitMQ messages

    C#