Firebrand Bespoke - Programming in C#

Duration

Duration:

Only 4 Days

Method

Method:

Classroom / Online / Hybrid

Next date

Next date:

24/6/2024 (Monday)

Overview

Learn the programming skills that are required to create applications using the C# programming language. In just four days you'll learn the key concepts of programming in C#, including:

  • Reviewing the basics of C# program structure, language syntax, and implementation details
  • Developing the Code for a Graphical Application
  • Improving Application Performance and Responsiveness
  • Encrypting and Decrypting Data
  • XAML and WPF (Windows Presentation Foundation) for creating Windows desktop applications
  • Building an app that combines key features of the .NET Framework 4.5

Through Firebrand's Lecture | Lab | Review methodology and being a Microsoft Gold Partner for Learning, you'll get access to Microsoft Official Curriculums (MOCs) and learn from Microsoft Certified Trainers (MCTs).

Exam 70-483 retired on the 31st January 2020, so there is no certification exam for this accelerated course.

Benefits

Seven reasons why you should sit your course with Firebrand Training

  1. Two options of training. Choose between residential classroom-based, or online courses
  2. You'll be certified fast. With us, you’ll be trained in record time
  3. Our course is all-inclusive. A one-off fee covers all course materials, exams**, accommodation* and meals*. No hidden extras.
  4. Pass the first time or train again for free. This is our guarantee. We’re confident you’ll pass your course the first time. But if not, come back within a year and only pay for accommodation, exams and incidental costs
  5. You’ll learn more. A day with a traditional training provider generally runs from 9 am – 5 pm, with a nice long break for lunch. With Firebrand Training you’ll get at least 12 hours/day of quality learning time, with your instructor
  6. You’ll learn faster. Chances are, you’ll have a different learning style to those around you. We combine visual, auditory and tactile styles to deliver the material in a way that ensures you will learn faster and more easily
  7. You’ll be studying with the best. We’ve been named in the Training Industry’s “Top 20 IT Training Companies of the Year” every year since 2010. As well as winning many more awards, we’ve trained and certified over 135,000 professionals
  • * For residential training only. Doesn't apply for online courses
  • ** Some exceptions apply. Please refer to the Exam Track or speak with our experts

Curriculum

Course 20483C: Programming in C#

Module 1: Review of Visual C# Syntax

In this module, you will learn about some of the core features provided by the .NET Framework and Microsoft Visual Studio. You will also learn about some of the core Visual C# constructs that enable you to start developing .NET Framework applications.

Lessons

  • Overview of Writing Application by Using Visual C#
  • Data Types, Operators, and Expressions
  • Visual C# Programming Language Constructs

Lab: Implementing Edit Functionality for the Students List

  • Implementing Insert Functionality for the Students List
  • Implementing Delete Functionality for the Students List
  • Displaying a Student’s Age

After completing this module, students will be able to:

  • Describe the architecture of .NET Framework applications and the features that Visual Studio 2017 and Visual C# provide
  • Use basic Visual C# data types, operators, and expressions
  • Use standard Visual C# constructs

Module 2: Creating Methods, Handling Exceptions, and Monitoring Applications

In this module, you will learn how to create and use methods and how to handle exceptions. You will also learn how to use logging and tracing to record the details of any exceptions that occur.

Lessons

  • Creating and Invoking Methods
  • Creating Overloaded Methods and Using Optional and Output Parameters
  • Handling Exceptions
  • Monitoring Applications

Lab: Extending the Class Enrolment Application Functionality

  • Refactoring the Enrolment Code
  • Validating Student Information
  • Saving Changes to the Class List

After completing this module, students will be able to:

  • Create and invoke methods
  • Create overloaded methods and use optional parameters
  • Handle exceptions
  • Monitor applications by using logging, tracing, and profiling

Module 3: Basic types and constructs of Visual C#

In this module, you will learn how to create and use structs and enums, organise data into collections, and create and subscribe to events.

Lessons

  • Implementing structs and enums
  • Organising Data into Collections
  • Handling Events

Lab: Writing the Code for the Grades Prototype Application

  • Adding Navigation Logic to the Grades Prototype Application
  • Creating Data Types to Store User and Grade Information
  • Displaying User and Grade Information

After completing this module, students will be able to:

  • Create and use structs and enums
  • Use collection classes to organise data
  • Create and subscribe to events

Module 4: Creating Classes and Implementing Type-Safe Collections

In this module, you will learn how to use interfaces and classes to define and create your own custom, reusable types. You will also learn how to create and use enumerable, type-safe collections of any type.

Lessons

  • Creating Classes
  • Defining and Implementing Interfaces
  • Implementing Type-Safe Collections

Lab: Adding Data Validation and Type-Safety to the Application

  • Implementing the Teacher, Student, and Grade Structs as Classes
  • Adding Data Validation to the Grade Class
  • Displaying Students in Name Order
  • Enabling Teachers to Modify Class and Grade Data

After completing this module, you will be able to:

  • Create and instantiate classes
  • Create and instantiate interfaces
  • Use generics to create type-safe collections

