Sign in
Nicholas Allen's Indigo Blog
Windows Communication Foundation From the Inside
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Answers
Bindings
Channel Extensibility
Channels
Conferences
Contracts
Debugging
Hosting
HTTP
Indigo
Learning
Message Security
Messages
Net4
Networking
Orcas
Proxies
Releases
Security
Service Architecture
Service Model
Silverlight
TCP/IP
Transport Security
Transports
Archive
Archives
June 2010
(1)
May 2010
(9)
April 2010
(22)
March 2010
(23)
February 2010
(20)
January 2010
(20)
December 2009
(21)
November 2009
(21)
October 2009
(22)
September 2009
(22)
August 2009
(22)
July 2009
(22)
June 2009
(22)
May 2009
(20)
April 2009
(22)
March 2009
(22)
February 2009
(20)
January 2009
(21)
December 2008
(21)
November 2008
(18)
October 2008
(23)
September 2008
(21)
August 2008
(21)
July 2008
(22)
June 2008
(22)
May 2008
(21)
April 2008
(22)
March 2008
(21)
February 2008
(21)
January 2008
(22)
December 2007
(19)
November 2007
(20)
October 2007
(23)
September 2007
(19)
August 2007
(23)
July 2007
(21)
June 2007
(21)
May 2007
(22)
April 2007
(22)
March 2007
(22)
February 2007
(20)
January 2007
(23)
December 2006
(20)
November 2006
(23)
October 2006
(24)
September 2006
(24)
August 2006
(23)
July 2006
(21)
June 2006
(26)
May 2006
(23)
April 2006
(20)
March 2006
(26)
February 2006
(20)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Nicholas Allen's Indigo Blog
Finding Your Place
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
How do I examine the settings for the endpoint that the message for the current operation was delivered to? There are two sources of settings depending on whether you’re interested in the endpoint runtime settings or the endpoint description. The...
Nicholas Allen's Indigo Blog
To Appear in the Windows 7 SDK
Posted
over 3 years ago
by
Nicholas Allen
3
Comments
Shortly after Visual Studio 2010 ships the Windows 7 SDK will be updated to include the development tools, samples, and resources for .Net 4. The current version of the SDK is for Windows 7 and .Net 3.5 SP1. The native portion of the SDK will have a small...
Nicholas Allen's Indigo Blog
Starter STS Sample
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
Dominick Baier has put up the completed StarterSTS sample that demonstrates how to write, configure, and use a realistic security token service. The token service is built using Windows Identity Foundation and provides authentication based on the ASP...
Nicholas Allen's Indigo Blog
Debugging Delegation and Kerberos Configuration
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
I came across an interesting tool the other day that can be used to debug and diagnose configuration problems with Kerberos. DelegConfig is an ASP.NET application that you install to generate a troubleshooting report about your IIS configuration, Kerberos...
Nicholas Allen's Indigo Blog
Referring to Generic Interfaces in Contracts
Posted
over 3 years ago
by
Nicholas Allen
4
Comments
How do I write a contract type that has a generic parameter in a service configuration file? A contract reference is part of the template for defining a service endpoint through configuration: < endpoint address =”...” binding =”...” contract...
Nicholas Allen's Indigo Blog
Rolling Your Own Status
Posted
over 3 years ago
by
Nicholas Allen
2
Comments
I’m trying to use an HTTP method that has defined a private protocol for status code. What can I do if the HttpStatusCode class doesn’t have the necessary value? The HttpStatusCode enumeration contains predefined constants for the status codes described...
Nicholas Allen's Indigo Blog
ServiceHostBase Never Calls ApplyConfiguration
Posted
over 3 years ago
by
Nicholas Allen
1
Comments
The ServiceHost class is the primary host for running services programmed using the WCF service programming model. Some of the features exposed by ServiceHost include configuration, service description, and endpoint management to control how the service...
Nicholas Allen's Indigo Blog
Changes to Default Throttle Settings
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
I buried this in a previous update on changes in .Net 4 but here’s a more prominent description of how service throttles have changed. The ServiceThrottlingBehavior allows you to configure three settings that limit the resource consumption of a service...
Nicholas Allen's Indigo Blog
Windows Azure Guidance and Survey
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
The patterns and practices team has released an updated version of their samples for Windows Azure development that cover migrating an existing application to Windows Azure, connecting cloud applications with existing systems, and taking advantage of...
Nicholas Allen's Indigo Blog
Channel Development Survey
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
The WCF channels team has posted a short survey on channel development to collect some of your feedback about what to work on after .Net 4 is released. You can help them out if you've previously written or tried to write a layered channel, transport channel...
Nicholas Allen's Indigo Blog
Exploring Managed Applications
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
The new version of Process Explorer that was released this week has some features for exploring managed applications that I hadn't seen before. If you right-click a process that has a CLR loaded and select Properties from the menu, then you'll see two...
Nicholas Allen's Indigo Blog
Visual Studio 2010 Virtual Machines
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
If you'd like to try out some of these recent releases without a dedicated machine, there are virtual machines available for use with the developer tool previews. Each virtual machine is configured with the Visual Studio 2010 release candidate and hands...
Nicholas Allen's Indigo Blog
OData SDK Released
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
OData is a protocol for exchanging structured data sets in an interoperable fashion. The .Net implementation of OData is called WCF Data Services but the team has also released a variety of client libraries for other platforms in a package called the...
Nicholas Allen's Indigo Blog
WCF RIA Services Release Candidate
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
Together with the Silverlight 4 Release Candidate comes the WCF RIA Services Release Candidate. RIA Services are an application design pattern that lives between ASP.NET and Silverlight in a multi-tier architecture. Inside RIA Services you can host...
Nicholas Allen's Indigo Blog
Silverlight 4 Release Candidate
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
At the MIX10 conference last week was the announcement that the Silverlight 4 Release Candidate was now available for download. You'll need Visual Studio 2010 to use the developer tools for Silverlight 4. Silverlight 4 Windows Runtime Silverlight...
Nicholas Allen's Indigo Blog
Legacy Created, Obsoleted, and Destroyed Before Shipping
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
As far as I can tell there has never been a description of what the mysterious LegacyExtendedProtectionPolicy property is for that appeared on the HTTP and TCP transports and is now slowly in the process of disappearing. In the small number of places...
Nicholas Allen's Indigo Blog
Fix for HTTP Configuration Errors using WebScriptEnablingBehavior
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
I've sufficiently recovered from running the last week-long series covering fixes for WCF to do another one. This week I'll again be covering fixes for WCF that may be hard to find and explaining the details behind each problem. When using the WebScriptEnablingBehavior...
Nicholas Allen's Indigo Blog
Fix to Allow Providing Outgoing Supporting Tokens
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
I've sufficiently recovered from running the last week-long series covering fixes for WCF to do another one. This week I'll again be covering fixes for WCF that may be hard to find and explaining the details behind each problem. A primary token provides...
Nicholas Allen's Indigo Blog
Fix to Disable Transport Security with Message Credentials
Posted
over 3 years ago
by
Nicholas Allen
1
Comments
I've sufficiently recovered from running the last week-long series covering fixes for WCF to do another one. This week I'll again be covering fixes for WCF that may be hard to find and explaining the details behind each problem. This is another fix...
Nicholas Allen's Indigo Blog
Fix to Disable Security on Responses
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
I've sufficiently recovered from running the last week-long series covering fixes for WCF to do another one. This week I'll again be covering fixes for WCF that may be hard to find and explaining the details behind each problem. The first fix is a...
Nicholas Allen's Indigo Blog
ASP.NET MVC 2 Released for Visual Studio 2008
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
Ok, a release of ASP.NET MVC 2 coming soon turned out to mean coming extremely soon. I had been holding off talking about the ASP.NET MVC 1 to ASP.NET MVC 2 migration tool until it was done and that ended up being much closer to the release than I expected...
Nicholas Allen's Indigo Blog
ASP.NET MVC Migration Tool
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
Eilon Lipton has posted a migration tool for converting ASP.NET MVC 1 application projects to the soon to be released ASP.NET MVC 2. The tool takes in a Visual Studio 2008 project for ASP.NET MVC 1 and spits out a Visual Studio 2008 project for ASP.NET...
Nicholas Allen's Indigo Blog
Getting WCF 4 Release Candidate Documentation
Posted
over 3 years ago
by
Nicholas Allen
1
Comments
Although I didn't include it in the release candidate announcement, the online documentation collection for WCF has also been updated. While you can navigate between the different framework versions for the reference documentation, some people seem to...
Nicholas Allen's Indigo Blog
Two More Fixes for Visual Studio 2010 Release Candidate
Posted
over 3 years ago
by
Nicholas Allen
4
Comments
Two fixes were published over the last few days to address issues reported with the Visual Studio 2010 release candidate. The first fix resolves a crash that can sometimes occur when hovering over an identifier to bring up a tooltip information display...
Nicholas Allen's Indigo Blog
Identity and Access Control Guide
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
The patterns and practices group at Microsoft has released an online guide to claims-based identity and access control. The guide is targeted at developers and architects of web services on Windows that require user-identity information. Windows Identity...
Page 2 of 45 (1,111 items)
1
2
3
4
5
»