Loading Classes

- Select A Vendor / Topic▼
- (ISC)²
- Acronis
- Apple
- Avaya
- AWS
- BMC
- Brocade
- Business Analysis
- Cisco
- Citrix
- Cloud Computing
- Cloudera
- CompTIA
- Dell SonicWALL
- FlexPod
- ForgeRock
- HPE
- IBM
- Juniper
- Microsoft
- NetApp
- Nutanix
- Palo Alto Networks
- Pivotal - Spring
- Red Hat
- Riverbed
- Salesforce
- SAP
- Symantec
- Veeam
- Veritas
- VMware
Search
- Choose Microsoft Path ▼
- Microsoft: Azure Training
- Microsoft: Certification Bootcamps
- Microsoft: Exchange Server Training
- Microsoft: Lync Server Training
- Microsoft: Office Training
- Microsoft: PowerShell Training
- Microsoft: Programming Training
- Microsoft: SharePoint Server Training
- Microsoft: Skype Training
- Microsoft: SQL Server Training
- Microsoft: System Center and Virtualization Training
- Microsoft: Visual Studio Training
- Microsoft: Windows Client Training
- Microsoft: Windows Server Training
- Choose Microsoft Certification ▼
- Microsoft Certified IT Professional (MCITP): Enterprise Messaging Administrator
- Microsoft Certified IT Professional (MCITP): SharePoint Administrator 2010
- Microsoft Certified Solutions Associate (MCSA): Office 365
- Microsoft Certified Solutions Associate (MCSA): SQL Server 2012
- Microsoft Certified Solutions Associate (MCSA): Windows 10
- Microsoft Certified Solutions Associate (MCSA): Windows 8
- Microsoft Certified Solutions Associate (MCSA): Windows Server 2008
- Microsoft Certified Solutions Associate (MCSA): Windows Server 2012
- Microsoft Certified Solutions Developer (MCSD): Azure Solutions Architect
- Microsoft Certified Solutions Developer (MCSD): SharePoint Applications
- Microsoft Certified Solutions Developer (MCSD): Web Applications
- Microsoft Certified Solutions Developer (MCSD): Windows Store Apps
- Microsoft Certified Solutions Expert (MCSE): Business Intelligence
- Microsoft Certified Solutions Expert (MCSE): Communication
- Microsoft Certified Solutions Expert (MCSE): Data Platform
- Microsoft Certified Solutions Expert (MCSE): Desktop Infrastructure
- Microsoft Certified Solutions Expert (MCSE): Messaging
- Microsoft Certified Solutions Expert (MCSE): Server Infrastructure
- Microsoft Certified Solutions Expert (MCSE): SharePoint
- Microsoft Certified Technology Specialist (MCTS): System Center 2012 Configuration Manager
- Microsoft Office Specialist (MOS)
- Microsoft Specialist
- Microsoft Specialist: Lync Depth Support Engineer
- Choose Microsoft: Visual Studio Training Path ▼
- Programming in C# (20483)
- Programming in HTML5 with JavaScript and CSS3 (20480)
Programming in C# (20483)
New Age Technologies has been delivering Authorized Training since 1996. We offer Microsoft’s full suite of authorized courses including courses pertaining to Programming in C#, Microsoft Office, Microsoft Exchange Server, Microsoft Sharepoint, Microsoft SQL and more. If you have any questions or can’t seem to find the Microsoft class that you are interested in, contact one of our Microsoft Training Specialists. Invest in your future today with Microsoft training from New Age Technologies.
✉ Microsoft Training Specialist | ☏ 502.909.0819

