Course Outline
The programming environment and an overview of .NET Core
- Exploring Visual Studio features
- Setting up projects and solutions
- Managing library imports
- Building and implementing solutions
C# syntax
- Data types, operators, and expressions
- Control flow through loops and conditions
- Defining methods
- Exception handling strategies
- Method invocation
- Method overloading techniques
- Using optional and output parameters in methods
Structures and collections
- Implementing structures and enum types
- Organising data using collections
Object-oriented programming
- Handling events
- Class creation and management
- Defining and implementing interfaces
- Implementing strongly-typed collections
- Building class hierarchies
- Extending classes within the .NET Framework or Core
File operations
- Reading and writing to files
- Serializing and deserializing XML and JSON data
- Utilising I/O libraries
Database interactions
- Creating and utilizing Entity data models
- Querying data using LINQ
- Updating data via LINQ
- Accessing remote data over the network
- Data access through Web services (REST)
Multithreading and asynchronous programming
- Implementing multithreading with Lambda expressions and tasks
- Configuring asynchronous operations
- Synchronizing concurrency for data access
Optional modules (if time allows):
- WPF Window Application project (.NET Framework)
- ASP.NET MVC Project (.NET Framework or .NET Core)
- Accessing data in SQL Server Azure Database (Cloud)
Requirements
- A foundational understanding of software development terminology and practices.
Intended 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.