The Problem Solver

Tell me and I will forget
Show me and I will remember
Involve me and I will understand
- Confucius -

Google Ads

This Blog

Syndication

Search

Tags

News





  • View Maurice De Beijer's profile on LinkedIn

Community

Email Notifications

Explore

Archives

Browse by Tags

All Tags » WCF » .NET (RSS)
Getting started with the ASP.NET Web API
Some time ago I did a number of blog posts about the beta versions of the WCF Web API . As it turns out the WCF Web API team has moved into the ASP.NET team, a good thing as far as I am concerned, and as a result it is now called ASP.NET Web API . Now...

Posted by Maurice | 1 comment(s)

Filed under: , , , , ,

Getting Started with WCF and Rest material
Thanks everyone for joining in with the DevelopMentor webinar I did last night on Getting Started with WCF and Rest . If you want to take another look at the slides or samples you can download them using the links below: PowerPoint slides . ASP.NET MVC...

Posted by Maurice | with no comments

Filed under: , , , , ,

Using HTML5 WebSockets
In previous blog posts I wrote about using Server-Sent Events so send data from the server to the browser. This works but has the drawback that it is a one way messaging from the server to the browser. There is nothing preventing you from doing ajax style...

Posted by Maurice | 1 comment(s)

Building rich HTML5 clients using REST services recording
For those who missed the online event about building JavaScript and HTML5 client for a REST service build using the new WCF Web API the recordings are up. You can download the hi res recording here or download one of the other formats from the main page...

Posted by Maurice | 2 comment(s)

Filed under: , , , , ,

Getting Started with WCF and Rest Services recording
The recording for the webinar I did on October 4th about getting started with REST services and the WCF Web API is available on the DevelopMentor website. You can watch the video stream from here or download the file, even in mobile format, from here...

Posted by Maurice | with no comments

Filed under: , , , , ,

Building rich HTML5 clients using REST services
You can download the slide from my session on Building rich HTM 5 clients using REST services here and the sample application using the WCF Web API here . The slides are also available on SlideShare . Building rich HTML 5 clients using REST services View...

Posted by Maurice | with no comments

Getting started with REST services and the WCF Web API
You can download the demos and slides from the “Getting started with REST services and the WCF Web API” webinar. Slides Demos   Or watch the slide on SlideShare here .   Don’t forget about part 2 on “Building rich HTML 5 clients using REST services...

Posted by Maurice | with no comments

Filed under: , , , , ,

Using HTTP methods in a REST service
In 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...

Posted by Maurice | 3 comment(s)

Filed under: , , ,

Using HTTP status codes in a REST service
When 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...

Posted by Maurice | 1 comment(s)

Filed under: , , ,

Ontwikkelen van REST services met de WCF Web API
Sorry Dutch language only.   Mijn artikel over het ontwikkelen van REST services met de WCF Web API is nu online. Het is hier te vinden.   Enjoy!   www.TheProblemSolver.nl www.dotnetevents.nl

Posted by Maurice | with no comments

Filed under: , , ,

About logins and searches as resources
A reader posted a question in my blog post about REST services and URL’s about modeling search and login as a resource. As this is an important concept I decided not to add a comment but write another blog post about this.   About using http://localhost...

Posted by Maurice | 2 comment(s)

Filed under: , , ,

REST services and URL’s
When designing and building REST services the URL’s used take on a rather important part. So it pays to think a lot about the URL structure up front.   Basically a URL is used to identity a recourse. So it kind of behaved like a primary key in a...

Posted by Maurice | 3 comment(s)

Filed under: , , ,

On building Restful services
I recently did a few blog posts showing the basics of how to get started with the WCF Web API but before I continue I think it is best to start with the why instead of how . A lot of people will be familiar with writing SOAP style services but not everyone...

Posted by Maurice | 2 comment(s)

Filed under: , , ,

WCF Express Interop Bindings
WCF might use the WS-* SOAP standard for communications but the WS-* specs leave vendors with a lot op maneuvering room when it comes to how to exactly implement things. As a result doing interoperable work between WCF and, for example, an IBM WebSphere...

Posted by Maurice | with no comments

Filed under: , ,

Using the WCF Web API in an ASP.NET MVC application
Warning: This post is based on a prerelease version of the WCF Web API   In my previous blog post I showed how to add to and use the new WCF Web API a console application using NuGet. Now that works but it is far more likely that you will want to...

Posted by Maurice | 1 comment(s)

Adding the WCF Web API to a project
Warning: This post is based on a prerelease version of the WCF Web API   In my previous blog post I showed how to get started with the new WCF Web API but one thing I skipped is how to install and add it to your project first. So in post I am going...

Posted by Maurice | 3 comment(s)

Getting started with the WCF Web API
Warning: This post is based on a prerelease version of the WCF Web API   When designing services the REST style is becoming more and more popular. Not that REST is anything new, it has been around for some time. The fact that WCF supports REST services...

Posted by Maurice | 2 comment(s)

Filed under: , , , , ,

Guerrilla Enterprise .NET Copenhagen
For those that attended the Guerrilla Enterprise .NET course last week in Copenhagen and didn't get a change to download all the sample you can download all the demos Richard Blewett, Dominick Baier and I wrote from here . And thanks for being there...

Posted by Maurice | with no comments

Inversion of control and WCF
Lots of people like to use in inversion of control container, usually shortened to IOC, to inject dependencies into classes. The are lots of reasons for doing so but in the end they mostly boil down to separation of concern which makes thing more modular...

Posted by Maurice | with no comments

Filed under: , , ,

Turbo charge your applications with AppFabric caching
  Below are links to the PowerPoint sheets and the sample I used for my webinar yesterday evening. The session itself was recorded and will be available soon, link to follow.   PowerPoint Sample   Enjoy!   www.TheProblemSolver.nl www...

Posted by Maurice | 4 comment(s)

More Posts Next page »