Some social networks:
Person person = new Person
{
name = "Luciano Teixeira",
age = DateTime.Now.Year - 1992,
idioms = {"Portuguese", "English"},
undergraduatedcourse = new UnderGraduate { name = "Bachelor of Science in Computer Science", institution = "EEP" },
graduatecourse = new Graduate { name = "Database Administration and Engineering", institution = "UNICAMP" },
work = new List<Company>
{
new Company { name = "CodeStock", act = "Founder", applications = new List<Applications>() },
new Company { name = "Foursys", act = "Full Stack Developer", applications = new List<Applications>() }
}
};
var tecnologies = {"C#", "Angular", "React", "Html", "Css", "Javascript"};
var applications = person.Study(tecnologies);
return applications;
Made with ❤ by C. S. © 2021