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.

196 Articles match "Restful"

  • The Best from DevelopMentor

    196 Results found
    Showing page 1 of 20   Next >

  • Secure WCF REST Services with a Custom UserNamePasswordValidator
    < serviceBehaviors > < behavior > < serviceCredentials > < userNameAuthentication userNamePasswordValidationMode = " Custom " customUserNamePasswordValidatorType = " Security.PasswordValidator, Security " /> </ serviceCredentials > </ behavior > </ serviceBehaviors > This is all fine and dandy, but it assumes that clients will only be talking Soap – what about REST-ful clients who don’t know a thing about Soap? Technical REST Security WCFDownload the code for this blog post here. netsh http add sslcert ipport=0.0.0.0:2345
    DevelopMentor Courses - Monday, May 28, 2012
  • Using HTTP status codes in a REST service
    When we are building REST service we embrace HTTP and as a result we also embrace all the HTTP status codes, not just 200 and 500. www.dotnetevents.nl.NET WCF REST dotnetmagWhen we build services, or write any code for that matter, error can occur and we have to cater for those. With SOAP service we gibe a calling application information about the error by returning a SOAP fault. This SOAP fault is just another piece of XML informing the calling application about whatever was wrong. But there are far more status codes we can use. For example a database connection failed. else. {.
    The Problem Solver - Wednesday, July 20, 2011
  • Building rich HTML 5 clients using REST services
    You can download the slide from my session on Building rich HTML 5 clients using REST services here and the sample application using the WCF Web API here. www.dotnetevents.nl.NET WCF webcast ASP.NET REST dotnetmag HTML5The slides are also available on SlideShare. Enjoy! www.TheProblemSolver.nl
    The Problem Solver - Wednesday, October 26, 2011
  • Building rich HTML 5 clients using REST services recording
    For those who missed the online event about building JavaScript and HTML 5 client for a REST service build using the new WCF Web API the recordings are up. www.dotnetevents.nl.NET WCF webcast ASP.NET REST HTML5You can download the hi res recording here or download one of the other formats from the main page here. And remember there a bunch of other useful recording from other DevelopMentor instructors on the same page. Enjoy! www.TheProblemSolver.nl
    The Problem Solver - Thursday, November 3, 2011
  • On building Restful services
    lot of people will be familiar with writing SOAP style services but not everyone is quite as familiar with the REST approach so I guess that takes a bit of explanation. This subject is a bit long for a single blog post so I am going to do a number explaining what REST is, the difference with SOAP and how to build these Restful services using the WCF Web API. Of course the WCF Web API is still in a preview state so some of the technical things are subject to change over time but the general principal of building Restful services isn’t going to change a lot. Enjoy!
    The Problem Solver - Tuesday, June 21, 2011
  • 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
  • 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.
    Michael C. Kennedy's Weblog - Tuesday, March 24, 2009
  • Building Scalable and Secure WCF Services
    Here is a web.config file with custom SOAP and REST bindings and Keep-Alive disabled. keepAliveEnabled = " false " /> </ binding > < binding name = " rest-secure-nokeepalive " > < webMessageEncoding /> < httpsTransport manualAddressing = " true ". The sample project contains the necessary binding configurations for both SOAP and REST style endpoints. Technical REST SOAP WCFThe key to building scalable WCF services is to eliminate binding configurations that could result in server affinity. Download the code for this blog post here.
    DevelopMentor Courses - Monday, June 18, 2012
  • Excellent rest met de WebAPI #TechDaysNL
    De PowerPoint slides Excellent rest met de web api from Maurice Beijer En hier staat de bron code. NET REST WebAPI TechDaysEnjoy!
    The Problem Solver - Monday, March 11, 2013
  • Ninject WCF Extensions for RESTful Services
    had the need recently to set up a REST-style WCF Services project and wanted to use Ninject for DI with it. Luckily, the Ninject WCF Extension project had been updated to support REST, so I updated the Nuget package and discovered the project would not compile. Typically when exposing a REST-type endpoint from a WCF service, you would leverage the ASP.NET UrlRoutingModule by adding a ServiceRoute to the RouteTable in the Application_Start method of your Global.asax.cs Browsing to the REST-endpoint, and appending /help to the url, displays a list of available operations.
    DevelopMentor Courses - Sunday, April 8, 2012
<< 1 2 3 ... 19 20 >>
%>