Naughton Futilities
No Relation
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ASP.NET
C#
DataAnnotations
DataForm
DisplayAttribute
ErrorWindow
MVC
MvcScaffolding
Silverlight
Silverlight Business Application
T4
Theme
Visual Studio
Navigation
Home
Blogs
Archives
May 2011 (1)
June 2010 (2)
August 2009 (3)
December 2004 (4)
November 2004 (1)
June 2003 (1)
May 2003 (1)
December 2004 - Posts
1
Comments
Roundtripping SoapDuration and TimeSpan
by
mj_naughton
Clemens Vasters writes about XSD duration and its relationship with the .NET Timespan Type. Another quirk I have found with usage of these types is the fact that the conversion to the SoapDuration Type was not what I originally expected. It turns out...
Filed under:
.NET
0
Comments
Detect Installed Version of WSE
by
mj_naughton
I asked this question a few months ago but there have been two service packs since then. Can anyone recommend a reliable mechanism for the detection of WSE1/WSE2 being installed on a PC? For example, are there certain installed files and/or registry settings...
Filed under:
.NET
21
Comments
Access the XmlSerializer Temporary Assembly
by
mj_naughton
I've been using the excellent XmlPreCompiler - GUI by Mathew Nolton, original idea by Chris Sells . My own idea was to extend the GUI to allow me to verify Types in a batch. For example, I sometimes want to check every Type in an Assembly. I have a basic...
Filed under:
.NET
0
Comments
xsd:group Gets Lost In Translation
by
mj_naughton
If an XML Schema contains an <xsd:group> definition, the contents of the <xsd:group> are embedded in the containing <xsd:complexType>. Reasonably, enough, the XSD.EXE tool mimics this behaviour, when generating a .NET class definition...
Filed under:
.NET
More Posts