| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse🔭 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 = 23;
public List<string> ProgrammingLanguages = new(){ "C#", "Python" };
}Simple Asp.Net Project Written in Clean Architecture With CQS Pattern (and a little DDD). Tests Will Run With Github Actions
C#
| Back | FazBrowse Home | New Git URL |