Skip to content
View MiladHeidarpour's full-sized avatar

Block or report MiladHeidarpour

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

Code Biography

using Humanity;
using Planets.Earth;
using Country.Iran;

public class Milad : IDeveloper, IHuman
{
    public string Name
    {
        get => nameof(Milad);
    }

    public string LastName
    {
        get => "Heidarpour";
    }

    public string BirthDate = 1382/06/08 ;


    public List<string> ProgrammingLanguages = new(){ "C#" };

}

Popular repositories Loading

  1. Sample-CleanArchitecture-CQRS-DDD Sample-CleanArchitecture-CQRS-DDD Public

    Simple Asp.Net Project Written in Clean Architecture With CQRS Pattern and a little DDD .

    C# 1

  2. Sample-RazorPage Sample-RazorPage Public

    Completing the ui of the Sample-CleanArchitecture-CQRS-DDD project with a Razor page

    CSS 1

  3. MiladHeidarpour MiladHeidarpour Public

    Config files for my GitHub profile.