Itβs just that in fact, I tried searching on the Internet and searching through visual studio tools, but it seems to me that Iβm out of luck, so I know that I will get a quick answer here.
I have been developing at vb.net for some time using visual studio, and have just returned to C #, and I am annoyed by some things that I'm sure just need a checkbox, ticking somewhere or disconnecting somewhere.
Firstly , when I created the event in C #, I need to record the event, and then add it to the markup code, in vb I used the ability to select the control from the upper left (when in the code behind), and then select the event from the drop-down list top right, this will automatically create an event for me and bind it to the control. I can not find the settings for this!
Secondly , when I create classes in a subfolder, the namespace for this class gets the name of the folder as a namespace. I just want it to use the default project namespace, it's just a little annoying!
eg.
MyProject has a namespace MyProject
MyProject β MyFolder β MyClass has a namespace MyProject.MyFolder ....
Sorry for the ugly core question.
Hello
source share