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
-
Sample-CleanArchitecture-CQRS-DDD
Sample-CleanArchitecture-CQRS-DDD PublicSimple Asp.Net Project Written in Clean Architecture With CQRS Pattern and a little DDD .
C# 1
-
Sample-RazorPage
Sample-RazorPage PublicCompleting the ui of the Sample-CleanArchitecture-CQRS-DDD project with a Razor page
CSS 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.