Programming in C# Certificate for Tomasz Kawecki
Add to LinkedIn
Certificate ID:
528005
Authentication Code:
a5647
Certified Person Name:
Tomasz Kawecki
Trainer Name:
Daniel Skowroński
Duration Days:
2
Duration Hours:
14
Course Name:
Programming in C#
Course Date:
6 June 2017 09:00 to 7 June 2017 16:00
Course Outline:
Introduction to C#
- History of C#
- .NET platform
- Using documentation and selected books
- Trends in development of C# and .NET
Syntax
- Data types
- Simple types
- Operators
- Object serialization
- Data collections
- Instructions flow control
- Tables
Object‐oriented programming
- modeling
- Objects: properties and methods
- Creating objects
- Objects and references
- Classes
- Interfaces
- Abstract classes
- Polymorphism
Error Handling exceptions
- Try... catch instruction
- Create your own exception types
Input‐output operations
- Streams and filters
- file Support
The basics of creating web applications using C # in .NET
- Overview of ASP.NET MVC
- multilayer architecture
- Applications architecture Request / Response
- Make a connection and work with database
- Modeling of the business layer application
- Layer controllers
- Creating views
- Discussion of common use cases