Presentation is loading. Please wait.

Presentation is loading. Please wait.

What’s New in WCF 4.5? Richard Blewett Rock Solid Knowledge Ltd DEV326.

Similar presentations


Presentation on theme: "What’s New in WCF 4.5? Richard Blewett Rock Solid Knowledge Ltd DEV326."— Presentation transcript:

1

2 What’s New in WCF 4.5? Richard Blewett Rock Solid Knowledge Ltd DEV326

3

4 3.0 Initial Release 2006 3.5 Web Programming 2008 3.5 SP1 POCO Support 2009 4.0 Simplification and Routing 2010 4.5 Simplification and Communication 2012

5

6

7 WSDL Svcutil /sc Service Contract and Data Contracts

8 http:// ?singleWsdl

9

10 [ServiceContract] public interface ITweetStats { [OperationContract] int GetTweetCount(string searchTerms); [OperationContract] Task GetTweetCountAsync(string searchTerms); }

11 [ServiceContract] interface ITweetStats { [OperationContract] Task GetTweetCount(string searchTerms); } public async Task GetTweetCount(string searchTerms){ //... HttpWebRequest req = WebRequest.CreateHttp(uri); WebResponse resp = await req.GetResponseAsync(); //... }

12 demo WCF 4.5 Async Support

13

14

15

16 demo UDP Broadcast

17

18 demo WebSockets to the Browser

19

20 demo WebSockets to Metro Client

21

22

23 Connect. Share. Discuss. http://europe.msteched.com Learning Microsoft Certification & Training Resources www.microsoft.com/learning TechNet Resources for IT Professionals http://microsoft.com/technet Resources for Developers http://microsoft.com/msdn

24 Evaluations http://europe.msteched.com/sessions Submit your evals online

25


Download ppt "What’s New in WCF 4.5? Richard Blewett Rock Solid Knowledge Ltd DEV326."

Similar presentations


Ads by Google