-
🔭 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 sanjabian.ho@gmail.com
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" };
}