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 » ASP.NET » .NET (RSS)
Unit testing code depending on the ASP.NET WebApi HttpClient
In a previous post I showed how to unit test an ASP.NET WebAPI Controller. But with a REST service there is both a client and a service component. Assuming for a moment the client part is also written in C# we should test that as well. In this case the...

Posted by Maurice | 1 comment(s)

Filed under: , , ,

DotNed podcast: Jeff Prosise about the future with Silverlight, HTML5/JavaScript and Windows 8
In this podcast Dennis Vroegop speaks with Jeff Prosise about the future of software development for the .NET developer. Links: Blog: http://www.wintellect.com/cs/blogs/jprosise/ TechDays presentation : http://www.techdays.nl/SprekerDetail.aspx?cid=2136...

Posted by Maurice | with no comments

Updating data with the ASP.NET Web API
  In the previous blog post I demonstrated how to get started with the ASP.NET Web API and retrieve some products data from the Northwind database. Something that was really easy to do But quite often we want to update data just as much as we want...

Posted by Maurice | with no comments

Filed under: , , , ,

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: , , , , ,

DotNed podcast: Client web ontwikkelingen met Steve Sanderson
In deze, tijdens de TechDays opgenomen, podcast spreekt Maurice de Beijer met Steve Sanderson over de toekomst van web development met de moderne browsers. Ze spreken ondermeer over Knockout.js, een JavaScript library die MVVM stijl databinding mogelijk...

Posted by Maurice | with no comments

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)

Customizing the HTML5 checks Modernizr does
In the previous blog post I demonstrated how to use Modernizr to test for the availability of HTML 5 features. Doing so was quite easy but as every test is always performed to add CSS classes to the <html> element there is a bit of overhead in using...

Posted by Maurice | with no comments

HTML5 feature detection aka Modernizr
Yesterday I blogged about using the new Server-Sent Events or the EventSource object to send messages from the server to the client. But what happens if I try to do this in a browser that doesn’t support Server-Sent Events? If I run the code from...

Posted by Maurice | 2 comment(s)

HTML5 - Server-Sent Events
There are a lot of cool new features and one of these is Server-Sent Events . According to CanIUse.com Server-Sent Events are usable on almost half of the modern browsers. And as is often the case Internet Explorer is the big missing piece again. But...

Posted by Maurice | 2 comment(s)

Filed under: , , ,

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: , , , , ,

HTML5 slides and demo code
Below is are the links to the slides and demo code from my HTML 5 presentation I did yesterday evening at the DotNed user group meeting hosted by 4DotNet in Meppel. Slides (Dutch language) Code   The slides are also on SlideShare here .   HTML5...

Posted by Maurice | 1 comment(s)

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

#DotNed Podcast: Mirjam van Olst over SharePoint
In deze podcast spreekt Maurice de Beijer met de SharePoint Chick, Mirjam van Olst, over SharePoint. Mirjam vertelt wat je allemaal kan doen met SharePoint en hoe je als ontwikkelaar met SharePoint aan de slag kan. http://dotned.nl/PodCasts.aspx?id=13...

Posted by Maurice | 1 comment(s)

New #DotNed podcast: A conversation with Scott Hanselman about Windows Azure, iCloud and scalability
  In this podcast Maurice de Beijer speaks with Scott Hanselman about web development. They discuss the move of Scott Guthrie to the Azure team and what this will mean for the average web developer. They also talk about WebMatrix, iCloud and scalability...

Posted by Maurice | with no comments

#dotNed Podcast: Security met Alex Thissen
In deze podcast spreek ik met Alex Thissen over het beveiligen van applicaties. Ze bespreken veel voorkomende kwetsbaarheden en wat je kan doen om je hier tegen te verdedigen. Ook hebben ze het over federated security en Windows Identity Foundation en...

Posted by Maurice | with no comments

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: , , , , ,

Mijn agenda voor de DevDays 2011
Nog een paar dagen en het is weer DevDays tijd. Maar waar ben ik te vinden tijdens de DevDays? Ten eerste sta ik als op de web development stand voor Ask The Expert voor de sessions. Dat is altijd leuk om te doen en het verbaast me soms met wat voor problemen...

Posted by Maurice | with no comments

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 »