Programming in C# Certificate for George Porter
Add to LinkedIn
Certificate ID:
727659
Authentication Code:
7c15c
Certified Person Name:
George Porter
Trainer Name:
Colin Bell
Duration Days:
2
Duration Hours:
14
Course Name:
Programming in C#
Course Date:
27 July 2023 09:30 to 28 July 2023 16:30
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 Core
- 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