A free IDE for C#, VB.NET, & Boo projects on Microsoft's .NET platform
...Write applications in languages including C#, VB.NET, F#, IronPython and IronRuby, as well as target rich and reach: Windows Forms or WPF, as well as ASP.NET MVC and WCF. It starts from USB drives, supports read-only projects, comes with integrated unit and performance testing tools, Git, NuGet and a lot more features that make you productive as a developer.
TestDriven.NET is a zero friction unit testing add-in for Visual Studio .NET. It is compatable with NUnit, xUnit and MSTest. You can download the full extension from http://www.testdriven.net.
TestDriven.Net is now being maintained here:
https://github.com/jcansdale/TestDriven.Net-Issues
RapidDevelop is an IDE and Compiler for a new programming language!
...RapidLang (or r#) is a programming language based on c# and .Net which introduces some new paradigms and shorthand to improve development times and to help ease the creation of software in general.
Being an extension of C#, you can link, build or compile native C# assemblies or Classes and Libraries so that you can very easily port existing code.
The programming language also exists in a managed shared library and can be dropped into any .net project so that you can use the compiler in your own projects, with plans to even provide executing compiled code in memory, effectively creating a RapidLang Scripting Language plugin!
A suite of source and binary programs to test the capabilities of code analysis tools. A reference implementation of x86 binary analysis in C# is also included.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Tool for monitoring of OCI client applications [f.e.: TOAD/TOra, or any OCI-based fat client] interaction with Oracle Database. Monitors SQL statements and values passed/fetched between client application and RDBMS. Consists of simple and nice GUI [C#] and events handler [C++] with quite a lot of OCI hacking. Interface between handlers and tool's GUI is through tailing of XML "pipeline" files in $HOME/.ocimonitor directory. Tool is quite similar to Quest SQLMonitor, which is unable to trace values.
An XML socket server written in C# to be used by Flash developers who desire comprehensive logging and property inspection capabilities without the to use the Macromedia IDE.
This is add-on for Ms Visual C++ which find useful comments in workspace projects such as '// TODO:', '// TASK:', '// NOTE:' and make easy navigation on them. This can increase team perfomance greatly. Added Ms Visual C++ STL Debugging features...
dotUnit is a port of JUnit (www.junit.org) to the Microsoft .net platform. This testing framework allows for automated unit and functional tests which are vital for refactoring and regression testing.