Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search AppFabric
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
AppFabric
»
AppFabric Community Blogs via Syndication
»
All Tags
»
asp.net
Browse by Tags
AppFabric
This is the top level group for Microsoft AppFabric. Find blogs, samples, videos, and learning resources for Platform Azure AppFabric and Windows Server AppFabric here.
Get this RSS feed
Home
Blog
Files
Wiki
Archives
Archives
May 2013
(7)
April 2013
(8)
March 2013
(10)
February 2013
(5)
January 2013
(9)
December 2012
(7)
November 2012
(6)
October 2012
(6)
September 2012
(5)
August 2012
(5)
July 2012
(14)
June 2012
(14)
May 2012
(10)
April 2012
(15)
March 2012
(10)
February 2012
(17)
January 2012
(16)
December 2011
(22)
November 2011
(28)
October 2011
(21)
September 2011
(14)
August 2011
(27)
July 2011
(25)
June 2011
(33)
May 2011
(57)
April 2011
(33)
March 2011
(33)
February 2011
(33)
January 2011
(47)
December 2010
(22)
November 2010
(21)
October 2010
(5)
September 2010
(4)
August 2010
(2)
June 2010
(10)
May 2010
(7)
April 2010
(3)
March 2010
(4)
February 2010
(1)
January 2010
(4)
December 2009
(1)
November 2009
(2)
Tags
.NET
AppFabric
AppPool
ASP.NET MVC
Azure
Chrome
DotNed
dotnetmag
Futures
HTML5
Knockout
Modernizr
NuGet
Podcast
REST
Silverlight
VS2010
WCF
WebAPI
webcast
WebSockets
WF4
Windows Azure
Windows Communication Foundation
Workflow
Tagged Content List
Blog Post:
Unit testing code depending on the ASP.NET #WebApi HttpClient
Syndicated AppFabric Author
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 client application contains the following class...
on
Mon, May 20 2013
Blog Post:
Unit testing a ASP.NET WebAPI controller
Syndicated AppFabric Author
One of he goals of the ASP.NET WebAPI is to make REST style API controllers more testable than more traditional WCF services where in the past. For the most part that is true but there are cases where an ApiController depends on the actual incoming request and its data and things can become a bit more...
on
Sun, May 12 2013
Blog Post:
WCF Data Services and Web API with OData; choices, choices.
Syndicated AppFabric Author
Back in 2010, I wrote a course for Pluralsight on OData which covers the protocol in general and introduces the viewer to the client and server programming model. This year, Microsoft released updates to the ASP.NET Web API which includes support for OData in the controllers. Since this latest...
on
Tue, Apr 2 2013
Blog Post:
Enabling Tincr on Windows 8
Syndicated AppFabric Author
Some time ago I posted a blog post on Tincr and live reloading of CSS/JavaScript in Google Chrome. This works really well with one exception, on Windows 8 it will not install. When you try Chrome shows the following error message: This application is not supported on this computer. Installation has been...
on
Fri, Dec 21 2012
Blog Post:
Tincr and live reloading of CSS/JavaScript in Google Chrome
Syndicated AppFabric Author
The standard workflow with web development is run the web application, make some changes to your CSS in Visual Studio, flip back to the browser and reload the page to see the effect. While this works relatively well it can be somewhat slow at times. One improvement is make changes to your CSS...
on
Sat, Nov 17 2012
Blog Post:
Demos and slides from my HTML5 and REST presentation in Belgium last week
Syndicated AppFabric Author
HTML5 & rest services View more PowerPoint from Maurice Beijer You can download the ASP.NET WebAPI demo here and the SignalR demo here . Enjoy! TheProblemSolver DotNetEvents Blog Post by: Maurice
on
Tue, Apr 3 2012
Blog Post:
DotNed podcast: Jeff Prosise about the future with Silverlight, HTML5/JavaScript and Windows 8
Syndicated AppFabric Author
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 Thanks to out sponsor RedGate . http://dotned...
on
Fri, Mar 23 2012
Blog Post:
Client side support with the ASP.NET Web API
Syndicated AppFabric Author
With REST there is not a lot required on the client as far as sending requests goes. As long as you can send HTTP GET requests you are good to go and there are very few programming stacks that don’t allow for some form of doing that. Of course just doing an HTTP GET is going to give you some data back...
on
Tue, Mar 13 2012
Blog Post:
Updating data with the ASP.NET Web API
Syndicated AppFabric Author
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 to retrieve it. A quick recap of REST and...
on
Mon, Mar 12 2012
Blog Post:
Getting started with the ASP.NET Web API
Syndicated AppFabric Author
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 this is much more that just a name change. For starters...
on
Fri, Mar 9 2012
Blog Post:
WebAPI or WCF?
Syndicated AppFabric Author
I’ve been part of several conversations over the past few weeks where someone posited the question: Now that WebAPI is out, how do I (or my customers) decide when to use it or WCF? This question actually has many different flavors? Is WCF done? Does WebAPI replace WCF? Should I stop using WCF HTTP? Why...
on
Tue, Feb 28 2012
Blog Post:
DotNed podcast: Client web ontwikkelingen met Steve Sanderson
Syndicated AppFabric Author
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 maakt binnen HTML/JavaScript applicaties. Je kan...
on
Tue, Feb 21 2012
Blog Post:
Controlling when the value is updated with Knockout.js
Syndicated AppFabric Author
In the previous blog post about Knockout.js I showed why and how to get started with Knockout.js. And I explained that the reason I really like Knockout.js is that it is a very familiar way of working with its MVVM style. I created a small demo where we could update the first and last name of a person...
on
Wed, Feb 8 2012
Blog Post:
Deploying SqlServerCe with an ASP.NET MVC application
Syndicated AppFabric Author
Using Entity Framework Code First together with SqlServerCe is a great way to work with small databases in ASP.NET MVC applications. I have several web applications running on shared hosting sites where SqlServerCe is the database engine under the hood. Deploying is also quite easy. I typically use the...
on
Tue, Jan 24 2012
Blog Post:
HTML5, Google Chrome Frame and older browsers
Syndicated AppFabric Author
Consider the following problem: You might be tempted to start working with HTML5 features in your web applications but you have to support older bowsers. So for many HTML5 features there are polyfills available that will let you make older browsers like Internet Explorer 7 or 8 work with the newer...
on
Thu, Dec 8 2011
Blog Post:
HTML5 and Cross-Origin Resource Sharing call
Syndicated AppFabric Author
Services 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...
on
Thu, Nov 17 2011
Blog Post:
Using HTML5 WebSockets
Syndicated AppFabric Author
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 calls back to the server but basically you are...
on
Fri, Nov 11 2011
Blog Post:
Aggregating RSS Feeds in C# and ASP.NET MVC 3
Syndicated AppFabric Author
I’m working on a Windows Phone project that requires me to surface up multiple RSS feeds as a single source. I needed a way to do this quickly and easily, and with a little help from friends on Twitter (particularly a suggestion from @bertcraven) I found a nice way to accomplish this using the SyndicationFeed...
on
Wed, Nov 9 2011
Blog Post:
Customizing the HTML5 checks Modernizr does
Syndicated AppFabric Author
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 the default Modernizr JavaScript file. Fortunately...
on
Wed, Nov 9 2011
Blog Post:
Customizing the checks Modernizr does
Syndicated AppFabric Author
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 the default Modernizr JavaScript file. Fortunately...
on
Wed, Nov 9 2011
Blog Post:
HTML 5 feature detection aka Modernizr
Syndicated AppFabric Author
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 yesterday in Internet Explorer 9 I sill see the following...
on
Tue, Nov 8 2011
Blog Post:
HTML5 feature detection aka Modernizr
Syndicated AppFabric Author
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 yesterday in Internet Explorer 9 I sill see the...
on
Tue, Nov 8 2011
Blog Post:
HTML5 - Server-Sent Events
Syndicated AppFabric Author
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 fortunately there are some nice polyfills to take...
on
Mon, Nov 7 2011
Blog Post:
HTML 5 - Server-Sent Events
Syndicated AppFabric Author
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 fortunately there are some nice polyfills to take...
on
Mon, Nov 7 2011
Blog Post:
Building rich HTML 5 clients using REST services recording
Syndicated AppFabric Author
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. You 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...
on
Thu, Nov 3 2011
Page 1 of 2 (45 items)
1
2