Agenda main content
Agenda for Day 2
- Announcements
- CS and University Announcements
- Others?
- Assignments
- Draft Project Proposal due Friday, April 4
- Readings
- For today: Pragmatic Programmer: Evil Wizards
- For next class: Read Chapter 1 of textbook
- Today's Learning Objectives
After today's lab, you should be able to- Explain the organizational structure of Visual Studio.NET solutions
- Use Visual Studio.NET to
- Write a simple Hello World Console Application in C#
- Write a simple Hello World Windows Application in C#
- Use C# code to
- Write a static
Mainmethod to start up an application - Use composite string formatting to embed formatted values into strings
- Write a simple C# class that inherits from System.Windows.Forms.Form
- Add and position simple
Label,TextBoxandButtoncontrols in a WindowForm - Write a simple method to handle a Button click event
- Write a static
- Today's Notes