OK, a bit of a newbie, here, so I'll try not to ask too many dumb questions. Also, most of my non-DNN development is done using C#/MVC4/Razor so you can imagine my brain is a bit addled at the moment.
Anyway, I've been running a few tutorials that are floating around the interwebs and I'm seeing most of them using VB declared in the .ascx files for the skin. I don't have anything against VB personally, just more comfortable with using C#...but when I change the control language to c#, I start running into issues.
For instance, <code><%=skinpath%></code> works like a champ when vb is the control language, however, when I switch to c# I receive an error that "skinpath is not in the current context".
Is there a resource out there that shows how to write a skin in c# that utilizes the DNN objects like skinpath?
I appreciate any suggestions the community makes...
Ric