public static class ObjectToXmlConverter
{
#region Class Methods
...
C# XML Object Serializer to XS...
by dotnetchris,
September 25, 2009 19:20,
2 refactorings, tagged with xml, C#, serialization, xslt, transform
//Solution #1a //Uses a HttpModule to intercept context.PreRequestHandlerExecute to call ObjectFactory.BuildUp(HttpContext.Current.Handler) ...
C# Presenter injection in Mode...
by dotnetchris,
February 05, 2009 04:05,
No refactoring, tagged with structuremap, dependency injection, inversion of control, model-view-presenter
I've implemented my own cop...
I'm using XSLT for document...