C#/.NET

How often I use

I use C# and .NET daily since that is the primary development language we use at my workplace.

My skills with C#/.NET

There's always something new to learn in this stack because it has a deep set of native functionality. I work mostly on .NET MVC web applications and APIs, so I have good experience with the libraries used therein, as well as with Entity Framework. I can scaffold out a project of either type quickly from presentation layer all the way to repository layer. I've gotten good enough where I'm not afraid to write some generics or to create my own Nuget packages for code that could/should be shared. There's still plenty in the .NET ecosystem I haven't used, but the docs are pretty good and that's the first place I'd turn when needing to use a namespace I know nothing about.

I have also done a little development in legacy .NET Framework, such as WebForms and WinForms (in C# and VB), as well as WPF. I don't spend as much time in this part of the stack, so I usually have to search the web more often than in an API or MVC app.