I was interested from the first day when I started reading how the .NET Framework works?
At first it is very good to have an IDE, for example Visual Studio. For example, when I click and drop text fields, buttons, set their properties, etc., Everything works fine. But in the case of Java, in most cases, we, as programmers, write coding to develop Frame (window). But in the case of .NET, Visual Studio simplifies the work, but how is the work created without creating a single line of code, all Windows, buttons, etc.?
And if I change the name of the button in the design area of ββthe form, where will it be stored, and more importantly, how will it be displayed during the execution of our program? This is magic? Or is there a long process under the hood?
Ant's source
share