|
|
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.
|
36 Articles match "Restful"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
How can I create and consume data from the Internet cloud using REST-ful data services? Here you'll learn some strategies and best practices for addressing these issues, including how to create a Data Access Layer (DAL) that insulates the rest of the application and allows you to swap out one persistence technology for another should the need arise. In this module you'll learn to expose data to web clients as a REST-ful resource, addressable with URIs that clients can interact with using standard HTTP verbs, such as GET and POST. When should I choose one over the other?
DevelopMentor Courses
- Friday, June 12, 2009
NET Architecture and Design Principles: Building Distributed Applications
We delve into the WS-* standards, as well as the REST style of software architecture popular on many large Internet services. Learn to build systems that are scalable, reliable and secure. Discussions range from object-oriented programming to enterprise patterns, networking to Web Services, caching to distributed databases, and client/database applications to very large-scale web sites. You'll get answers to these questions: How do I build scalable and reliable systems? How can I use patterns to design extensible, reusable services? Come and learn to build distributed systems!
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 3
Therefore, in this session, you'll use the many network stacks, such as WCF or simple RESTful APIs, to pull resources from your own and other domains' servers, gaining a deep understanding of the limitations of and support for cross-domain calls. Create Rich Internet Applications (RIAs) using languages and libraries that you already know. Deliver online business applications, multimedia websites, and games to Windows, Mac OS, and Linux clients. You'll get answers to these questions: How does Silverlight compare to Flash, AJAX, and WPF? How do I create an "Out Of Browser" application?
DevelopMentor Courses
- Wednesday, June 17, 2009
|
82 Articles match "Restful"
|
The Latest from DevelopMentor
|
MORE
|
|
On Being Wrong
If they could learn to apply that same Vulcan logic to the things they care about, they would realize that most of what they believe rests on a very shaky foundation. The blog The Wrong Stuff has some excellent interviews about how people deal with errors or mistakes. It reminded me of a book I wanted to read, but I never got past the book review. Basically, most experts are no better at predicting the future than a drunken monkey. Smart people are better at rationalizing and defending their opinions no matter how inane. That doesn’t mean they aren’t useful.
Handwaving
- Wednesday, August 4, 2010
The train metaphor of software development
But for the rest of the world, and with full embellishments. I’m sitting on a train from York so it seems a good time to share my train-leaving-the-station metaphor with the world. In truth, if you’ve worked with me in the last few years, or heard me speak at a conference I may already have shared it with you. Traditional software projects are like a train leaving the station. There is a big train sitting at Platform 9, we know its due to leave soon, but, well, you know what big long distance trains are like, it may well leave a little bit late. Think of our requirements document.)
Allan Kelly's Blog
- Wednesday, July 28, 2010
IIS & RESTful Services #FAIL
really? when will super duper IIS finally support non-Windows accounts for HTTP authentication? link]. see here for a complete module including IIS management integration: [link].
www.leastprivilege.com
- Wednesday, July 21, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
RESTful Web Services with WCF Screencast
I recently got the chance to record a screencast discussing REST-oriented web services in WCF. If you're interested in WCF you should definitely check it out because WCF and REST make an awesome combination. WCF-REST-Kennedy-Peepleocity.wmv 35 MB (WMV HD). cover building WCF services using REST princples, the WebGet and WebInvoke attributes, working with the SyndicationFeed & Rss20FeedFormatter classes, and configuration-free WCF hosting in IIS. You can also download the source code of the project built in the screencast. All content copyright Michael C. Kennedy.
-
Thinktecture.IdentityModel: WIF Support for WCF REST Services and OData
The latest drop of Thinktecture.IdentityModel includes plumbing and support for WIF, claims and tokens for WCF REST services and Data Server (aka OData). Cibrax has an alternative implementation that uses the WCF Rest Starter Kit. This sample is also included in the codeplex download along a similar sample for plain WCF REST services. His recent post reminded me that I should finally “document” that part of our library. Features include: generic plumbing for all WebServiceHost derived WCF services. support for SAML and SWT tokens. Setting up the Data Service. Claims. {.
www.leastprivilege.com
- Wednesday, May 5, 2010
-
Integrating Simple Web Tokens (SWT) with WCF REST Services using WIF
Since I had to do some ACS work recently, I crafted up a simple SWT integration for WCF based REST services (works in ASP.NET as well). The Simple Web Token (SWT) is a new & simple token format that was created by Microsoft, Google and others. See here for specs. The Azure platform App Fabric Access Control service e.g. uses this token type. Why yet another token type? The downsides are – it is not a widely adopted token format (current spec version is 0.9.5.1) and the lack of asymmetric signatures (e.g. X.509 based). Download here.
www.leastprivilege.com
- Monday, February 8, 2010
-
Adding a REST Endpoint to a WIF Token Service
Sometimes it is useful to have a really simple way to acquire a token from a token service – without having to fiddle around with WS-Federation or WS-Trust. Issuing a simple GET request against a token issuance endpoint seems to fulfill that requirement. So I decided to a add a simple HTTP endpoint to my STS using the WCF web programming model: [ ServiceContract ]. public interface IRestfulTokenServiceContract. {. OperationContract ]. WebGet (UriTemplate = "/?realm={realm}" realm={realm}" )]. XElement Issue( string realm); }. but i decided to keep it simple. EndpointAddress epRealm; try. {.
www.leastprivilege.com
- Friday, September 11, 2009
-
Extension Methods and Good Practice – or OI! Get Out of my Namespace!
I’ve been doing some work with the WCF REST Starter Kit for our website [link]. Tags: NET;REST;WCF Preview 2 of the start kit has a bunch of client side plumbing (the original release concentrated on the service side). Now seeing as they had a free hand to give you all sorts of processing options I was surprised there weren’t more. However, one of the assemblies with the start kit is called Microsoft.Http.Extensions. So I opened it up in Reflector and lo and behold there are a whole bunch of extension methods in there – so why wasn’t I seeing them?
.NET Meanderings
- Sunday, April 5, 2009
-
Slides and Demos from Software Architect 2009 are now available
Tags: NET;Azure;REST;RSK;WCF;WF
.NET Meanderings
- Friday, October 2, 2009
-
IIS & RESTful Services #FAIL
really? when will super duper IIS finally support non-Windows accounts for HTTP authentication? link]. see here for a complete module including IIS management integration: [link].
www.leastprivilege.com
- Wednesday, July 21, 2010
|
|
|