Search Results

0
votes

Is there a C# auto formatter that I can use to define custom rules for formatting?

Unless they bake it into VS2010, Resharper has the auto formatting capabilities you're probably looking for. CodeSmith probably has it too, I just haven't used it... …
0
votes

Writing a topic pub/sub system

Have you checked out ActiveMQ? I believe it already does topics and C# has the ability to talk to it through their NMS API. …