Course Outline
The programming environment and explanation of .NET Core
- understanding Visual Studio
- creating project and solution
- 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
- implementing structures and enum types
- organizing data in collections
Object-oriented programming
- event handlers
- creating classes
- defining and implementing interfaces
- implementing strongly-typed collections
- creating class hierarchies
- extending .NET Framework or Core classes
Working with files
- reading and saving files
- serializing and deserializing XML and JSON
- working with the I/O library
Working with databases
- creating and using Entity Data Models
- querying data using LINQ
- updating data with LINQ
- remote data access over the network
- data access via Web services (REST)
Multithreaded and asynchronous programming
- implementing multithreading using Lambda expressions and tasks
- preparing asynchronous operations
- synchronizing concurrency for data access
Optional (if time permits):
- WPF Window Application project (.NET Framework)
- ASP.NET MVC Project (.NET Framework or .NET Core)
- accessing data in SQL Server Azure Database (Cloud)
Requirements
- Basic knowledge of software development concepts.
Audience
- Technical Team Leader
- Software Developer
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.