*/*/**** ***** ********* March **** - Google Docs
https://docs.google.com/document/d/1LmM3HAfAHriXsiFYyJUwPHqcjuTOZV3XSvZWJPXmKvM/edit 1/1 namespace ManojVysyaraju
{
/// <summary>
/// Manoj is a simple, modern, yet funny Software Engineer with instincts of a Developer
/// Born in Srikakulam. Raised in Vizag(Hostel). Completed graduation from AITAM in 2016
/// Worked as Developer in Capgemini(November 2016-August 2018)and Zenoti(Aug 2018-till)
/// </summary>
class Profile : ICoder, IOptimist, IPessimist, IAdaptable, IFunny
{
public const string FullName = "Vysyaraju Sai Manoj" ; //Surname First Name public const string Email = @"*****************@*******.***" ; //Email public const decimal PhoneNumber = 996-***-**** ; //Phone number public const string Profile = @"https://bj7k8v3nzzjsrl7bbjzb7w-on.drv.tw/ManojVysyaraju/MyPortfolio/" ; public static List < string > Skills = new List < string >{
"WinForms", "ASP.Net", "C#", "LINQ", "ADO.Net", "Python", "MS SQL",
"Stored Procedures", "Triggers", "Functions", "HTML", "jQuery"
};
public bool CanCodeInSkill ( Skill skill ){ //Implementing ICode return ( Skills . Any ( p => p == skill . SkillName )) AdaptSkill ( skill );
}
public bool AdaptSkill ( Skill skill ){ //Implementing Iadaptable return LearnAndExpertiseIn ( skill );
}
public string ProblemEncountered ( int ProblemLevel ){ //Implementing IOptimist if ( ProblemLevel < 5 ) return "it's not hard so we can solve." ; else return "something to learn new! we will solve" ;
}
public string TestingCompleted { //Implementing IPessimist return "all are passed!? no, we have time. we recheck again" ;
}
public static void Main {
var MyProfile = new ManojVysyaraju . Profile ;
System . Console . WriteLine ( @"I hereby declare that the details mentioned here are correct and bear the responsibility for its correctness" );
}
}
}