Sign in
Forward Thinking
All things WCF...
Follow @piyushjo
About
Email Blog Author
RSS for posts
OK
Azure
Configuration
Metro
Security
Service Bus
WCF
WCF 4.5
Windows 8
WSDL
Archives
June 2012
(1)
November 2011
(2)
October 2011
(7)
September 2011
(3)
MSDN Blogs
>
Forward Thinking
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Forward Thinking
Error "An extension of name '<x>' already appears in extension collection" with .Net 4.5 RC?
Posted
11 months ago
by
PiyushJo
0
Comments
Do you happen to see any of the following errors when you upgrade your machine to .Net 45? System.Configuration.ConfigurationErrorsException: An extension of name ' udpTransport ' already appears in extension collection. Extension names must be unique...
Forward Thinking
Windows Azure Service Bus – Push based programming approach
Posted
over 2 years ago
by
PiyushJo
2
Comments
While working with Azure Service Bus, either with the queue or with the topic/subscription, you need to explicitly write code to pull messages from the queue or from the subscription. A typical pattern looks like the following: Code Snippet // Create...
Forward Thinking
Calling a WCF service from a Metro application – service deployed in Azure
Posted
over 2 years ago
by
PiyushJo
0
Comments
Alright then – lets move the WCF service to the cloud! Scenario – This is another take on my “Sunny or Cloudy” metro application we developed in my first post . We will make it visually appealing! And how do I plan to do that? Have you noticed how in...
Forward Thinking
Calling a WCF service from a Metro application – cross machine scenario
Posted
over 2 years ago
by
PiyushJo
2
Comments
So you have developed your WCF service to be consumed by your Metro client application – you would likely have done the development on your local machine. What is the next step [before we move to Azure ] ? You will probably take your service and deploy...
Forward Thinking
What’s new in WCF 4.5 – Tooltips & IntelliSense
Posted
over 2 years ago
by
PiyushJo
1
Comments
So continuing on my WCF 4.5 posts - and expanding on the configuration simplicity theme - I'll dedicate this one to the simplification efforts we have done to ease configuring WCF services. Tooltips support and extended IntelliSense Many folks have a...
Forward Thinking
WCF in Metro apps – supported functionality
Posted
over 2 years ago
by
PiyushJo
4
Comments
I wanted to do this quick post to outline the supported functionality in terms of commonly used APIs for WCF in Metro apps. I am not listing each and every included API in this post but just listing the top level ones which are commonly used to give you...
Forward Thinking
Calling a WCF service from a Metro application – adding security
Posted
over 2 years ago
by
PiyushJo
0
Comments
[Updated for Win8/Dev11 Beta] This is an extension to my earlier post - http://blogs.msdn.com/b/piyushjo/archive/2011/10/10/calling-a-wcf-service-from-a-metro-application.aspx where I did a walkthrough of calling a WCF service hosted locally on the...
Forward Thinking
Calling a WCF service from a Metro application
Posted
over 2 years ago
by
PiyushJo
1
Comments
[Updated for Win8/Dev11 Beta] In this post, we will do a walkthrough of creating a metro application calling a WCF service hosted locally on the same machine. Note that this is an application development/debug scenario only before you deploy your service...
Forward Thinking
What’s new in WCF 4.5 – generated client config cleaned
Posted
over 2 years ago
by
PiyushJo
1
Comments
One of our primary focuses this release was to simplify working with WCF. Configuration simplicity was right at the top since we know most of you find configuration hard and confusing. We will talk about the configuration improvements in separate detailed...
Forward Thinking
What’s new in WCF 4.5 – Flat WSDL support
Posted
over 2 years ago
by
PiyushJo
2
Comments
As I promised – I’ll be blogging about the new features introduced in WCF 4.5 here. Before getting into big features, lets start with a few small gems. The first one is the support for Flat WSDL! Interoperability with non-.NET stacks has...
Forward Thinking
Azure Service Bus–working with the appfabriclabs account
Posted
over 2 years ago
by
PiyushJo
2
Comments
So I have been playing with Azure Service Bus lately. I have created an Azure AppFabric Labs account for myself and this allows me to easily get started with and try Azure AppFabric services like Service Bus, Access Control Service and Cache for my sample...
Forward Thinking
WCF in Windows 8 Metro styled apps? Absolutely supported
Posted
over 2 years ago
by
PiyushJo
6
Comments
[Updated for Win8/Dev11 Beta] Hi all, With Windows 8 metro styled applications getting a great buzz - I thought this was a perfect time to introduce the WCF support for Metro applications. We provide support for WCF client inside a Metro application with...
Forward Thinking
Visual Studio 2011 and .Net framework 4.5 announced at BUILD conference
Posted
over 2 years ago
by
PiyushJo
3
Comments
Hi everyone, As you all know that we announced Visual Studio 2011 and the next framework version v4.5 at BUILD conference last week. Please note that we are using the combined forum here - http://forums.asp.net/1239.aspx/1?ASP+NET+4+5+Developer...
Page 1 of 1 (13 items)