-
๐ญ 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]
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 = 21;
public List<string> ProgrammingLanguages = new(){ "C#", "Python" };
}