Kurskode
pjcs
Varighet
14 timer (vanligvis 2 dag inkludert pauser)
Oversikt
Kurset er designet for folk som ønsker å lære programmeringsspråk basert på C# og lære grunnleggende evner på .NET-plattformen. Under opplæringen vil deltakerne lære hvordan det er innebygd i C# , hvordan sette opp et miljø for å skrive grunnleggende programmer, bruke standardbibliotekene.
Machine Translated
Kursplan
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