Course detail
Programming Techniques II
FSI-0S1 Acad. year: 2022/2023 Winter semester
In this course we deal with programming window applications under the WinForms platform in C#. This mainly includes the design of the application presentation layer and its connection with the logical layer by creating data links. We also pay attention to expanding collections through Linq, validating inputs and handling exceptions. Finally, we briefly mention the programming of C# window applications under the WPF platform.
We use the VS 2019 environment.
Language of instruction
Czech
Number of ECTS credits
2
Supervisor
Department
Learning outcomes of the course unit
Orientation in actual technologies of window application implementation for Windows.
Prerequisites
Knowledge and skills that meet the conditions for successful completion of the course PROGRAMMING TECHNIQUES I (SPT) are expected.
Planned learning activities and teaching methods
The preferred style is learning by solve simple authentic tasks.
Assesment methods and criteria linked to learning outcomes
Credit is awarded on the basis of point evaluation of an independently prepared semester project. The evaluation is fully in the competence of the teacher according to the valid guidelines of BUT.
Aims
Knowledge and skill to shape students' programming habits with regard to productive writing of robust window applications under Windows in C # using the VS 2019 environment.
Specification of controlled education, way of implementation and compensation for absences
Absence from the seminar can be replaced by a separate elaboration of the project discussed at the seminar with a possible presentation.
The study programmes with the given course
Programme B-MAI-P: Mathematical Engineering, Bachelor's, elective
Type of course unit
Computer-assisted exercise
26 hours, compulsory
Syllabus
1. The concept of WinForms, the use of delegates and event management
2. Project structure, logical and presentation layer
3. Linking logical and presentation layers in WinForms
4. Basic WinForms controls
5. Data connection, data source, data links
6. Validation of inputs and treatment of exceptions
7. Extension of collections, Linq
8. Other WinForms controls
9. Menus and dialogs
10. Basics of working with graphics, bitmap, graphical context of the device
11. WPF concept, minimum XAML language
12. Presentation layer in WPF
13. Connection of logical and presentation layer in WPF
At each seminar, at least one project is written or developed with the teacher's explanation and under his guidance, in which the constructions according to the current topic are implemented.