Skip to content
View Alipoustdouzan's full-sized avatar

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 = "ali.poustdouzan@gmail.com",
        Job = ".Net Developer",
        YearsOfExperienceInDotNet = 17,
        InterestedIn = new List<string>()
        {
            ".Net Framework 2 to Dotnet 9",
            "ASP.NET Core Web API",
            "EFCore",
            "End-To-End Encryption",
            "SQL Server, T-SQL",
            "Software Architecture (Mostly Onion)",
            "Microservices",
            "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#