1
2
3
4
public static class ObjectToXmlConverter
{
    #region Class Methods
...

C# XML Object Serializer to XS...

by dotnetchris, September 25, 2009 19:20, 2 refactorings, tagged with C#, xml, serialization, xslt, transform

I'm using XSLT for document...

F0e7c2d0d5d83c928cfcfce66928160e Talk
1
2
3
4
//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...

F0e7c2d0d5d83c928cfcfce66928160e Talk