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
Parsing Standard Uris, Part 2
Posted
over 3 years ago
by
Nicholas Allen
2
Comments
Here's another look at defining what it means to have a URI for the TCP or named pipe transports. You can compare these definitions to the version I gave yesterday using the parser syntax flags. I'll only cover the net.tcp URI scheme as the two are almost...
Nicholas Allen's Indigo Blog
Parsing Standard Uris
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
The System.Uri class has built-in parsing rules for a variety of schemes, including http, https, file, ftp, gopher, mailto, news, nntp, telnet, and ldap. There are also parsers for the WCF net.tcp and net.pipe schemes. These parsing rules allow a uri...
Nicholas Allen's Indigo Blog
Frequently Asked Uri Questions
Posted
over 3 years ago
by
Nicholas Allen
1
Comments
The System.Net team has put together a list of frequently asked questions for the System.Uri class that they're responsible for. The Uri is one of the few types that we use quite extensively in the programming model for WCF but don't implement ourselves...
Nicholas Allen's Indigo Blog
Early TechEd 2010 Registration Ends this Week
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
TechEd this year runs from June 7th to June 10th in New Orleans, LA. As previously announced the early registration discount is scheduled to run out at the end of this month. You should register now if you're interested in getting it. Now that more...
Nicholas Allen's Indigo Blog
MEF Preview 9
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
Here's the post that was supposed to appear last Friday. The Managed Extensibility Framework makes it easier to create and reuse extensible applications by providing a standardized model for discovering and composing application plugins. This allows...
Nicholas Allen's Indigo Blog
Filling Time Today
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
Today’s post has gone missing but if you’d like something to fill your time, why not take Brad Abrams’s 1 question survey on the types of service application work that you do. I didn’t say it would fill a lot of time. Here are the three options (or...
Nicholas Allen's Indigo Blog
Finding the Remote Client Address
Posted
over 3 years ago
by
Nicholas Allen
1
Comments
After being a highly-requested feature, back in .Net 3.5 we added the ability to see the network address from which the client request had arrived. Here's how it works. Participating transports capture the client's network address using whatever sources...
Nicholas Allen's Indigo Blog
Fix for Visual Studio 2010 Release Candidate Crash
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
A fix was published over the weekend for a crashing issue found in the release candidate. The issue affected Intellisense when using a tablet, screen reader, or other input modifier. This was a regression that wasn't present in the previous beta release...
Nicholas Allen's Indigo Blog
Debugging with Reflector
Posted
over 3 years ago
by
Nicholas Allen
6
Comments
I saw that a new version of Reflector came out the other day along with a new Reflector Pro add-in for Visual Studio that allows you to use the generated source for debugging. Being able to debug against a decompiled source file was the feature I asked...
Nicholas Allen's Indigo Blog
Visual Studio Release Candidate Walkthroughs and Training Kit
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
Following the Visual Studio 2010 and .Net 4 release candidates last week, the Visual Studio training kit got a February update to cover the new content. Training kits are a collection of presentations, hands on labs, and demos related to the new features...
Nicholas Allen's Indigo Blog
WCF and AppFabric on .Net Rocks
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
The folks at .Net Rocks have posted a few recent interviews with some of the people on the WCF and AppFabric teams talking about the upcoming releases. These are casual conversations, each about an hour long, covering a variety of topics with the day...
Nicholas Allen's Indigo Blog
Fix to Generate Contract Code for Dates
Posted
over 3 years ago
by
Nicholas Allen
4
Comments
Here's a bonus entry left from last week. Last week I ran a series covering fixes for WCF that may be hard to find and explaining the details behind each problem. Contract code generation takes a system-independent description of the types used for...
Nicholas Allen's Indigo Blog
Windows Azure Tools 1.1
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
The latest Windows Azure tools and SDK release actually came out two weeks ago but requires either Visual Studio 2008 or Visual Studio 2010 RC, which you couldn't get until today. This SDK release also marked the commercial launch of Windows Azure. Some...
Nicholas Allen's Indigo Blog
Visual Studio 2010 and .Net 4 Release Candidate
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
Yesterday the release candidate for Visual Studio 2010 and .Net 4 was released to MSDN subscribers. By tomorrow the release should be broadly available to anyone that wants to download it. When trying out the release candidate you should first uninstall...
Nicholas Allen's Indigo Blog
ASP.NET MVC 2 Release Candidate 2
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
The ASP.NET MVC team has released a potentially final release candidate for ASP.NET MVC 2. MVC is a model-view-controller framework on top of the existing ASP.NET runtime that separates display and application logic as well as makes test-driven development...
Nicholas Allen's Indigo Blog
Moonlight 3 Preview
Posted
over 3 years ago
by
Nicholas Allen
2
Comments
Moonlight, the Linux version of Silverlight, has produced its first preview release of Moonlight 3. You may recall that in the recent Moonlight 2 release they shipped both their equivalent of Silverlight 2 as well as a number of features from Silverlight...
Nicholas Allen's Indigo Blog
Fix to Allow an Encoder Fallback with UTF8
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
This week I'll be running a series covering fixes for WCF that may be hard to find and explaining the details behind each problem. Encoding is the process of transforming a set of characters into a sequence of bytes. An encoder fallback is an error...
Nicholas Allen's Indigo Blog
Fix for Partially Trusted Clients using Windows Authentication
Posted
over 3 years ago
by
Nicholas Allen
0
Comments
This week I'll be running a series covering fixes for WCF that may be hard to find and explaining the details behind each problem. Connection sharing is a performance optimization to pool HTTP connections between multiple calls. Ordinarily, connections...
Nicholas Allen's Indigo Blog
Fix to Allow Customizing the Status Code when Validation Fails
Posted
over 3 years ago
by
Nicholas Allen
2
Comments
This week I'll be running a series covering fixes for WCF that may be hard to find and explaining the details behind each problem. This next fix is actually to add a new feature when writing a UserNamePasswordValidator. A UserNamePasswordValidator...
Nicholas Allen's Indigo Blog
Fix for Exception Reading Typed Headers
Posted
over 3 years ago
by
Nicholas Allen
4
Comments
This week I'll be running a series covering fixes for WCF that may be hard to find and explaining the details behind each problem. The dispatch operation formatter is the component that deserializes a message into objects. When building the objects...
Page 1 of 1 (20 items)