Module 5: Creating a Class Hierarchy by Using Inheritance

In this module, you will learn how to use inheritance to create class hierarchies and to extend .NET Framework types.

Lessons

  • Creating Class Hierarchies
  • Extending .NET Framework Classes

Lab: Refactoring Common Functionality into the User Class

  • Refactoring Common Functionality into the User Class
  • Implementing Password Complexity by Using an Abstract Method
  • Creating the ClassFullException Custom Exception

After completing this module, you will be able to:

  • Create base classes and derived classes by using inheritance
  • Create classes that inherit from .NET Framework classes

Module 6: Reading and Writing Local Data

In this module, you will learn how to read and write data by using transactional file system I/O operations, how to serialise and deserialise data to the file system, and how to read and write data to the file system by using streams.

Lessons

  • Reading and Writing Files
  • Serialising and Deserialising Data
  • Performing I/O by Using Streams

Lab: Generating the Grades Report

  • Serialising Data for the Grades Report as XML
  • Previewing the Grades Report
  • Persisting the Serialised Grade Data to a File

After completing this module, you will be able to:

  • Read and write data to and from the file system by using file I/O
  • Convert data into a format that can be written to or read from a file or other data source
  • Use streams to send and receive data to or from a file or data source

Module 7: Accessing a Database

In this module, you will learn how to create and use entity data models (EDMs) and how to query many types of data by using Language-Integrated Query (LINQ).

Lessons

  • Creating and Using Entity Data Models
  • Querying Data by Using LINQ

Lab: Retrieving and Modifying Grade Data

  • Creating an Entity Data Model from The School of Fine Arts Database
  • Updating Student and Grade Data by Using the Entity Framework
  • Extending the Entity Data Model to Validate Data

After completing this module, you will be able to:

  • Create, use, and customise an EDM
  • Query data by using LINQ

Module 8: Accessing Remote Data

In this module, you will learn how to use the request and response classes in the System.Net namespace to directly manipulate remote data sources. You will also learn how to use Windows Communication Foundation (WCF) Data Services to expose and consume an entity data model (EDM) over the web.

Lessons

  • Accessing Data Across the Web
  • Accessing Data by Using OData Connected Services

Lab: Retrieving and Modifying Grade Data Remotely

  • Creating a WCF Data Service for the SchoolGrades Database
  • Integrating the Data Service into the Application
  • Retrieving Student Photographs Over the Web (If Time Permits)

After completing this module, you will be able to:

  • Send data to and receive data from web services and other remote data sources
  • Access data by using WCF Data Services

Module 9: Designing the User Interface for a Graphical Application

In this module, you will learn how to use Extensible Application Markup Language (XAML) and Windows Presentation Foundation (WPF) to create engaging UIs.

Lessons

  • Using XAML to Design a User Interface
  • Binding Controls to Data

Lab: Customising Student Photographs and Styling the Application

  • Customising the Appearance of Student Photographs
  • Styling the Logon View
  • Animating the StudentPhoto Control (If Time Permits)

After completing this module, you will be able to:

  • Use XAML to design a UI
  • Bind a XAML control to data
  • Apply styles to a XAML UI

Module 10: Improving Application Performance and Responsiveness

In this module, you will learn how to improve the performance of your applications by distributing your operations across multiple threads.

Lessons

  • Implementing Multitasking
  • Performing Operations Asynchronously
  • Synchronising Concurrent Access to Data

Lab: Improving the Responsiveness and Performance of the Application

  • Ensuring That the UI Remains Responsive When Retrieving Teacher Data
  • Providing Visual Feedback During Long-Running Operations

After completing this module, you will be able to:

  • Use the Task Parallel Library to implement multitasking
  • Perform long-running operations without blocking threads
  • Control how multiple threads can access resources concurrently

Module 11: Integrating with Unmanaged Code

In this module, you will learn how to interoperate unmanaged code in your applications and how to ensure that your code releases any unmanaged resources.

Lessons

  • Creating and Using Dynamic Objects
  • Managing the Lifetime of Objects and Controlling Unmanaged Resources

Lab: Upgrading the Grades Report

  • Generating the Grades Report by Using Word
  • Controlling the Lifetime of Word Objects by Implementing the Dispose Pattern

After completing this module, you will be able to:

  • Integrate unmanaged code into a Microsoft Visual C# application by using the Dynamic Language Runtime (DLR)
  • Control the lifetime of unmanaged resources and ensure that your application releases resources

Module 12: Creating Reusable Types and Assemblies

In this module, you will learn how to consume existing assemblies by using reflection and how to add additional metadata to types and type members by using attributes. You will also learn how to generate code at run time by using the Code Document Object Model (CodeDOM) and how to ensure that your assemblies are signed and versioned, and available to other applications, by using the global assembly cache (GAC).

Lessons

  • Examining Object Metadata
  • Creating and Using Custom Attributes
  • Generating Managed Code
  • Versioning, Signing, and Deploying Assemblies

