COVERAGE: XML Serialization, C#.
While digging, breaking and smashing around some code (aka refactoring),
I found some redundant code that serialized and deserialized objects to
files at various places. With a little effort a centralized helper
class was created.
Tuesday, November 30, 2010
Wednesday, November 10, 2010
Creating compile time supported URLs
COVERAGE: ASP.Net C#, Microsoft AntiXss, LINQ, CuttingEdge Conditions.
When it comes to ASP.Net and linking to other pages it's a very lose system. Which is strange when you think about it. We're working in assemblies here, pages are classes and classes can have 'relations' with other classes and be supported by the compiler. Yet there are a lot of NavigateUrl's being filled with strings from either code or markup. Brrr.
When it comes to ASP.Net and linking to other pages it's a very lose system. Which is strange when you think about it. We're working in assemblies here, pages are classes and classes can have 'relations' with other classes and be supported by the compiler. Yet there are a lot of NavigateUrl's being filled with strings from either code or markup. Brrr.
Subscribe to:
Posts (Atom)