should » Page 10 » Custom Developer Tools and VCL Components | Developer Team

XamRight 1.888

XamRight 1.888
XamRight 1.888


When writing code in C# you get a lot of help from the language and IDEs keeping you from making a bunch of kinds of mistakes. Type safety stops a lot of potential bugs from making it past the Compile step. The refactoring support for C# is pretty slick as well. Move code around, rename stuff, change namespaces, and it all gets sorted out quickly.
Read more

DesignPatterns 2.15 for Visual Studio

DesignPatterns 2.15 for Visual Studio
DesignPatterns 2.15 for Visual Studio


Visual Studio add-in/extension that generates code based on OO design patterns
This is a Visual Studio add-in for VS 2008,2010, 2012 & 2013 and a VS extension for VS 2012,2013,2015 and 2017
that indexes some commonly known OO patterns,
presents them in easy to search user interface and inserts the code into your working project.
It provides you with parameters to further customize the patterns and
It works for languages supported by Visual Studio like C#, VB.net, C++ flavors, F# etc.
For the add-ins and extensions required by the VS versions prior to 2015 2017 you can download them from codeplex, but for VS 2012, 2013, 2015 and 2017.
Read more

JArchitect v2019.1.0.45

JArchitect v2019.1.0.45
JArchitect v2019.1.0.45


JArchitect is able to tell the developer that over the past hour, the code just written has introduced debt that would cost for example about 30 minutes should it have to be repaid later. Knowing this, the developer can fix the code before even committing it to the source control. With JArchitect code rules are LINQ queries that can be created and customized in a matter of seconds. These queries contain formulas to compute accurate technical debt estimations. The default rule-set offers over a hundred code rules that detect a wide range of code smells including entangled code, dead-code, API breaking changes and bad OOP usage.
Read more

AttackFlow Extension Edition for Visual Studio v.1.13

AttackFlow Extension Edition for Visual Studio v.1.13
AttackFlow Extension Edition for Visual Studio v.1.13


Static analysis as you type with no interruption and results include injection vulnerabilities. We, developers, are used to get notified about syntactic problems, pre-compilation warnings and errors exactly when we are coding without actually compiling the code. This substantially speeds the development process. Security static source code analysis should support the same behavior, notifying us about security problems we are about to creating.
Read more