Performance Comparison of Java/.NET

Performance Comparison of Java/.NET Runtimes [http://www.shudo.net/jit/perf/] – Technical Consultant Kazuyuki Shudo has published a set of benchmarks [http://www.shudo.net/jit/perf/] comparing various Java Virtual Machine and .NET runtimes. Slashdot also has an on-going discussion of the results [http://developers.slashdot.org/article.…

Performance Comparison of Java/.NET

Performance Comparison of Java/.NET Runtimes [http://www.shudo.net/jit/perf/] – Technical Consultant Kazuyuki Shudo has published a set of benchmarks [http://www.shudo.net/jit/perf/] comparing various Java Virtual Machine and .NET runtimes. Slashdot also has an on-going discussion of the results [http://developers.slashdot.org/article.…

Some free .NET controls

Some really cool and free .NET user controls [http://www.ms-inc.net/Default.aspx?Page=Products&ProductID=Dropdown] (including an Authorize.Net [http://www.authorize.net/] Payment Gateway integration component in C#) from Morrison Schwartz.…

MonoDevelop

MonoDevelop [http://www.monodevelop.com/about.aspx] is a project to port SharpDevelop [http://www.sharpdevelop.com/] to Gtk#. It is a C# and Mono [http://www.go-mono.com] development environment (IDE) for Unix systems.…

CopySourceAsHtml VS.NET Add-in

CopySourceAsHtml [http://www.jtleigh.com/people/colin/blog/archives/2004/10/visual_studio_a.html] is a tool that allows you to copy selected source code to the clipboard as syntax highlighted HTML. Right-click in the VS.NET code editor and select “Copy Source as HTML …”. Useful for blogging, writing…