Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
February 2013
(1)
January 2013
(1)
July 2012
(1)
June 2012
(1)
February 2012
(1)
June 2011
(1)
September 2010
(1)
June 2010
(1)
May 2010
(1)
March 2010
(1)
January 2010
(1)
December 2009
(1)
November 2009
(3)
October 2009
(1)
August 2009
(1)
July 2009
(2)
June 2009
(3)
May 2009
(1)
April 2009
(4)
Tags
.net
behaviors
configuration
datacontractresolver
datacontractserializer
errors
IIS
metadata
odata
paging
refreshsection
Serialization
svcutil
testing
wcf
webapi
websocket
wsdl
xmlserializer
xsd
Common Tasks
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Turning XML into XmlSerializer CLR Types with xsd.exe
Youssef Moussaoui - MSFT
Here’s a common dilemma .NET developers encounter when working with XML: I have some XML that I want to represent in a strongly typed way, but I don’t have any XSDs to represent that XML. How do I turn that XML into CLR types that I can serialize? Of course, I could go about manually...
on
1 Jun 2010
Blog Post:
How to Change .NET Configuration Files at Runtime (including for WCF)
Youssef Moussaoui - MSFT
One of the most common issues people run into with WCF configuration, and .NET applications in general, is that configuration files appear to be fixed. You only have one configuration file for an executable, and you can’t use different configuration files as your exe.config while the application is running...
on
21 Jan 2010
Page 1 of 1 (2 items)