You can recommend the Visual C # Form Designer tutorial, aimed at experienced programmers who have at least basic C # knowledge, but are new to the VS C # form designer. At the very least, this should not be aimed at programming newbs, for example, Introduction to Visual C # 2008 Express Edition (it explains how a comment looks like in C #).
So far I have found a C # Programming Tutorial - Winforms Programming in C # in stackoverflow.
Wish list: ;-)
I'm more interested in the designer himself, and not an explanation of individual gui-elements. In other words, the explanation of the separation between the generated code is not manually edited (visually C # -designer-responsibility), but on the other hand, the parts for which the programmer is responsible. Thus, a more abstract, better point of view, pointing out some reservations, would be wonderful.
I would also prefer the text above the video, but this one is small.
/ Preferences
Perhaps even Microsoft reference information related to the Visual C # form designer (which I didn't seem to be able to find) would be useful.
source
share