| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
14 Articles match "2010","Restful"
| Related DevelopMentor Courses | MORE | | WCF SOAP and REST Multi-Project Visual Studio Templates Last year I published a REST Multi-Project Visual Studio Template on the Visual Studio Extensions Gallery, available for download from the Tools-Manage Extensions menu from within Visual Studio 2010. It’s a similar idea as the REST Template, but using SOAP services. Technical REST SOAP Visual Studio WCFWhat I like about this sort of project template is that it produces a much more realistic WCF solution with entities spit off into a separate project that is referenced from both the service and client projects. Click Download, then install the template. Enjoy. DevelopMentor Courses - Sunday, June 10, 2012 Guerrilla.NET (US) Training WCF REST : Create REST based services based on the WCF and ASP.NET stacks including the new WCF 5.0 REST-oriented features. MVC : Build modern web applications and services using JavaScript, jQuery, AJAX, REST, ASP.NET MVC, and more. You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2010. WCF REST : Create REST based services based on the WCF and ASP.NET stacks including the new WCF 5.0 REST-oriented features. Building WCF REST Services WCF 3.5 and jQuery. DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (UK) Training Create REST based services based on the WCF and ASP.NET stacks. You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2010. Building REST based services with WCF Service Orientation and SOAP are often seen as going hand-in-hand. However, there is another architectural style for building services - that or REpresentational State Transfer, or REST. In this module we look at how WCF can be used to build REST based systems. Leverage new features of C# 4.0, couldn't? Register now. Since.NET 1.0, DevelopMentor Courses - Tuesday, March 1, 2011 |
26 Articles match "2010","Restful"
| The Latest from DevelopMentor | MORE | | WCF SOAP and REST Multi-Project Visual Studio Templates Last year I published a REST Multi-Project Visual Studio Template on the Visual Studio Extensions Gallery, available for download from the Tools-Manage Extensions menu from within Visual Studio 2010. It’s a similar idea as the REST Template, but using SOAP services. Technical REST SOAP Visual Studio WCFWhat I like about this sort of project template is that it produces a much more realistic WCF solution with entities spit off into a separate project that is referenced from both the service and client projects. Click Download, then install the template. Enjoy. DevelopMentor Courses - Sunday, June 10, 2012 2011 Recap That gig ended in July, when I picked up some WCF work in Fort Worth building an external-facing REST-ful WCF service, as well as some internal-facing queued WCF services. With the advent of my toolkit, I started blogging more often, holding forth on a variety of topics, including WCF, REST, Data Services, ASP.NET MVC, and the Onion Architecture. In June of 2010, when I migrated my blog to WordPress.com , I was receiving about 3,000 hits per month. After a rather long break from blogging, it’s time for me to jump back in! He is the youngest of our three children. Personal Tony and Zuzana's World - Tuesday, January 31, 2012 Build a Multi-Project Visual Studio Template Here is an example of a VSTemplate file I created for a Multi-Project WCF REST Template I recently did for a talk I gave at a.NET developer group (some of the content has been elided for clarity). For my WCF REST template I wanted the Client and Service projects to both reference the Entities project, and for the Web project to reference the Service project. First you’ll need to install the Visual Studio 2010 SP1 SDK (assuming you’ve first installed SP1 for VS 2010 ). In the the case of my WCF REST Template, I have indicated it should appear under the WCF category. Tony and Zuzana's World - Wednesday, September 14, 2011 | -
| The Best from DevelopMentor | MORE | - Digging into WCF REST
Last Thursday evening I presented a talk to the Dallas.NET User Group on support in WCF 4 for building REST-ful services. Here is a summary of the talk: To REST or Not To REST? Building REST-ful Services with the WCF Web Programming Model REST is defined as an architectural style for building services that embrace the principles of the web. Tony will provide concrete examples of where it makes sense to implement REST-ful web services. and Visual Studio 2010, folding in features we first saw in the REST Starter Kit, which is now largely obsolete. Tony and Zuzana's World - Saturday, September 10, 2011 - Demos from DevWeek 2010
Thanks to everyone who attended my sessions at DevWeek 2010. ll be around for the rest of the conference so drop by for a chat at our developer clinic in the exhibition area. ve now uploaded the demos which you can find at the following locations. Day of.NET 4.0 Demos. Windows Workflow Foundation 4.0 Demos. Creating WCF Services using WF4 Demos. .NET Meanderings - Wednesday, March 17, 2010 - Securing WCF Data Services using WIF
That said, depending on your scenario you might have to be a little more creative for REST-style services. This questions comes up every once in a while. Since WCF Data Services is just a normal WCF service (using the web programming model), all the typical security APIs and extensibility points apply. Here’s a quick walkthrough: Enabling WIF in the Data Service. The easiest way to get WIF wired up is by writing a custom service host factory. For accepting and converting more advanced token types like SWT or SAML, you need to plugin your own token handling. public Expression. www.leastprivilege.com - Monday, February 15, 2010 - NativeActivity – A Tricky Beast
The critical issue is getting the implementation of CacheMetadata correct – once you have identified all of the pieces of data you need stored the rest falls out nicely. I’m writing Essential Windows Workflow Foundation 4.0 with Maurice for DevelopMentor. One of the things that I think is less than obvious is the behavior of NativeActivity. What is NativeActivity I hear you ask? Well there are a number of models for building custom activities in WF4. Most “business” type custom activities will be built using a declarative model in XAML by assembling building blocks graphically. 13: {. .NET Meanderings - Tuesday, February 9, 2010 - WCF Data Services versus WCF Soap Services
m going to steal an image from the.NET Endpoint blog , because it shows how each programming model rests on top of the infrastructure provided by WCF. The truth is that RIA Services rests on Data Services, which is turn sits on top of Web HTTP Services (aka REST), which is tightly coupled to HTTP as a transport and XML, Atom or Json as a format. The other way to go is to select a REST-based programming model, which leverages the universality of the HTTP protocol and uses a URI addressing scheme. Additional Resources: White Paper on RESTful Web Services with WCF 3.5 Tony and Zuzana's World - Tuesday, April 13, 2010 - More Workflow 4 Services and duplex communications
And in the rest of this post I will show how to do just that. Yesterday I posted a long blog post explaining how to do duplex communications in a Workflow service. Its a long story but the most important points where that workflow services don’t support the same style duplex communication as WCF with the callback channel defined in the ServiceContract but rather something that is called durable duplex where the callback contract is independent and the client has to create a ServiceHost and act as a full-blown WCF service. So what is the problem with this? As it turns out it is! Enjoy! The Problem Solver - Tuesday, May 4, 2010 - WCF SOAP and REST Multi-Project Visual Studio Templates
Last year I published a REST Multi-Project Visual Studio Template on the Visual Studio Extensions Gallery, available for download from the Tools-Manage Extensions menu from within Visual Studio 2010. It’s a similar idea as the REST Template, but using SOAP services. Technical REST SOAP Visual Studio WCFWhat I like about this sort of project template is that it produces a much more realistic WCF solution with entities spit off into a separate project that is referenced from both the service and client projects. Click Download, then install the template. Enjoy. DevelopMentor Courses - Sunday, June 10, 2012 %>
| | |