Register Now and Block your seat

C# Back End Developer in New york

Learn to design and develop robust, scalable high quality software applications using Csharp. C# is prominent language in todays modern software development and its high-level programming language supporting multiple paradigms.

Module I:

Review of Visual C# Syntax

  • 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 II:

Creating Methods, Handling exceptions & 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 III:

Basic types & Construct of Visual C#

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

    Lessons

    • Implementing Structs and Enums
    • Organizing 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 organize data.
    • Create and subscribe to events.


Module IV:

Creating Classes & 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 CollectionsImplementing 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 V:

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 VI:

Reading & 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 serialize and deserialize data to the file system, and how to read and write data to the file system by using streams.

    Lessons

    • Reading and Writing Files
    • Serializing and Deserializing Data
    • Performing I/O by Using Streams

    Lab : Generating the Grades Report

    • Serializing Data for the Grades Report as XML
    • Previewing the Grades Report
    • Persisting the Serialized 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 VII:

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 customize an EDM.
    • Query data by using LINQ.
Module VIII:

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 IX:

Designing the UI for Graphic 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 : Customizing Student Photographs and Styling the Application

    • Customizing 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 X:

Improving Application Performance & 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
    • Synchronizing 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 X:

Improving Application Performance & 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
    • Synchronizing 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 XII:

Creating Reusable Types & Assessments

  • 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 Include In Report 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 XIII:

Encrypting & Decrypting

  • 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.

Technologies You Will Master Hands-On

MongoDB

MongoDB

NodeJS

NodeJS

Cloud Deployment

Cloud Deployment

JAVA

JAVA

AWS

AWS

React

React

Git

Git

Linux

Linux

Bootstrap

Bootstrap

HTML

HTML

Docker

Docker

CSS

CSS

Choose where you'd like to begin

Latest Articles

MAXIMIZE YOUR POTENTIALS and possibilities

Learn the secrets to Life Success,
these people have got the key.​

I was very new to Technical world and when I decided to start my software career. Code Experts has given wings to me to simplify the process of landing a very excellent role as a UI/UX developer. I will always cherish my journey with Code Experts.

Ahtesham Mohd

You guys really rock Code Experts team! I recommend Code Experts to all those folks out there who are planning to launch themselves into the world of technology. All the programs are so well designed and can help any novice developers. Go for it guys!!!

Chris Reed

I was part of a Full Stack Asp.Net Developer Program and I completely cherish my journey with Code Experts. The program was so well designed and developed and helped me land into a very excellent role in a multinational company in Austin. I am very thankful to the entire Code Experts teams.

Rita Gunang
Learn at your Pace

Current Signature Courses in New york