| |
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.
|
27 Articles match "2011","Restful"
| Related DevelopMentor Courses | MORE | | Self Hosted Web API / Nuget Gotcha Yet again bitten by the Client Profile.NET;REST;WCFJust a heads up that when self hosting the new WCF Web API. By default if you try to add the Web API references via Nuget you will get a failure (E_FAIL returned from a COM component). This is due to the likely project types (Console, Windows Service, WPF) defaulting to the client profile rather than the full framework. If you change the project to the full framework the Nuget packages install correctly. DevelopMentor Courses - Wednesday, June 15, 2011 Service-Orientation Today and Tomorrow Training WCF REST REST is another architectural style for building services ? often also called RESTful services. REST embraces HTTP as an application protocol and uses URIs to address pieces of functionality in a service. which allows building RESTful services with an easy to use API. And finally, we&aposll learn the fundamentals of REST, as well as why and when RESTful services make sense. Are you someone who would like to develop solutions for today"s problems and be prepared for future challenges? We have the course for you! Starting with.NET 3.5, DevelopMentor Courses - Tuesday, March 1, 2011 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. 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. Building WCF REST Services WCF 3.5 dynamic typing from C# 4.0, and 5.0 DevelopMentor Courses - Tuesday, March 1, 2011 |
53 Articles match "2011","Restful"
| The Latest from DevelopMentor | MORE | | SSD + SATA = Best of Both Worlds used Disk Inventory X to try and figure out where all the space went and was able to free up some of it, but I also run a Windows 7 virtual machine using Parallels Desktop , which takes up about 70 GB, and the rest of the space was taken up by stuff I wanted to keep or was difficult to extricate. However, the instructions that came with it did not cover my model (early 2011) and were too high level for me to feel confident about. Every once and a while I pull something off that makes me smile. While I enjoyed the improved speed of the solid state drive, I soon ran out of space. DevelopMentor Courses - Monday, April 2, 2012 2011 Recap thought I would start by taking a look back at 2011 and recapping some of my experiences, with a sneak peek at blogging topics I plan to cover in the next several weeks. On a personal level, we added a new member to our family: Kornelius Aaron Sneed, born February 8, 2011. From a professional standpoint, 2011 was also an interesting year. 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. He is the youngest of our three children. Cheers, Tony. Tony and Zuzana's World - Tuesday, January 31, 2012 HTML5 and Cross-Origin Resource Sharing call ASP.NET REST dotnetmag HTML5 CORSServices are becoming more important with richer HTML5 style applications. But by default the browser will let you call into a service on the originating domain but not another one. And that means you have to include all your services one the same domain, not very practical. And worse if you want to use a 3rd part service you can’t call this directly from the your JavaScript code. technique that has been used for quite some time to solve this problem is JSONP. To demo CORS I am using two real simple ASP.NET MVC applications. 1: public ActionResult Data(). Maurice de Bejeir - Thursday, November 17, 2011 | -
| The Best from DevelopMentor | MORE | - 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 - Using the WCF Web API in an ASP.NET MVC application
Now that works but it is far more likely that you will want to be using IIS and host the REST service as part of a web application. So in this blog post I am going to show how to do the normal thing I Created an ASP.NET MVC 3 app to host the REST service. non browser client application can consume this REST service quite easily using a standard HTTP API available. www.dotnetevents.nl.NET WCF ASP.NET VS2010 Futures NuGet RESTjust prefer the MVC approach, you might not. Just like in this post we can add a reference to the WCF Web API to our project. repo = repo; }. The Problem Solver - Monday, June 13, 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 - 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 - Using HTTP methods in a REST service
When REST came along and it embraced the HTTP standard is also embraced the HTTP verbs. And it turns out that makes perfect sense because REST is about resources. www.dotnetevents.nl.NET WCF REST dotnetmagIn a normal language like English we use verbs all the time to describe what we are doing. So I guess the designers of the HTTP specs must have thought why not do the same with the HTTP protocol. And that makes perfect sense. In the HTTP spec these are called methods but commonly these are also names verbs. Sounds familiar? What about SOAP messages? Safe actions. Enjoy! The Problem Solver - Thursday, August 25, 2011 %>
| | |