Skip to content
View ZenMaxe's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@Novidan-Pardaz

Block or report ZenMaxe

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

Hi πŸ‘‹, I'm Hossein Sanjabian

A Dotnet developer from Iran

  • πŸ”­ I’m currently working on Company Projects

  • 🌱 I’m currently learning Blazor

  • πŸ“ I regularly write articles on [LinkedIn]

  • πŸ’¬ Ask me about c#, asp.net, xml

  • πŸ“« How to reach me [email protected]

Connect with me:

zenmaxe sanjabian-hossein

Languages and Tools:

csharp django docker dotnet flask git heroku linux mssql nginx photoshop postgresql postman python redis selenium

Code Biography

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

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

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

    public int Age = 23;


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

}

Β zenmaxe

Pinned Loading

  1. Sample-CleanArchitecture-CQS Sample-CleanArchitecture-CQS Public archive

    Simple Asp.Net Project Written in Clean Architecture With CQS Pattern (and a little DDD). Tests Will Run With Github Actions

    C# 8 1

  2. resilience-notification-practice resilience-notification-practice Public

    C#

  3. resilience-sliding-window-ratelimiter-practice resilience-sliding-window-ratelimiter-practice Public

    C#