Vi ste ovdje
Overview/Description
This course covers the various data storage and messaging technologies available in Microsoft's Azure cloud services, and is one of a series that prepares students for Microsoft exam 70-487.
Target Audience
Developers wanting to learn about the data storage and messaging technologies in Microsoft's Azure cloud services and those preparing for Microsoft exam 70-487.
Prerequisites
None
Expected Duration (hours)
3.0
Lesson Objectives
Data Access and Services with Microsoft Azure
start the course
identify the different storage options...
Overview/Description
This course covers the key aspects of and approaches to packaging .NET applications for deployment and is one of a series that prepares students for Microsoft exam 70-487.
Target Audience
Developers wanting to learn about packaging their .NET solutions for deployment and those preparing for Microsoft exam 70-487.
Prerequisites
None
Expected Duration (hours)
2.5
Lesson Objectives
Preparing and Packaging Applications For Deployment
start the course
use Xcopy to deploy a .NET application without packaging it
describe application packaging and...
Overview/Description
This course covers the deployment of on-premises, hosted, and Azure-based .NET applications and is one of a series that prepares students for Microsoft exam 70-487.
Target Audience
Developers wanting to learn about deploying their .NET solutions and those preparing for Microsoft exam 70-487.
Prerequisites
None
Expected Duration (hours)
1.5
Lesson Objectives
Web Application and Services Deployment
start the course
manually deploy an IIS install package to a web farm
automatically deploy an application from a Team Foundation Server...
Overview/Description
The application programming interface for both the web server and web browser is referred to as Web API. There are a lot of different technologies and practices that fall into this category. In this course, you will learn about RESTful Services, OData, and a variety of the tools that can be used to assist developers.
Target Audience
Web developers looking to expand their skill sets by learning about the common Web APIs
Prerequisites
None
Expected Duration (hours)
2.0
Lesson Objectives
Web API Essentials
start the course
identify what Web API is...
Overview/Description
Web API is the application programming interface for both the web server (server side) and web browser (client side). There are a lot of different technologies and practices that fall into this category. In this course, you will learn about request binding, request validation, API security, and hosting.
Target Audience
Web developers looking to expand their skillset by learning about the common Web APIs
Prerequisites
None
Expected Duration (hours)
2.5
Lesson Objectives
Web API Advanced
start the course
apply jQuery to your own development site...
Overview/Description
Virtual machines and storage are the primary building blocks of the Azure cloud offering. This course covers an overview of Azure features, VM creation and how to build them into clouds, the different cloud service models supported on Azure, and an overview of structured and unstructured data storage.
Target Audience
Administrators looking to gain skills to administer public cloud services hosted on Microsoft Azure
Prerequisites
None
Expected Duration (hours)
2.0
Lesson Objectives
Microsoft Azure: Introduction
start the course
describe Microsoft...
Overview/Description
Azure has sophisticated capabilities for segmenting clouds into virtual networks. These networks can be accessed securely by using VPNs for encryption and authentication. This course covers virtual network creation, VPN access to Azure networks, using PowerShell on remote machines, and more on storage, both structured and unstructured.
Target Audience
Administrators looking to gain skills to administer public cloud services hosted on Microsoft Azure
Prerequisites
None
Expected Duration (hours)
2.5
Lesson Objectives
Microsoft Azure: Networks and Storage...
Overview/Description
One of the primary purposes of cloud services is for content publishing. The availability aspect of public cloud computing makes it ideally suited to the task. Caching is implemented in Microsoft Azure to improve performance, which is sometimes seen as the weakness of public cloud offerings. This course covers caching and web publishing; it also covers Microsoft Azure Traffic Manager and hosted Active Directory. Finally it covers alerts for monitoring cloud systems, and backup.
Target Audience
Administrators looking to gain skills to administer public cloud services...
Overview/Description
Rather than a singular technology, Ajax, or Asynchronous JavaScript and XML, is a collection of technologies that enables web pages to make server requests without having to reload the page. You can use Ajax to create asynchronous web applications that provide a faster, more user-friendly experience. In this course, you will learn how to use the XMLHTTPRequest object to send data requests and retrieve data from the server in the form of text, XML, and JSON responses.
Target Audience
Developers who wish to learn Ajax scripting language to add seamless interactivity to...
Overview/Description
Command and Query Responsibility Segregation, or CQRS, was developed by Bertrand Meyer as a way to ensure that methods working with data only perform one of two tasks. Either a method retrieves information or it modifies it somehow, not both. In this course, you will explore domain and model driven design, learn what N-Tier architecture is, and identify the parts of CRUD and their purpose. You will also explore the use of CQRS as a design pattern, including comparing it with other methodologies as well as applying it in a C# solution.
Target Audience
Programmers and...