Lab: Specifying the Data to Include in the Grades Report

  • Creating and Applying the IncludeInReport attribute
  • Updating the Report
  • Storing the Grades
  • Utilities Assembly Centrally (If Time Permits)

After completing this module, you will be able to:

  • Use reflection to inspect and execute assemblies
  • Create and consume custom attributes
  • Generate managed code at run time by using CodeDOM
  • Version, sign, and deploy your assemblies to the GAC

Module 13: Encrypting and Decrypting Data

In this module, you will learn how to implement symmetric and asymmetric encryption and how to use hashes to generate mathematical representations of your data. You will also learn how to create and manage X509 certificates and how to use them in the asymmetric encryption process.

Lessons

  • Implementing Symmetric Encryption
  • Implementing Asymmetric Encryption

Lab: Encrypting and Decrypting the Grades Report

  • Encrypting the Grades Report
  • Encrypting the Grades Report

After completing this module, you will be able to:

  • Encrypt data by using symmetric encryption
  • Encrypt data by using asymmetric encryption

Exam Track

There is no exam for this accelerated course.

What's Included

Your accelerated course includes:

  • Accommodation *
  • Meals, unlimited snacks, beverages, tea and coffee *
  • On-site exams **
  • Exam vouchers **
  • Practice tests **
  • Certification Guarantee ***
  • Courseware
  • Up-to 12 hours of instructor-led training each day
  • 24-hour lab access
  • Digital courseware **
  • * For residential training only. Accommodation is included from the night before the course starts. This doesn't apply for online courses.
  • ** Some exceptions apply. Please refer to the Exam Track or speak with our experts
  • *** Pass first time or train again free as many times as it takes, unlimited for 1 year. Just pay for accommodation, exams, and incidental costs.

Prerequisites

Before attending this course, you must have at least three months of professional development experience. ​More specifically, you should have hands-on experience using C# that demonstrates their understanding of the following:

  • How to create the code syntax for simple programming statements using C# language keywords and recognise syntax errors using the Visual Studio IDE
  • How to create a simple branching structure using an IF statement
  • How to create a simple looping structure using a For statement to iterate through a data array
  • How to use the Visual Studio IDE to locate simple logic errors
  • How to create a Function that accepts arguments (parameters and returns a value of a specified type
  • How to design and build a simple user interface using standard controls from the Visual Studio toolbox
  • How to connect to a SQL Server database and the basics of how to retrieve and store data
  • How to sort data in a loop
  • How to recognise the classes and methods used in a program
  • How to name, declare, initialise and assign values to variables within an application

You should also know how to use:

  • arithmetic operators to perform arithmetic calculations involving one or more variables
  • relational operators to test the relationship between two variables or expressions
  • logical operators to combine expressions that contain relational operators

Unsure whether you meet the prerequisites? Don’t worry. Your training consultant will discuss your background with you to understand if this course is right for you.

Reviews

Here's the Firebrand Training review section. Since 2001 we've trained exactly 134561 students and asked them all to review our Accelerated Learning. Currently, 96.41% have said Firebrand exceeded their expectations.

Read reviews from recent accelerated courses below or visit Firebrand Stories for written and video interviews from our alumni.


"Very thorough and practical programming course, great basis to build on with other upcoming courses in databases and secure coding."
IW, DUAL. (9/8/2022 (Tuesday) to 12/8/2022 (Friday))

"The course was extremely enjoyable!"
Anonymous, ALD Automotive. (10/8/2021 (Tuesday) to 13/8/2021 (Friday))

"The instructor has been absolutely fantastic and I have got a lot out of this course. It has helped reinforce my knowledge, covered everything from basics to advanced topics. Having an in-person tutor has been immensely helpful as the students have been able to ask questions during discussions and have had explanations in a straightforward way that empathises with beginners from a non-technical background."
Suzanne Clark, ALD. (10/8/2021 (Tuesday) to 13/8/2021 (Friday))

"Over the last few days, I have had the pleasure of a attending this course at Firebrand Learning. I have had the opportunity to be trained by an extremely knowledgeable, well experienced instructor."
Anonymous. (10/8/2021 (Tuesday) to 13/8/2021 (Friday))

"The instructor was really good, highly recommended the Firebrand instructors!"
Ben Parr, TfL. (10/8/2021 (Tuesday) to 13/8/2021 (Friday))

Course Dates

Start

Finish

Status

Location

Book now

19/2/2024 (Monday)

22/2/2024 (Thursday)

Finished - Leave feedback

-

 

24/6/2024 (Monday)

27/6/2024 (Thursday)

Wait list

Nationwide

 

5/8/2024 (Monday)

8/8/2024 (Thursday)

Limited availability

Nationwide

 

16/9/2024 (Monday)

19/9/2024 (Thursday)

Open

Nationwide

 

28/10/2024 (Monday)

31/10/2024 (Thursday)

Open

Nationwide

 

9/12/2024 (Monday)

12/12/2024 (Thursday)

Open

Nationwide

 

Latest Reviews from our students