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
»
nuget
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
(5)
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
Access Control Service
ACS
ASP.NET
ASP.NET MVC
Azure
Data Access
Deep Linking
DotNed
dotnetmag
ELMAH
Futures
HTML5
Modernizr
Podcast
Push Notification
RavenDB
REST
VS2010
VS2012
WCF
WebAPI
Windows Azure
Windows Phone
Tagged Content List
Blog Post:
Using RavenDB with ASP.NET MVC 4
Syndicated AppFabric Author
Some people might have wondered why I used ASP.NET MVC 3 in my previous blog post . The reason is that the RavenDB.Client package uses Newtonsoft.Json and ASP.NET MVC 4 also has a dependency on Newtonsoft.Json. In itself this isn’t a problem except that RavenDB requires Newtonsoft.Json version 4.0.8...
on
Mon, Nov 26 2012
Blog Post:
Visual Studio 2012 and NuGet packages
Syndicated AppFabric Author
Last year I wrote about installing missing NuGet packages and Visual Studio projects. That works well but it does require using a command line version of NuGet . It turns out that this has become a lot easier in VS2012 and is supported natively from within Visual Studio. Enabling...
on
Fri, Sep 7 2012
Blog Post:
DotNed podcast: Patriek van Dorp over NuGet packages voor Windows Azure
Syndicated AppFabric Author
In deze podcast spreekt Maurice de Beijer met Patriek van Dorp over zijn TechDays presentatie over NuGet packages voor Windows Azure. Links: Blog: http://patriekvandorp.net TechDays presentaties: http://www.techdays.nl/AgendaDetail.aspx?cid=2271 Wazug: http://www.wazug.nl/ NuGet: http://nuget.org/ Presentatie...
on
Fri, Apr 6 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:
Unable to find assembly references that are compatible with the target framework ‘Silverlight,Version=v4.0, Profile=WindowsPhone71′
Syndicated AppFabric Author
Yes, that title is a mouthful. But this title is as cryptic as the error that can get generated when trying to install a NuGet package: Install-Package : Unable to find assembly references that are compatible with the target framework 'Silverlight,Version=v4.0,Profile=WindowsPhone71'. At line...
on
Wed, Nov 30 2011
Blog Post:
Adding Push Notification Support to Your Windows Phone Application
Syndicated AppFabric Author
A couple days ago I wrote a post on outsourcing user authentication in a Windows Phone application, demonstrating how easy it is to leverage the Windows Azure Access Control service in your Windows Phone application. The solution is built using a set of NuGet packages that our team has built for Windows...
on
Fri, Nov 18 2011
Blog Post:
Outsourcing User Authentication in a Windows Phone Application
Syndicated AppFabric Author
Yesterday I shared all the NuGet packages we’re building to make it easy to build Windows Phone and Windows Azure applications. Today I wanted to share how easy it is to build a Windows Phone application that leverages the Windows Azure Access Control service. The Phone.Identity.AccessControl.BasePage...
on
Wed, Nov 16 2011
Blog Post:
NuGet Packages for Windows Azure and Windows Phone Developers
Syndicated AppFabric Author
If you’ve been paying attention to the Windows Azure Toolkit for Windows Phone (or my twitter feed) the last couple weeks, you’ve probably noticed something about NuGet packages. We’ve been building a lot of Windows Phone and Windows Azure NuGet packages that, when composed together, give you the ability...
on
Tue, Nov 15 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:
Using ELMAH in Windows Azure with Table Storage
Syndicated AppFabric Author
In this week’s episode of Cloud Cover, Steve and I covered Logging, Tracing, and ELMAH in Windows Azure. Steve explored the first two topics while I looked into ELMAH in Windows Azure. You should make sure and take a look at his posts – they’re useful: Printf(“HERE”) in the Cloud Lightweight Tracing...
on
Thu, Aug 18 2011
Blog Post:
Using the WCF Web API in an ASP.NET MVC application
Syndicated AppFabric Author
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 be using IIS and host the REST service as part of...
on
Mon, Jun 13 2011
Blog Post:
Adding the WCF Web API to a project
Syndicated AppFabric Author
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 to add that information. The easiest way...
on
Wed, Jun 1 2011
Blog Post:
Entity Framework 4.1 power tools
Syndicated AppFabric Author
The EF team at Microsoft just release a first CTP of the EF 4.1 Power Tools making it even easier to do Code First development with an existing database. Guess it isn’t really code first in that case but database first I did a quick test with an existing database, Northwind to be exact, and it...
on
Thu, May 19 2011
Blog Post:
Inversion of control and WCF
Syndicated AppFabric Author
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 and thereby easier to reuse and unit test. When...
on
Tue, Apr 19 2011
Blog Post:
NuGet and projects under source control
Syndicated AppFabric Author
NuGet is one of those awesome additions to Visual Studio that I wonder how I could have gone for that long without it. And as I am not the only one who likes it we had a bit of a discussion on Twitter last week about how to go about using NuGet with projects under source control that are shared by multiple...
on
Tue, Apr 12 2011
Page 1 of 1 (16 items)