Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

Browse by Tags

All Tags » C# » Visual Studio
  • Extending NAnt with your own types

    Last time I talked about how to nest existing elements in your custom NAnt tasks.  Now that you've had a good look at that, and Jacob's custom task, there's only one other thing to cover in this subject: a new type.   Types end up looking a lot like a new task, but throwing this all together should be a lot of fun. Last time, I ...
    Posted to If you build it, They will come (Weblog) by dterrell on May 8, 2008
  • Writing NAnt tasks with nested types

    If you follow the Atalasoft Blogs by whatever means, and you're reading this, it's quite possible you've also read Jacob's blog post about extending NAnt.  If you haven't already, go check it out since he's covered a huge amount of ground related to what I'm going to show in this and subsequent posts.  In fact, I'll assume you've ...
    Posted to If you build it, They will come (Weblog) by dterrell on May 7, 2008
  • Custom Serializing Objects for Use in a Debugger Visualizer

    I have a new CodeProject article up which details how to make a Debugger Visualizer in the case where you need to custom serialize the object. The actual classes I build in the tutorial are only useful with our DotImage project line. However, the process of creating a Custom Serializer should be useful to any .NET ...
    Posted to Rick Minerich's Development Wonderland (Weblog) by RickM on May 7, 2008