| |
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.
|
25 Articles match "2012","Restful"
| Related DevelopMentor Courses | MORE | | 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 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 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 |
46 Articles match "2012","Restful"
| The Latest from DevelopMentor | MORE | | What is the right size for a User Story? If one story is going to take more than half the Sprint you need one or more stories to use the rest of it up. A question that comes up again and again from teams is “What is the right size for a User Story?” - a day? three weeks? 1 point? points? 10 points? Short answer: there isn’t a universal right size for a User Story, it depends on your team, their skills and their level of domain knowledge. Long answer: for some teams a User Story is Big, several days or weeks work. On other teams they are small - maybe a days work. Both are possible, both are the right answer. Allan Kelly's Blog - Monday, December 10, 2012 Unspoken Cultural differences in Agile & Scrum then we should see it spread out to the rest of the world. For a while now I’ve been convinced that a lot of “Agile” is about cultural differences. In particular I believe the canonical version of Scrum, which I often refer to as Hard Core Scrum or Scrum™ is rooted in 1990’s American software management culture. Unfortunately the role of culture behind many Agile techniques and methods isn’t really stated. This make it even more important to work out what Agile means to you and which tools work in your environment and culture. Take stand-up meetings for example. hated it. Allan Kelly's Blog - Wednesday, October 31, 2012 Dialogue Sheets feedback and stories The sheet and rules (when followed) prevent the Scrum Master from falling into a "team leaderish" role when the rest of the team gets lazy and wont't bother to involve in the process - they all have to take their part of a common responsibility for getting through the questions and to the end of the "game".and Retrospective Dialogue Sheets continue to be a popular download, and I’m off to Sweden in a couple of weeks to present the sheets at Oredev. few months ago Gail from Siemens Healthcare e-mailed me to tell me how she had used the sheets to conduct a distributed retrospective. Allan Kelly's Blog - Tuesday, October 23, 2012 | -
| The Best from DevelopMentor | MORE | - 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 - 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 - 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 - Wat doe ik met HTML5 op de Microsoft TechDays 2012?
Uiteraard ben ik ook dit jaar weer aanwezig op de Microsoft TechDays 2012. Ik doe dit jaar twee sessies: Op vrijdag middag doe ik een sessie over het maken van een HTML5 client voor REST services. Het maken van een REST service is pas deel een van een oplossing. TheProblemSolver DotNetEvents.NET DevDays REST dotnetmag HTML5Voor degene die het gemist hebben de TechDays zijn dit jaar van 15 t/m 17 februari in Den Haag. Nadat deze er is moet er meestal ook een grafische interface voor gemaakt worden. The Problem Solver - Thursday, January 12, 2012 - Using SignalR for real time data updates
To be fair the JavaScript would be using jQuery in most cases and would be quite trivial to write against some REST service. Replacing a REST service with SignalR Suppose the client doesn’t load the data using a REST service but uses SignalR instead. REST HTML5 ASP.NET MVC SignalRIn a previous post I showed how easy it is to create a simple chat application using SignalR. And chatting on the internet might be popular but as it turns out there are rather a lot of applications that need to do more than just chat. And that will remain so until reloads the data. Enjoy! The Problem Solver - Wednesday, July 25, 2012 - Roll Your Own REST-ful WCF Router
However, as the MSDN documentation for the WCF Router states, “ The Routing Service does not currently support routing of WCF REST services. The reason is fairly simple: the WCF Routing Service performs routing of messages in a way that is independent of the underlying transport, whereas a REST-based architecture is deeply rooted in the HTTP protocol and relies on the URI for delivery semantics. While the ASP.NET MVC or the new ASP.NET Web API might seems like attractive options, WCF is the way to go if you need to accommodate both Soap-based and Rest-ful clients. Enjoy. DevelopMentor Courses - Tuesday, April 24, 2012 - Query composition with the ASP.NET Web API
Having the ASP.NET Web API as a REST service returning data is kind of nice but to be efficient on the wire we don’t want to return more data that required only to discard it in the client. NET REST HTML5 WebAPI ASP.NET MVCAs we have seen in a previous post just returning a collection data was real easy. As it turns out changing the service so the client can filter data is almost just as easy. In the previous example we returned an IEnumerable. All we need to do is change this to return an IQueryable and most of the work is done. 1: public class ProductsController : ApiController. The Problem Solver - Wednesday, March 21, 2012 %>
| | |