Download presentation
Presentation is loading. Please wait.
Published byBasil McKenzie Modified over 8 years ago
1
Vladan Strigo CTO NETmedia ASP.NET Web Api Tips & Tricks
2
Turn off your mobile. Thank you.
3
3 Web Api? - A new framework for creating Http based APIs This is not WCF! This is not MVC! MVC technology approach, WCF experience = best of both worlds! - Focus on simplicity! Simple configuration Simple development Simple extension Simple usage
4
4 Web Api? - This is a complete solution! URL routing Content negotiation Different output formats Model binding and validation Query composition REST from the start …
5
5 Web Api? Easy access to advanced HTTP features Very extensible as a platform Self hostable Testable …
6
6 What about WCF? - Still a key player in the services game! - But now…use it where it makes sense! Specific scenarios...message queues, duplex communication, end-to- end message security, distributed transactions, advanced bindings… Existing service layer, choosing to add HTTP binding Desire to have one code base
7
7 What’s so different?
8
8 Tips & Tricks? - Versioning APIs - OData - Hosting with CORS and Routing - Controller pipeline - Video streaming and Tracing
9
9
10
10
11
11
12
12
13
13
14
14 What did we talk about? - Versioning APIs - OData - Hosting with CORS and Routing - Controller pipeline - Video streaming and Tracing
15
Q&A.
16
vladan@netmedia.hr www.netmedia.hr @vladanstrigo
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.