Browse by Tags

All Tags » Programming » Tools (RSS)
Power Collections For .NET With .NET 2.0 comes the ability to implement what has been known in C++ as template classes. Generics are like C++ templates, only better. To learn more about generics, check out Jason Clark’s article in MSDN Magazine: http...
Posted by triplez | 2 comment(s)
Filed under: ,
The beta is out! I've finally GOT into the Microsoft Connect website (it's the new betaplace website) to be able to download Longhorn. I don't know whether I'm allowed to show this, but what the heck. Here's the files they uploaded and the different Longhorns...
Posted by triplez | 2 comment(s)
Filed under: ,
I have an upcoming project that involves generating different charts from reports/data, and found a pretty good charting control. ASPChart.NET - Data Chart Generation Library Don't let the ASP in the name fool you. You can use it for WinForms too, as...
Internet Communications Engine , or Ice, modern alternative to object middleware such as CORBA™ or COM/DCOM/COM+, with support for C++ , Java , Python , PHP , C# , and Visual Basic . I was reading an interview with Miguel de Icaza on Mono and he mentioned...
Posted by triplez | 1 comment(s)
Filed under: ,
Visual Studio 2005 Tools for Office Beta 2 IntelliSense Code Snippets This is a rather interesting download, which makes use of IntelliSense Code Snippets. Not so much that it's for VSTO development, but more of the concept/idea of providing code snippets...
Posted by triplez | with no comments
Filed under: ,
An introduction to Delta Debugging I came across this a few weeks ago, but didn't have time to blog it. Delta Debugging in a gist is finding the bug automatically without going through the process of stepping though your code. It's particularly useful...
Posted by triplez | with no comments
Filed under: ,
You have heard of Whitehorse, and how it helps model your domains fast and easily. This is an example of a Domain Specific Language (DSL) which is quite similar to UML, but generalised to be able to specialise in a specific domain. What do I mean by that...
Posted by triplez | with no comments
Filed under: ,
NUnit Convertor This utility converts your current NUnit Test Cases into compatible Test Cases for Visual Studio 2005 Team System. Remember the Unit Testing that's in Visual Studio 2005? That's the one. It's currently at version 0.4, and it's still quite...
Posted by triplez | with no comments
Filed under: ,
Just as the title states, it's a plugin that converts your Visual Studio .NET code into Java bytecode. That's about it. I don't see the purpose to do that, if it's to run applications on Linux, since there's already Mono, and a Mono ASP.NET plugin for...
Posted by triplez | with no comments
Filed under: ,
Mono-Live CD With my interest in Mono, I always felt that it takes too much time just to set up the environment for Mono. You'll have to set up a linux machine (partition), install Mono, install this and that, which takes too much time. And people do...
Posted by triplez | 6 comment(s)
Filed under: ,
TestDriven.NET Ever wanted to enable your Visual Studio .NET 2002/2003 IDE to have unit testing integrated into the IDE just like Visual Studio 2005? Well, TestDriven.NET (previously called NUnitAddIn) enables you to do just that. It also supports Visual...
Posted by triplez | with no comments
Filed under: ,
The most significant release of the Paladin RAD Framework is now available for your preview. Paladin 0.9.0 introduces several major architectural changes and enhancements to the framework. Part of the core has been reworked to support better implementation...
Posted by triplez | with no comments
Filed under: ,
Ok, some of you already know that VS 2005 Beta 2 is "on-the-way". Here's some stuff from to help you install it successfully. Uninstalling Visual Studio Team Suite, Visual Studio Standard or Visual Studio Professional Editions Beta 2 Uninstall Instructions...
Posted by triplez | with no comments
Filed under: ,
I was just surfing around for interesting things, and I bumped into something interested, called Piccolo Toolkit . Excerpt: Piccolo is a toolkit that supports the development of 2D structured graphics programs, in general, and Zoomable User Interfaces...
Posted by triplez | with no comments