Azure / Cloud Computing, Workshops

VSM03 End-to-End Service Orientation: Designing, Developing, & Implementing Using WCF and the Web API

11/18/2013

8:00am - 5:00pm

Level: Introductory to Intermediate

Miguel Castro

Miguel Castro

MRD

President

Melvicorp LLC

Service Oriented Architectures are the best way to ensure that today’s applications are extensible, maintainable, and scalable in a volatile world filled with ever-changing demands. Decomposing your systems into smaller, loosely coupled, and more autonomous components ensures that your application can continue to grow or change without having to continuously undergo rewrites or redesigns. But with great power comes great responsibility (don’t say it), and the need for great technology and tooling. WCF is the heart of Microsoft’s stack for building connected systems and loosely coupled components. ASP.NET Web API is the latest addition to this stack in a world where REST and it’s interoperability power becomes more necessary and in more demand. Come learn both of these technologies and how to properly use them, apart and together. I’ll teach you what a Service Oriented Architecture is and how to use WCF & Web API from the ground up. Then I’ll show how to integrate both these technologies together into applications whose clients may vary from WPF to ASP.NET MVC to Windows 8 Tablet apps. I’ll cover setup and consumption of your services end-to-end, showing you how and where to properly set up your projects, properly use proxies, contracts, and even REST URL design. I’ll be adding in other technologies into the mix including dependency injection and KnockoutJS. You’ll have the knowledge of how to use service technology and to properly implement it in a clean and elegant fashion.

You will learn:

  • Writing services using WCF
  • Developing REST APIs with WebAPI
  • Proper application of various WCF configurations