AssemblyReflector - Binaries
View Project
AssemblyReflector (Conchango.Code.Reflection) is an event-based assembly parser - it allows assemblies to be searched for Attributes, Events, Fields, Interfaces, Methods, Nested Types, Properties and Types, by subscribing to the relevent OnDiscover event and then performing a search for the member based on several available search methods;
o Contains(string)
o EndsWith(string)
o Named(string)
o OfType(Type) - Attributes Only
o StartsWith(string)
o WithBindingFlags(BindingFlags)
When an event is raised you can access the discovered member via the EventArgs.
AssemblyReflector - Source
View Project
AssemblyReflector (Conchango.Code.Reflection) is an event-based assembly parser - it allows assemblies to be searched for Attributes, Events, Fields, Interfaces, Methods, Nested Types, Properties and Types, by subscribing to the relevent OnDiscover event and then performing a search for the member based on several available search methods;
o Contains(string)
o EndsWith(string)
o Named(string)
o OfType(Type) - Attributes Only
o StartsWith(string)
o WithBindingFlags(BindingFlags)
When an event is raised you can access the discovered member via the EventArgs.
Conchango Community Day Windows Workflow Congestion Charge Demo
View Project
A demo I put together for a Conchango Community Day that showcases MSBuild, CodeSmith, Monad and Windows Workflow Foundation in the form of a Vehicle Congestion Charging System.
Conchango.Build.TaskBuilder - Binaries
View Project
A Visual Designer for Creating / Updating Microsoft SDC Build Scripts. Implemented using the Netron Library.
Having an automated build process is fundamental to good engineering practices (see http://blogs.conchango.com/howardvanrooijen/archive/2004/12/07/397.aspx).
The Microsoft SDC Build & Deployment Tool is an automated build engine for the 1.1 framework. It's a precursor to MSBuild and has over 100 tasks for: creating websites, application pools, Active Directory users, zip files, folder shares, running FxCop, configuring IIS and Virtual Directories, configuring COM+, installing into the GAC, configuring SQL Server and BizTalk 2004.
Build scripts are written in XML, they can contain many steps and thus become quite large - editing them can become quite a complex operation.
The aim of this tool is to make creation and maintenance of these build scripts as easy as possible.
You can find more information about the Microsoft SDC Build & Deployment Tool at:
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=2CB20E79-D706-4706-9EA0-26188257EE7D
Conchango.Build.TaskBuilder - Source
View Project
Source code for a Visual Designer for Creating / Updating Microsoft SDC Build Scripts. Implemented using the Netron Library.
Having an automated build process is fundamental to good engineering practices (see http://blogs.conchango.com/howardvanrooijen/archive/2004/12/07/397.aspx).
The Microsoft SDC Build & Deployment Tool is an automated build engine for the 1.1 framework. It's a precursor to MSBuild and has over 100 tasks for: creating websites, application pools, Active Directory users, zip files, folder shares, running FxCop, configuring IIS and Virtual Directories, configuring COM+, installing into the GAC, configuring SQL Server and BizTalk 2004.
Build scripts are written in XML, they can contain many steps and thus become quite large - editing them can become quite a complex operation.
The aim of this tool is to make creation and maintenance of these build scripts as easy as possible.
You can find more information about the Microsoft SDC Build & Deployment Tool at:
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=2CB20E79-D706-4706-9EA0-26188257EE7D
MonkeyWrangler - Making Simian more usable in Visual Studio
View Project
A tool that reformats output from Simian - the Similarity Analyzer - and makes it Visual Studio friendly - so that you can double click on the output and be taken offending line of code.
TFS Notification Web Services - Visual Studio Project Template
View Project
A Visual Studio 2005 and Orcas Beta 1 Project Template for generating Team Foundation Server Notification Web Services.
Visual Studio 2005 Xml Debugger Visualizer
View Project
A Visual Studio 2005 (RTM) Debugger Visualizer for the XmlDocument type.