Sign in
|
Help
Paulo Morgado
.NET Development & Architecture
This Blog
Home
Contact
About
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Blog Recent Posts
Pedro Félix Is Blogging
.NET Framework 2.0 Service Pack 1 and .NET Framework Service Pack 1 available as a standalone download
Visual Studio 2008 and .NET Framework 3.5 shipped!
WCF: Error Code vs Exception?
Optimizing reading for the CustomTextMessageEncoder
Optimizing writing for the CustomTextMessageEncoder
WCF: Building an HTTP User Agent Message Inspector
WCF: Text Message Encoding and ISO-8859-1 Encoding
Search
Go
News
Events
Top Links
Recent Readers
Visitor Locations
My Profile
Community
Home
Blogs
Media
Groups
Sponsored By
.NET Consultants
orlando florida web design
Online games at Dailygames
Hard Drive Data Recovery
Sponsor this blog
Sponsor this blog
Sponsor this blog
Sponsor this blog
Sponsor this blog
Sponsor this blog
Recent Articles
Loading...
Tags
.NET
AJAX
Architecture
ASP.NET
Blogging
C#
Certifications
CodePlex
CodingConventions
Community
EntLib
Events
FireFox
geekSpeak
HTML
HTTP
Hyper-V
IIS
IIS7
InternetExplorer
JavaScript
LINQ
MCP
Microsoft
MSDN
MVP
Office
Outlook
PageFlow
PageModules
PDC
PDC08
PDC2008
Personal
PnP
Podcasts
redgate
Reflector
SCSF
SharePoint
Silverlight
SoftDev
SoftwareFactories
SQLServer
SQLServer2008
Sysinternals
Techdays
TechdaysPT08
TechEd
TechEd2008
TechNet
Testing
Tools
Training
TypeMock
UnitTests
Virtual
Virtualization
VirtualPC
VisualBasic
VisualStudio
VisualStudio2008
WCF
WCSF
Web
Webcasts
WebServices
WF
Windows
WindowsClient
WindowsHomeServer
WindowsLive
WindowsLiveWriter
WindowsServer
WindowsServer2008
WindowsVista
WinForms
WPF
XML
Email Notifications
Go
Archives
September 2008 (1)
August 2008 (15)
July 2008 (7)
June 2008 (10)
May 2008 (18)
April 2008 (2)
March 2008 (10)
February 2008 (8)
January 2008 (19)
December 2007 (9)
November 2007 (11)
October 2007 (14)
September 2007 (13)
August 2007 (2)
July 2007 (6)
June 2007 (6)
May 2007 (23)
April 2007 (8)
March 2007 (8)
February 2007 (11)
January 2007 (11)
November 2006 (3)
October 2006 (9)
Browse by Tags
All Tags
»
WCF
(
RSS
)
.NET
Architecture
ASP.NET
C#
Community
LINQ
Microsoft
MSDN
MVP
SoftDev
SQLServer
VisualStudio
WF
WindowsClient
WinForms
WPF
XML
Friday, May 30, 2008 1:47 AM
Pedro Félix Is Blogging
Pedro Félix is blogging about WCF .
Posted by
Paulo Morgado
| with
no comments
Filed under:
Community
,
SoftDev
,
Microsoft
,
MSDN
,
MVP
,
WCF
Thursday, November 22, 2007 5:43 AM
.NET Framework 2.0 Service Pack 1 and .NET Framework Service Pack 1 available as a standalone download
For those who can't (or don't want to) deploy .NET Framework 3.5, the service packs included for the 2.0 and 3.0 versions of the framework are available as standalone downloads. Microsoft .NET Framework 2.0 Service Pack 1 (x86) Microsoft .NET...
Posted by
Paulo Morgado
|
2 comment(s)
Filed under:
.NET
,
WinForms
,
ASP.NET
,
SoftDev
,
C#
,
Microsoft
,
MSDN
,
MVP
,
VisualStudio
,
WCF
,
WPF
,
WF
,
WindowsClient
Wednesday, November 21, 2007 12:21 AM
Visual Studio 2008 and .NET Framework 3.5 shipped!
Visual Studio 2008 and .NET Framework 3.5 has finally shipped. MSDN subscribers can download the final version of Visual Studio 2008 from MSDN Subscription Downloads , but anyone can get a trial version or an Express Edition . The .NET Framework 3.5 contains...
Posted by
Paulo Morgado
| with
no comments
Filed under:
.NET
,
WinForms
,
ASP.NET
,
SoftDev
,
C#
,
Microsoft
,
MSDN
,
SQLServer
,
XML
,
VisualStudio
,
WCF
,
WPF
,
WF
,
WindowsClient
,
LINQ
Friday, July 13, 2007 12:45 AM
WCF: Error Code vs Exception?
There's an interesting discussion going on on the Architecture General MSDN Forum . Check it out.
Posted by
Paulo Morgado
|
1 comment(s)
Filed under:
.NET
,
Architecture
,
Community
,
SoftDev
,
C#
,
Microsoft
,
MSDN
,
MVP
,
WCF
Monday, May 07, 2007 9:45 PM
Optimizing reading for the CustomTextMessageEncoder
Continuing the improvement of the CustomTextMessageEncoder (see this and this ), this time I'll use the XmlDictionaryWriter instead of the XmlTextWriter whenever the character encoding is utf-8 , utf-16 or Unicode . To achieve this, all that's...
Posted by
Paulo Morgado
|
1 comment(s)
Filed under:
.NET
,
ASP.NET
,
Community
,
SoftDev
,
C#
,
Microsoft
,
MSDN
,
MVP
,
WCF
Sunday, May 06, 2007 11:21 PM
Optimizing writing for the CustomTextMessageEncoder
As I told before I've been using WFC to call legacy POX web services. Some of them only accept iso-8859-1 , others can accept utf-8 , but all use MessageVersion.None and the text/xml media type. But since the new XmlDictionaryWriter is optimized for...
Posted by
Paulo Morgado
|
2 comment(s)
Filed under:
.NET
,
SoftDev
,
C#
,
Microsoft
,
MSDN
,
MVP
,
WCF
Friday, April 27, 2007 12:50 AM
WCF: Building an HTTP User Agent Message Inspector
Yesterday I had to build a custom message encoder to be able to call a legacy POX service with iso-8859-1 encoding. It turned out that the service had another surprise to me: it needs an HTTP user-agent header. It's something quite simple to accomplish...
Posted by
Paulo Morgado
|
5 comment(s)
Filed under:
.NET
,
Architecture
,
Community
,
SoftDev
,
C#
,
Microsoft
,
MSDN
,
MVP
,
WCF
Wednesday, April 25, 2007 9:34 PM
WCF: Text Message Encoding and ISO-8859-1 Encoding
I'm a newbie in WFC and, so far, only have done client code to call POX web services. I've been using a textMessageEncoding binding extension with a message version of None and a write encoding of utf-8 and all has been running fine. Well, until...
Posted by
Paulo Morgado
|
13 comment(s)
Filed under:
.NET
,
Architecture
,
Community
,
C#
,
Microsoft
,
MSDN
,
MVP
,
WCF