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
-
DotNetEngineerMasterclass
DotNetEngineerMasterclass PublicAn educational resource covering wide range of topics in Software Engineering and .NET in order to prepare for job interviews.
-
Find-All-Active-Hosts
Find-All-Active-Hosts PublicFind All Active Hosts (IP) in a Local Network
C# 2
-
Deviant-Password-Manager
Deviant-Password-Manager PublicShared Password Manager based on .NET 8
C# 1
-
swagger-to-ocelot-mapper
swagger-to-ocelot-mapper PublicForked 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
-
If the problem persists, check the GitHub status page or contact support.