using System;
namespace AboutMe
{
class Program
{
static void Main(string[] args)
{
string name = "Ritik Anubhav";
string pronoun = "He|Him";
string[] skills = { "C#", "ASP.NET", "Entity Framework", "OOP", "Angular", "TypeScript", "HTML", "CSS", "JavaScript" };
string askMeAbout = "Full Stack Development";
Console.WriteLine("Ritik is a passionate Full Stack Developer with a strong foundation in .NET technologies.");
Console.WriteLine($"Skills: {string.Join(", ", skills)}");
bool challengeGiven = true;
if (challengeGiven)
{
Console.WriteLine("Challenge accepted!");
}
}
}
}
- 🎓 Education: B.E. in Information Science from SMVIT
- 💼 Experience: .NET Full Stack Developer with proficiency in EF, ASP.NET MVC, C#, OOP, Angular, and TypeScript
- 🚀 Passion: Eager to tackle new challenges and build scalable, secure applications
- 🌐 Focus: Creating innovative solutions and continuously improving
⭐️ From @ritikanubhav