Hello! I'm Vyacheslav Dementyev

About me

I want to become a Full Stack Developer. Currently working in DNS (retail cpmpany) as a 1C programmer.

My photo

Hard Skills

Code

                
static public class EnumExtensions
{
    public static TAttribute GetAttribute<TAttribute>(this Enum enumValue) where TAttribute: Attribute
    {
        return enumValue.GetType()
                        .GetMember(enumValue.ToString())
                        .First()
                        .GetCustomAttribute<TAttribute>();
    }

    public static void DoSomthing(string text = "World")
    {
        Action<string> welcome = (x) => { Console.WriteLine($"Hello {x}!"); };
        welcome.Invoke(text);
    }
}               
            

My Projects

Education

Languages

  • Language icon

    Russian (C2)

  • Language icon

    English (A2)