Sign in
Kirk Evans Blog
.NET From a Markup Perspective
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET Programming
Access
Active Directory
AJAX
AOL
Apps
Architecture
ASP.NET
Atlanta Microsoft Events
BizTalk
book reviews
Braves Baseball
Claims
Cloud Services
College Football
Communicating
Dallas Microsoft Events
DSL Tools
Enterprise Social Computing
Entity Framework
Exchange
Expression Studio
Hockey
hyper-v
IIS7
Internet Explorer
Interoperability
Life at Microsoft
LINQ
Marketing
MCM
Microsoft Office
MicrosoftWebExperience
Mobile Development
OAuth
OCS
Pages
PDC 2003
PDC05
Personal
PowerShell
REST
S2S
Screencasts
Search
Security
SharePoint
Silverlight
SQL Server 2005
SQL Server 2008
Telecommunications
tfs
UGA Football
Virtual Earth
virtual pc
Visual Studio 2008
Visual Studio 2010
Visual Studio 2012
VSeWSS
VSTO
VSTS
Water Cooler
WCF
Web 2.0
Webcasts
WinDBG
Windows
Windows Media
Windows Phone 7
Windows Presentation Foundation
Windows Server 2008
Windows Server 2012
Windows Workflow Foundation
XBox
XML
XML Schemas
XML Web Services
Zune
Browse by Tags
MSDN Blogs
>
Kirk Evans Blog
>
All Tags
>
xml schemas
Tagged Content List
Blog Post:
How I Became a SharePoint 2010 MCM
Kirk Evans[MSFT]
I recently attained the Microsoft Certified Master for SharePoint 2010 certification. I have long wanted to write about the experience, but honestly didn’t know how to begin. After quite a few conversations with friends and colleagues, I thought I would share some insight about the process...
on
17 Apr 2013
Blog Post:
Modify Message Content With WCF
Kirk Evans[MSFT]
Plenty of resources talk about extensibility in WCF, and mention IClientMessageInspector and IDispatchMessageInspector as ways to look at the content of a message, usually dumping to some sort of log. In this post, I'll highlight their obvious strength: the capability to change the content of a message...
on
8 Jan 2008
Blog Post:
Inline an XML Schema into Your XML Document
Kirk Evans[MSFT]
A good friend of mine, Derek Noonan, pinged me to ask how to inline an XML Schema into an XML document. For instance, think about a WSDL document that has the schema types inline with the WSDL document itself, you would want to figure out how to pull the schema information from the WSDL document and...
on
5 Jun 2007
Blog Post:
Some XmlSerializer Control in ASMX
Kirk Evans[MSFT]
A customer pinged me asking how to control various aspects of the XmlSerializer in ASMX. Here are a few of the ways that you can control the XmlSerializer and how it projects its contract through WSDL. using System; using System.Web.Services; using System.Xml; using System.Xml.Serialization;...
on
22 May 2007
Blog Post:
Those XML Features Are in VS2005, You Don't Have to Wait for Orcas!
Kirk Evans[MSFT]
InfoQ posts about 5 short demos on features you will find in Orcas . Glad to see some buzz being generated about Visual Studio "Orcas" features, but... The Data team's post (the one that the InfoQ article points to) is a little misleading . The post refers to a recent keynote at VSLive! in San Francisco...
on
6 Apr 2007
Blog Post:
ASMX 2.0 and SchemaImporterExtensions
Kirk Evans[MSFT]
I like the concept of SchemaImporterExtensions in ASMX 2.0. As you import the schema through proxy generation using WSDL.exe, you can generate your own code to control serialization for the client. This can be a great tool if you have a particularly nasty interop problem and the generated proxy code...
on
13 Jun 2006
Blog Post:
High-Performance Web Services: Avoid XmlNode, Use IXmlSerializable
Kirk Evans[MSFT]
While talking with a friend about web services design and "commonplace" guidance, the discussion turned ugly. I was somewhat amazed to hear his perception that Microsoft commonly recommends returning XmlNode from all web services. I let him argue it out, looking for where in the world he derived this...
on
6 Apr 2006
Blog Post:
Cool Visual Studio 2005 Feature: Snippets and Document Inference
Kirk Evans[MSFT]
I love learning new featuresof Visual Studio. Today, I saw an email from Chris Lovett where he showed a feature of snippets that I had no idea existed. Intellisense in an XML document will actually create an XML document inferred from an associated schema. Start with an XML schema. Here, I created...
on
20 Feb 2006
Blog Post:
Control Serialization and XSD.exe Using .NET 2.0
Kirk Evans[MSFT]
Keith is asking for a version of XSD.exe that lets him control serialization , specifically controlling properties versus fields in the generated proxy and control of collection serialization. Might as well give us an extensible xsd.exe compiler that actually allows us to control the xsd->class mappings...
on
10 Dec 2004
Blog Post:
Should You Learn WS-* Specs Now?
Kirk Evans[MSFT]
In Tim Ewald's post, “ I refuse to let the angle brackets fall where they may! ”, he brings up the point about starting with the XML, then designing the XML schema, then the WSDL, then finishing with a stylized set of classes. In the comments, Ben Lowery asks if this contradicts recent messages...
on
25 Jul 2004
Page 1 of 1 (10 items)