Course Outline
The programming environment and explanation of .NET Core
- Understanding Visual Studio
- Creating projects and solutions
- Importing libraries
- Implementing the solution
C# syntax
- Data types, operators, and expressions
- Loops and conditions
- Creating methods
- Handling exceptions
- Invoking methods
- Creating overloaded methods
- Optional and output parameters in methods
Structures and collections
- Implementation of structures and enum types
- Organization of data in collections
Object-oriented programming
- Event handlers
- Creating classes
- Defining and implementing interfaces
- Implementation of strong-type collections
- Creating class hierarchies
- Extending the .NET Framework or Core classes
Working with files
- Reading and saving files
- Serializing and deserializing XML, JSON
- Working with the I/O library
Working with databases
- Creating and using Entity data models
- Querying data by using LINQ
- Updating data with LINQ
- Remote access to data on the network
- Data access through Web services (REST)
Multithreaded and asynchronous programming
- Multithreading implementation using Lambda expressions and tasks
- Preparing asynchronous operations
- Concurrency synchronization for data access
Optional (if time permits):
- WPF Window Application project (.NET Framework)
- ASP.NET MVC Project (.NET Framework or .NET Core)
- Access to data in SQL Server Azure Database (Cloud)
Requirements
- Knowledge of basic software development concepts.
Audience
- Technical Team Leaders
- Software Developers
Testimonials (4)
Nice and friendly. Very knowledgeable. Would recommend Shane to others.
Joshua - California State University Bakersfield
Course - Programming in C# with Visual Studio 2022
Very hands on. Having multiple exercises a day was really helpful to solidify the knowledge and concepts Shane presented.
Michael - California State University Bakersfield
Course - Programming in C# with Visual Studio 2022
Covered all the topics and provided working exercises.
Greg - California State University Bakersfield
Course - Programming in C# with Visual Studio 2022
Everything. Again considering the amount of concepts Fulvio covered, including detailed explanation in three days was really good. I liked that he covered a lot of concepts we as Data Engineers would require.