Current Promotion
- ENTER CODE "MICROSOFT15" @ CHECKOUT & RECEIVE 15% OFF OR REQUEST GIFT CARD EQUIVALENT
- Includes 12 Months of Exclusive Benefits
EXCLUSIVE BENEFIT:
Your course includes a twelve-month subscription to these exclusive benefits:
- 12 months of anytime access to your course labs and lab environment
- 12 months of 24/7 access to mentoring via chat, email, and phone
- 12 months of on-demand access to indexed, searchable recordings of your Online Live class
- 12 months of unlimited retakes of your class
COURSE INFORMATION
Programming in C# (20483) Overview:
Programming in C# (20483) course teaches you the programming skills that are required to create Windows applications using the C# language. During this course, you will review the basics of C# program structure, language syntax, and implementation details, and then consolidate your knowledge throughout the week as you build an application that incorporates several features of the .NET Framework 4.5.
The course introduces many of the technologies employed by modern desktop and enterprise applications, including:
- Building new data types
- Handling events
- Programming the user interface
- Accessing a database
- Using remote data
- Performing operations asynchronously
- Integrating with unmanaged code
- Creating custom attributes
- Encrypting and decrypting data
Who Should Attend:
- Experienced developers who already have programming experience in C, C++, JavaScript, Objective-C, Microsoft Visual Basic, or Java and understand the concepts of object-oriented programming
- Professional developers with at least one month of experience programming in an object-oriented environment
Programming in C# (20483) Prerequisites:
Before attending this course, you should have hands-on experience using C# that demonstrates understanding of the following:
- How to name, declare, initialize and assign values to variables within an application.
- 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.
- How to create the code syntax for simple programming statements using C# language keywords and recognize 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 recognize the classes and methods used in a program.
Programming in C# (20483) Objectives:
After successfully completing this course, students will be able to:
- Describe the core syntax and features of C#.
- Create and call methods, catch and handle exceptions, and describe the monitoring requirements of large-scale applications.
- Implement the basic structure and essential elements of a typical desktop application.
- Create classes, define and implement interfaces, and create and use generic collections.
- Use inheritance to create a class hierarchy, extend a .NET Framework class, and create generic classes and methods.
- Read and write data by using file input/output and streams, and serialize and deserialize data in different formats.
- Create and use an entity data model for accessing a database and use LINQ to query and update data.
- Use the types in the System.Net namespace and WCF Data Services to access and query remote data.
- Build a graphical user interface by using XAML.
- Improve the throughput and response time of applications by using tasks and asynchronous operations.
- Integrate unmanaged libraries and dynamic components into a C# application.
- Examine the metadata of types by using reflection, create and use custom attributes, generate code at runtime, and manage assembly versions.
- Encrypt and decrypt data by using symmetric and asymmetric encryption.
Programming in C# (20483) Certification Track
- MCSD: Windows Store Apps
- MCSD: Web Applications
- MCSD: SharePoint Applications
Programming in C# (20483) Outline:
Module 1: Review of C# Syntax
- Overview of Writing Applications using C#
- Datatypes, Operators, and Expressions
- C# Programming Language Constructs
- Module 1 Labs:
- Implement Edit Functionality for the Students List
- Implement Insert Functionality for the Students List
- Implement Delete Functionality for the Students List
- Display the Student Age
Module 2: Creating Methods, Handling Exceptions, and Monitoring Applications
- Creating and Invoking Methods
- Creating Overloaded Methods and Using Optional and Output Parameters
- Handling Exceptions
- Monitoring Applications
- Module 2 Labs:
- Refactor the Enrollment Code
- Validate Student Information
- Save Changes to the Class List
Module 3: Developing the Code for a Graphical Application
- Implementing Structs and Enums
- Organizing Data into Collections
- Handling Events
- Module 3 Labs:
- Add Navigation Logic to the Application
- Create Data Types to Store User and Grade Information
- Display User and Grade Information
Module 4: Creating Classes and Implementing Type-safe Collections
- Creating Classes
- Defining and Implementing Interfaces
- Implementing Type-safe Collections
- Module 4 Labs:
- Implement the Teacher, Student, and Grade Types as Classes
- Add Data Validation to the Grade Class
- Display Students in Name Order
- Enable Teachers to Modify Class and Grade Data
Module 5: Creating a Class Hierarchy by Using Inheritance
- Creating Class Hierarchies
- Extending .NET Framework Classes
- Creating Generic Types
- Module 5 Labs:
- Create and Inherit from the User Base Class
- Implement Password Complexity Using an Abstract Method
- Create the ClassFullException Class
Module 6: Reading and Writing Local Data
- Reading and Writing Files
- Serializing and Deserializing Data
- Performing I/O Using Streams
- Module 6 Labs:
- Serialize the Data for the Grades Report as XML
- Preview the Grades Report
- Persist the Serialized Grades Data to a File
Module 7: Accessing a Database
- Creating and Using Entity Data Models
- Querying Data by Using LINQ
- Updating Data by Using LINQ
- Module 7 Labs:
- Create an Entity Model from the School of Fine Arts Database
- Update Student and Grade Data Using the Entity Framework
- Extend the Entity Model to Validate Data
Module 8: Accessing Remote Data
- Accessing Data Across the Web
- Accessing Data in the Cloud
- Module 8 Labs:
- Create a WCF Data Service for the SchoolGrades Database
- Integrate the WCF Data Service into the Application
- Retrieve Student Photographs Over the Web
Module 9: Designing the User Interface for a Graphical Application
- Using XAML to Design a User Interface
- Binding Controls to Data
- Styling a User Interface
- Module 9 Labs:
- Customize the Appearance of Student Photographs
- Style the Logon View and the StudentPhoto Control
Module 10: Improving Application Performance and Responsiveness
- Implementing Multitasking by using Tasks and Lambda Expressions
- Performing Operations Asynchronously
- Synchronizing Concurrent Access to Data
- Module 10 Labs:
- Implement Multitasking Using Tasks and Lambda Expressions
- Perform Operations Asynchronously
- Synchronize Concurrent Access to Data
Module 11: Integrating with Unmanaged Code
- Creating and Using Dynamic Objects
- Managing the Lifetime of Objects and Controlling Unmanaged Resources
- Module 11 Labs:
- Generate the Grades Report Using Microsoft Office Word
- Control the Lifetime of Word Objects by Implementing the Dispose Pattern
Module 12: Creating Reusable Types and Assemblies
- Examining Object Metadata
- Creating and Using Custom Attributes
- Generating Managed Code
- Versioning, Signing and Deploying Assemblies
- Module 12 Labs:
- Create the IncludeInReport Attribute
- Generate the Report
- Store the Grades.Utilities Assembly Centrally
Module 13: Encrypting and Decrypting Data
- Implementing Symmetric Encryption
- Implementing Asymmetric Encryption
- Module 13 Labs:
- Encrypt the Grades Report
- Decrypt the Grades Report
Boost your salary by obtaining your Microsoft Certification: Microsoft Certified Solution Developer (MCSD)
-
- All Classes
- Online Live
- Classroom
- Select A Location ▼
- Chicago, IL
- Dallas, TX
- New York, NY
- Washington, DC
- Self-Paced
- Guaranteed To Run
- $2,895.00
- 05/03/2016 - 05/26/2016
02:00 PM - 05:00 PM (EST)
Online LiveRegister - 05/09/2016 - 05/13/2016
08:30 AM - 04:30 PM (EST)
Online LiveRegister - 05/23/2016 - 05/27/2016
08:30 AM - 04:30 PM (EST)
Online LiveRegister - 05/23/2016 - 05/27/2016
08:30 AM - 04:30 PM (EST)
Arlington, VA - N. Glebe Road
Instructor OnsiteRegister - 06/07/2016 - 06/30/2016
10:00 AM - 01:00 PM (EST)
Online LiveRegister - 07/04/2016 - 07/08/2016
08:30 AM - 04:30 PM (EST)
Online LiveRegister - 09/19/2016 - 09/23/2016
08:30 AM - 04:30 PM (CST)
Irving, TX - W John Carpenter Fwy
Instructor OnsiteRegister - 09/19/2016 - 09/23/2016
08:30 AM - 04:30 PM (CST)
Online LiveRegister - 09/26/2016 - 09/30/2016
08:30 AM - 04:30 PM (EST)
New York, NY - State Street Plaza
Instructor OnsiteRegister - 09/26/2016 - 09/30/2016
08:30 AM - 04:30 PM (EST)
Online LiveRegister - 10/03/2016 - 10/07/2016
08:30 AM - 04:30 PM (CST)
Schaumburg, IL - McConnor Pkwy
Instructor OnsiteRegister - 10/17/2016 - 10/21/2016
08:30 AM - 04:30 PM (EST)
Arlington, VA - N. Glebe Road
Instructor OnsiteRegister - 11/28/2016 - 12/02/2016
08:30 AM - 04:30 PM (EST)
New York, NY - State Street Plaza
Instructor OnsiteRegister
+ Show More Classes
- 05/03/2016 - 05/26/2016