Learn WCF And Web APIs From Scratch
What you'll learn
- Getting started with WCF Services
- Creating services
- Hosting services
- Consuming services
Requirements
- MS SQL Server express
- VS2012 express or higher
Description
******Updated on Feb 2016********
WCF
It is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint can be part of a continuously available service hosted by IIS, or it can be a service hosted in an application. An endpoint can be a client of a service that requests data from a service endpoint. The messages can be as simple as a single character or word sent as XML, or as complex as a stream of binary data.
Web APIs
A server-side web API is a programmatic interface to a defined request-response message system, typically expressed in JSON or XML, which is exposed via the web—most commonly by means of an HTTP-based web server
Who this course is for:
- .Net Developers
- Anyone who has good understanding of C# programming language
Instructor
Manzoor The Trainer (MTT) is a Microsoft Certified Trainer who has been working on MS .Net technologies for more than a decade. Apart from development he is also passionate about delivering training on various MS .Net technologies and has 15+ years of experience as a software development trainer. He is also a renown author of award winning articles on code-project. His YouTube channel has more than 2 million views with 13K subscribers.
"I focus on simplifying, complex concepts..." - ManzoorTheTrainer