top of page
Microsoft-dotNET-logo.png
20480C: Programming in HTML5 with JavaScript and CSS3

This course provides an introduction to HTML5, CSS3, and JavaScript. This course helps students gain basic HTML5/CSS3/JavaScript programming skills. This course is an entry point into both the Web application and Windows Store apps training paths. The course focuses on using HTML5/CSS3/JavaScript to implement programming logic, define and use variables, perform looping and branching, develop user interfaces, capture and validate user input, store data, and create well-structured application.The lab scenarios in this course are selected to support and demonstrate the structure of various application scenarios. They are intended to focus on the principles and coding components/structures that are used to establish an HTML5 software application.This course uses Visual Studio 2017, running on Windows 10.

 

Audience profile

This course is intended for professional developers who have 6-12 months of programming experience and who are interested in developing applications using HTML5 with JavaScript and CSS3 (either Windows Store apps for Windows 10 or web applications).

 

At course completion

After completing this course, students will be able to:

  • Explain how to use Visual Studio 2017 to create and run a Web application.

  • Describe the new features of HTML5, and create and style HTML5 pages.

  • Add interactivity to an HTML5 page by using JavaScript.

  • Create HTML5 forms by using different input types, and validate user input by using HTML5 attributes and JavaScript code.

  • Send and receive data to and from a remote data source by using XMLHTTPRequest objects and Fetch API.

  • Style HTML5 pages by using CSS3.

  • Create well-structured and easily-maintainable JavaScript code.

  • Write modern JavaScript code and use babel to make it compatible to all browsers.

  • Use common HTML5 APIs in interactive Web applications.

  • Create Web applications that support offline operations.

  • Create HTML5 Web pages that can adapt to different devices and form factors.

  • Add advanced graphics to an HTML5 page by using Canvas elements, and by using and Scalable Vector Graphics.

  • Enhance the user experience by adding animations to an HTML5 page.

  • Use Web Sockets to send and receive data between a Web application and a server.

  • Improve the responsiveness of a Web application that performs long-running operations by using Web Worker processes.

  • Use WebPack to package web applications for production.

Course 20483C: Programming in C#

About this course

This training course teaches developers the programming skills that are required for developers to create Windows applications using the Visual C# language. During their five days in the classroom students review the basics of Visual C# program structure, language syntax, and implementation details, and then consolidate their knowledge throughout the week as they build an application that incorporates several features of the .NET Framework 4.7.

Audience profile

This course is intended for 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.

This course is not designed for students who are new to programming; it is targeted at professional developers with at least one month of experience programming in an object-oriented environment.

At course completion

After completing this course, students will be able to:

  • Describe the core syntax and features of Visual C#.

  • Create methods, 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 and to extend a .NET Framework class.

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

  • Access and query remote data by using the types in the System.Net namespace and WCF Data Services.

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

Course 20486D: Developing ASP.NET Core MVC Web Applications

About this course

In this 5-day course, the professional web developers will learn to develop advanced ASP.NET Core MVC applications using .NET Core tools and technologies. The focus will be on coding activities that enhance the performance and scalability of the Web site application. This course will also prepare the student for exam 70-486.

 

Audience profile

This course is intended for professional web developers who use Microsoft Visual Studio in an individual-based or team-based, small-sized to large development environment. Candidates for this course are interested in developing advanced web applications and want to manage the rendered HTML comprehensively. They want to create websites that separate the user interface, data access, and application logic.

 

At course completion

After completing this course, students will be able to:

  • Describe the Microsoft Web Technologies stack and select an appropriate technology to use to develop any given application.

  • Design the architecture and implementation of a web application that will meet a set of functional requirements, user interface requirements, and address business models.

  • Configure the pipeline of ASP.NET Core web applications using middleware, and leverage dependency injection across MVC application.

  • Add Controllers to an MVC Application to manage user interaction, update models, and select and return Views.

  • Develop a web application that uses the ASP.NET Core routing engine to present friendly URLs and a logical navigation hierarchy to users.

  • Create Views in an MVC application that display and edit data and interact with Models and Controllers.

  • Create MVC Models and write code that implements business logic within Model methods, properties, and events.

  • Connect an ASP.NET Core application to a database using Entity Framework Core.

  • Implement a consistent look and feel across an entire MVC web application.

  • Write JavaScript code that runs on the client-side and utilizes the jQuery script library to optimize the responsiveness of an MVC web application.

  • Add client side packages and configure Task Runners.

  • Run unit tests and debugging tools against a web application in Visual Studio 2017.

  • Write an MVC application that authenticates and authorizes users to access content securely using Identity.

  • Build an MVC application that resists malicious attacks.

  • Use caching to accelerate responses to user requests.

  • Use SignalR to enable two-way communication between client and server.

  • Describe what a Web API is and why developers might add a Web API to an application.

  • Describe how to package and deploy an ASP.NET Core MVC web application from a development computer to a web server.

bottom of page