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

Block or report CHashtager

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
CHashtager/README.md
using System;

public class CHashtager
{
    public string Name { get; set; } = "Omid";
    public string Role { get; set; } = ".NET Developer, Software Engineer";

    public void SayHi()
    {
        Console.WriteLine("Hello world, I debug life!");
    }
}

class Program
{
    static void Main(string[] args)
    {
        var me = new CHashtager();
        me.SayHi();
    }
}

Popular repositories

  1. DotNetEngineerMasterclass DotNetEngineerMasterclass Public

    An educational resource covering wide range of topics in Software Engineering and .NET in order to prepare for job interviews.

    28

  2. Find-All-Active-Hosts Find-All-Active-Hosts Public

    Find All Active Hosts (IP) in a Local Network

    C# 2

  3. Deviant-Password-Manager Deviant-Password-Manager Public

    Shared Password Manager based on .NET 8

    C# 1

  4. Deviant-Password-Manager-UI Deviant-Password-Manager-UI Public

    TypeScript 1

  5. HeroQuery HeroQuery Public

    C# 1

  6. CHashtager CHashtager Public