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)
Recent Posts
0
Comments
MvcScaffolding Enhancement - DisplayAttribute Support
by
mj_naughton
Steve Sanderson has an excellent blog series, describing his MvcScaffolding NuGet Package. For example, I was reading his post, describing how to override the T4 Template output generated by MvcScaffolding: http://blog.stevensanderson.com/2011/04/06/mvcscaffolding...
Filed under:
.NET
,
ASP.NET
,
C#
,
DataAnnotations
,
DisplayAttribute
,
MvcScaffolding
,
T4
,
Visual Studio
,
MVC
1
Comments
Silverlight Business Application - Side Navigation Bar
by
mj_naughton
If you're using the Silverlight Business Application template, you may have also noticed the recently-released Silverlight 4 Theme Refresh: http://www.microsoft.com/downloads/details.aspx?FamilyID=e9da0eb8-f31b-4490-85b8-92c2f807df9e&displaylang=en...
Filed under:
.NET
,
ASP.NET
,
Silverlight
,
Silverlight Business Application
,
Theme
1
Comments
Silverlight Business Application Themes - ErrorWindow Issues
by
mj_naughton
If you're using the Silverlight Business Application template, you may have noticed some issues, particularly if you have tried the recently-released Silverlight 4 Theme Refresh: http://www.microsoft.com/downloads/details.aspx?FamilyID=e9da0eb8-f31b-4490...
Filed under:
ErrorWindow
,
Silverlight
,
Silverlight Business Application
,
Theme
0
Comments
Silverlight 3 DataForm ValueConverter - Add Extensibility
by
mj_naughton
A recent post described how to obtain extensibility, with respect to DataForm Control Mapping: http://weblogs.asp.net/naughton/archive/2009/08/01/silverlight-3-dataform-control-mapping-add-extensibility.aspx It is also convenient to make the DataFormValueConverter...
Filed under:
.NET
,
ASP.NET
,
C#
,
DataForm
,
Silverlight
4
Comments
Silverlight 3 DataForm Control Mapping - Add Extensibility
by
mj_naughton
An earlier posting explains how to perform basic modifications to the Silverlight 3 DataForm control. http://weblogs.asp.net/naughton/archive/2009/08/01/silverlight-3-dataform-control-mapping-basic-modifications.aspx It's convenient if such features are...
Filed under:
.NET
,
ASP.NET
,
C#
,
DataForm
,
Silverlight
3
Comments
Silverlight 3 DataForm Control Mapping - Basic Modifications
by
mj_naughton
The new DataForm control in the Silverlight Toolkit July 2009 Release does a very nice job of presenting an object in a Form view. If you want to take more control of the default way in which the object's properties are mapped to controls, you can open...
Filed under:
.NET
,
ASP.NET
,
C#
,
DataForm
,
Silverlight
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
Next page »