Skip to content
View CHashtager's full-sized avatar

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 Loading

  1. DotNetEngineerMasterclass DotNetEngineerMasterclass Public

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

    29 1

  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. HeroQuery HeroQuery Public

    C# 1

  5. swagger-to-ocelot-mapper swagger-to-ocelot-mapper Public

    Forked from nimanikoo/swagger-to-ocelot-mapper

    A tool for generating Ocelot API Gateway configuration from Swagger (OpenAPI) specifications. This script automates the mapping of Swagger paths to Ocelot routes, supporting both URL and local file…

    Python 1

  6. CHashtager CHashtager Public