Test Your Knowledge

Windows Forms - Lesson 1: Creating a WinForms Project Quiz

Answer all questions to test your understanding

1 What is the entry point of a Windows Forms application?
2 Which file is auto-generated by the Windows Forms designer?
3 What method in Program.cs starts the Windows Forms application?
4 What is the purpose of the [STAThread] attribute in Program.cs?
5 What happens when you press F5 in Visual Studio with a WinForms project?