
Não vá embora!
até 12x sem juros
até 12x sem juros no cartão
20480 + 20483 + 20486 + 20487
4 Cursos em 1 Formação
Carga horária: 180 horas
Duração: |
|||
Microsoft 20483B: Programando em C# | Duração: 40 horas |
||
Microsoft 20486B: Developing ASP.NET MVC 4 Web Applications | Duração: 40 horas |
||
Microsoft 20487B: Developing Windows Azure and Web Services | Duração: 40 horas |
||
Formação MCSD - Web Application com C# | Você economiza: 72% | Inscreva-se agora! | R$ 1.779,57 |
No online você tem aulas digitais e interage com mentores reais ao vivo. Já no a distância, tanto o conteúdo, quanto a interação são digitais.
180 horas
Curso Presencial
Curso Online ao Vivo
Idioma: Português ou Inglês
Sujeito a alteração sem aviso prévio
Module 1: Review of C# Syntax
This module reviews the core syntax and features of the C# programming language. It also provides an introduction to the Visual Studio 2012 debugger.
Lessons
Lab : Developing the Class Enrolment Application
After completing this module, students will be able to:
Module 2: Creating Methods, Handling Exceptions, and Monitoring Applications
This module explains how to create and call methods, catch and handle exceptions. This module also describes the monitoring requirements of large-scale applications.
Lessons
Lab : Extending the Class Enrolment Application Functionality
After completing this module, students will be able to:
Module 3: Developing the Code for a Graphical Application
This module describes how to implement the basic structure and essential elements of a typical desktop application, including using structures and enumerations, collections, and events
Lessons
Lab : Writing the Code for the Grades Prototype Application
After completing this module, students will be able to:
Module 4: Creating Classes and Implementing Type-safe Collections
This module explains how to create classes, define and implement interfaces, and create and use generic collections. This module also describes the differences between value types and reference types in C#.
Lessons
Lab : Adding Data Validation and Type-safety to the Grades Application
After completing this module, students will be able to:
Module 5: Creating a Class Hierarchy by Using Inheritance
This module explains how to use inheritance to create a class hierarchy and extend a .NET Framework class. This module also describes how to create generic classes and define extension methods.
Lessons
Lab : Refactoring Common Functionality into the User Class
After completing this module, students will be able to:
Module 6: Reading and Writing Local Data
This module explains how to read and write data by using file input/output (I/O) and streams, and how to serialize and deserialize data in different formats.
Lessons
Lab : Generating the Grades Report
After completing this module, students will be able to:
Module 7: Accessing a Database
This module explains how to create and use an entity data model for accessing a database, and how to use LINQ to query and update data.
Lessons
Lab : Retrieving and Modifying Grade Data
After completing this module, students will be able to:
Module 8: Accessing Remote Data
This module explains how to use the types in the System.Net namespace, and WCF Data Services, to query and modify remote data.
Lessons
Lab : Retrieving and Modifying Grade Data in the Cloud
After completing this module, students will be able to:
Module 9: Designing the User Interface for a Graphical Application
This module explains how to build and style a graphical user interface by using XAML. This module also describes how to display data in a user interface by using data binding.
Lessons
Lab : Customizing Student Photographs and Styling the Application
After completing this module, students will be able to:
Module 10: Improving Application Performance and Responsiveness
This module explains how to improve the throughput and response time of applications by using tasks and asynchronous operations.
LessonsLab : Improving the Responsiveness and Performance of the Application
After completing this module, students will be able to:
Module 11: Integrating with Unmanaged Code
This module explains how to integrate unmanaged libraries and dynamic components into a C# application. This module also describes how to control the lifetime of unmanaged resources.
Lessons
Lab : Upgrading the Grades Report
After completing this module, students will be able to:
Module 12: Creating Reusable Types and Assemblies
This module explains how to examine the metadata of types by using reflection, create and use custom attributes, generate managed code at runtime, and manage different versions of assemblies.
Lessons
Lab : Specifying the Data to Include in the Grades Report
After completing this module, students will be able to:
Module 13: Encrypting and Decrypting Data
This module explains how to encrypt and decrypt data by using symmetric and asymmetric encryption.
Lessons
Lab : Encrypting and Decrypting Grades Reports
After completing this module, students will be able to:
Module 1: Exploring ASP.NET MVC4
The goal of this module is to outline to the students the components of the Microsoft Web Technologies stack, which can be used to host a completed web application. Students will also learn about ASP.NET 4.5 and be introduced to the web forms, web pages, and MVC programming models. Finally they will see an overview of ASP.NET MVC 4, including new features and configuration.
Lessons
Lab : Exploring ASP.NET MVC4
After completing this module, students will be able to:
Module 2: Designing ASP.NET MVC 4 Web Applications
The goal of this module is to introduce students to the typical design process that architects must complete when they plan an MVC 4 application. At this stage in the design process, MVC 4 has been selected as the most appropriate programming model, but the details of the application, such as the overall architecture, Controllers, Views, Models, and routes to create, have not been fixed. How to plan such details is shown during this module.
Lessons
Lab : Designing ASP.NET MVC 4 Web Applications
After completing this module, students will be able to:
Module 3: Developing ASP.NET MVC 4 Models
The goal of this module is to enable the students to create Models within an MVC application that implement the business logic necessary to satisfy business requirements. The module also describes how to implement a connection to a database, or alternative data store, using the Entity Framework and LINQ.
Lessons
Lab : Developing ASP.NET MVC 4 Models
After completing this module, students will be able to:
Module 4: Developing ASP.NET MVC 4 Controllers
The goal of this module is to enable students to add Controllers to MVC applications and to implement actions that respond to user input and other events. The students will learn how Controllers relate to Models and how to implement Controller actions that define the View used to display or edit data. This module also covers how to write action filters that run code before or after multiple actions in the Controller. The students will learn about situations when action filters are useful.
Lessons
Lab : Developing ASP.NET MVC 4 Controllers
After completing this module, students will be able to:
Module 5: Developing ASP.NET MVC 4 Views
The goal of this module is to describe the role of Views in an MVC web application and enable users to create and code them. The syntax of a Razor View is of critical importance for students to understand because it defines both the layout and the functionality of the data display. HTML Helpers will also be discussed in detail and common Helpers, such as Html.ActionLink() and Html.EditorFor(), will be described. Reusing code by defining Partial Views and Razor Helpers will be discussed as well.
Lessons
Lab : Developing ASP.NET MVC 4 Views
After completing this module, students will be able to:
Module 6: Testing and Debugging ASP.NET MVC 4 Web Applications
The goal of this module is to enable students to increase the resilience and quality of an application by locating and correcting code errors, bugs, and other unexpected results. MVC applications are well suited to unit testing techniques and these techniques ensure a high quality of code by systematically testing the functionality of each small component. In addition the debugging tools and exception handling available in Visual Studio will be explained.
Lessons
Lab : Testing and Debugging ASP.NET MVC 4 Web Applications
After completing this module, students will be able to:
Module 7: Structuring ASP.NET MVC 4 Web Applications
The goal of this module is to enable students to structure a web application in such a way that users can rapidly locate the information they need. Two aspects of the design are emphasized: the URLs presented in the browser address bar should be understandable and can be controlled by adding routes to the ASP.NET Routing Engine, and the navigation controls, such as menus and breadcrumb trails, should present the most relevant links to frequently read pages. Search Engine Optimization is important throughout this module.
Lessons
Lab : Structuring ASP.NET MVC 4 Web Applications
After completing this module, students will be able to:
Module 8: Applying Styles to ASP.NET MVC 4 Web Applications
The goal of this module is to explore how students can impose a consistent look and feel to an MVC application and share other common components, such as headers and footers, between all Views. Besides describing CSS styles and template views, the module will discuss how to migrate a look and feel created by a web designer into an MVC application. Techniques for adapting the display of a site for small screens and mobile devices will also be introduced.Lessons
Lab : Applying Styles to ASP.NET MVC 4 Web Applications
After completing this module, students will be able to:
Module 9: Building Responsive Pages in ASP.NET MVC 4 Web Applications
The goal of this module is to describe to the students how partial page updates and caching can optimize the responsiveness of a web application. Students will see how to make use of AJAX helpers and partial views to update small portions of a page instead of refreshing the entire page. The module also covers the different caches developers can use to store rendered pages and discusses how to configure caching for maximum performance.Lessons
Lab : Building Responsive Pages in ASP.NET MVC 4 Web Applications
After completing this module, students will be able to:
Module 10: Using JavaScript and jQuery for Responsive MVC 4 Web Applications
The goal of this module is to teach the students techniques that run code on the browser. This approach can increase the responsiveness of the application because a rendered page can respond to a user action without reloading the entire page from the server. Students will learn about the jQuery script library and how to use it to call web services and update user interface components.Lessons
Lab : Using JavaScript and jQuery for Responsive MVC 4 Web Applications
After completing this module, students will be able to:
Module 11: Controlling Access to ASP.NET MVC 4 Web Applications
The goal of this module to ensure good security in terms of strong authentication and authorization for access. The lessons describe how to enable anonymous users to create their own user account and gain privileged access to content.Lessons
Lab : Controlling Access to ASP.NET MVC 4 Web Applications
After completing this module, students will be able to:
Module 12: Building a Resilient ASP.NET MVC 4 Web Application
The goal of this module is to enable the students to build applications that are stable and reliable. Such applications are not vulnerable to common hacking techniques such as cross-site scripting and also store state information such as the contents of a shopping cart and user preferences. This state information is preserved when servers or browsers restart, connections are lost, and other connectivity issues occur.
Lessons
Lab : Building a Resilient ASP.NET MVC 4 Web Application
After completing this module, students will be able to:
Module 13: Using Windows Azure Web Services in ASP.NET MVC 4 Web Applications
The goal of this module is to introduce Windows Azure to the students and explain why a developer would write a Windows Azure service instead of code in a web application. Students will also see how to write such a service and call it from a web application or from other applications, such as a mobile device app.Lessons
Lab : Using Windows Azure Web Services in ASP.NET MVC 4 Web Applications
After completing this module, students will be able to:
Module 14: Implementing Web APIs in ASP.NET MVC 4 Web Applications
The goal of the module is to introduce the concept of a Web API to students and to describe how to make an application’s core functionality more broadly available for integration into other web and mobile applications. Students will learn about the new Web API feature of MVC 4 and see how to build a RESTful Web API and call it from other applications.Lessons
Lab : Implementing Web APIs in ASP.NET MVC 4 Web Applications
After completing this module, students will be able to:
Module 15: Handling Requests in ASP.NET MVC 4 Web Applications
The goal of this module is to describe how to write components that intercept requests from browsers before they are received by MVC Controllers. These components include HTTP Modules, HTTP Handlers, and the Web Sockets protocol. The module describes scenarios in which developers use such components and shows how to add them to an MVC application.
Lessons
Lab : Handling Requests in ASP.NET MVC 4 Web Applications
After completing this module, students will be able to:
Module 16: Deploying ASP.NET MVC 4 Web Applications
The goal for this module is to enable students to deploy a completed MVC application to a web server or Windows Azure. The module begins by describing testing, staging, and production deployments and the web server environments required for each. It also describes the advantages and disadvantages of using Windows Azure to host the application. Students also see all the available deployment options in Visual Studio.
Lessons
Lab : Deploying ASP.NET MVC 4 Web Applications
After completing this module, students will be able to:
Before attending this course, students must have:
Module 1: Overview of service and cloud technologies
This module provides an overview of service and cloud technologies using the Microsoft .NET Framework and the Windows Azure cloud.
Lessons
Lab : Exploring the work environment
After completing this module, students will be able to:
Module 2: Querying and Manipulating Data Using Entity Framework
This module Describes the Entity Framework data model, and how to create, read, update, and delete data.Lessons
Lab : Creating a Data Access Layer by Using Entity Framework
After completing this module, students will be able to:
Module 3: Creating and Consuming ASP.NET Web API Services
This module describes HTTP-based services that are developed, hosted, and consumed by using ASP.NET Web API.Lessons
Lab : Creating the Travel Reservation ASP.NET Web API Service
After completing this module, students will be able to:
Module 4: Extending and Securing ASP.NET Web API Services
This module describes in detail the ASP.NET Web API architecture and how you can extend and secure ASP.NET Web API services.Lessons
Lab : Extending Travel Companion’s ASP.NET Web API Services
After completing this module, students will be able to:
Module 5: Creating WCF Services
This module introduces Windows Communication Foundation (WCF) and describes how to create, host, and consume a WCF service.Lessons
Lab : Creating and Consuming the WCF Booking Service
After completing this module, students will be able to:
Module 6: Hosting Services
This module describes how to host web services both on-premises and in Windows Azure. It explains various components of Windows Azure Cloud Services: Web Role, Worker Role, and Windows Azure Web Sites.Lessons
Lab : Hosting Services
After completing this module, students will be able to:
Module 7: Windows Azure Service Bus
This module describes web-scale messaging patterns, and the infrastructures provided by Windows Azure Service Bus.Lessons
Lab : Windows Azure Service Bus
After completing this module, students will be able to:
Module 8: Deploying Services
This module describes different techniques for deploying web applications.Lessons
Lab : Deploying Services
After completing this module, students will be able to:
Module 9: Windows Azure Storage
This module Describes Windows Azure Storage, the services it provides, and the best way to use these services.Lessons
Lab : Windows Azure Storage
After completing this module, students will be able to:
Module 10: Monitoring and Diagnostics
This module describes how to perform monitoring and diagnostics in Windows Azure services.Lessons
Lab: Monitoring and Diagnostics
After completing this module, students will be able to:
Module 11: Identity Management and Access Control
This module describes the basic principles of modern identity handling and demonstrates how to use infrastructures such as Windows Azure Access Control Service (ACS) to implement authentication and authorization with claims-based identity in Windows Communication Foundation (WCF).Lessons
Lab: Identity Management and Access Control
After completing this module, students will be able to:
Module 12: Scaling Services
This module describes the ways in which you can ensure services can handle increasing workloads and user demand.Lessons
Lab: Scalability
After completing this module, students will be able to:
Module 13: Appendix A: Designing and Extending WCF Services
This module covers designing Windows Communication Foundation (WCF) service contracts, creating services that support distributed transactions, and extending the WCF pipeline with custom runtime components and custom behaviors.Lessons
Lab : Designing and Extending WCF Services
After completing this module, students will be able to:
Module 14: Appendix B: Implementing Security in WCF Services
This module deals with the various considerations you have to take into account when designing a secure web service, such as encryption, input validation, authentication, and authorization, and the techniques to use while applying these considerations to services developed with WCF.
Lessons
Lab : Securing a WCF Service
After completing this module, students will be able to:
+ 300.000 alunos treinados e milhares de alunos certificados em 12 anos
+ 12 premiações nacionais e internacionais como melhor centro de treinamentos do Brasil
+ 200 cursos presenciais e remotos nas áreas de tecnologia, gorvernança e negócios
+ 300 instrutores que fazem parte do maior corpo docente de tecnologia de negócios do Brasil