Categories
C# Software Engineering

Automatically Convert C# code to VB.NET

I’ve just put up the first (of many) planned utilities on Developer Fusion – a conversion tool for automatically translating C# code into its VB.NET equivalent.

http://www.developerfusion.com/utilities/convertcsharptovb.aspx

Feel free to take a look, and let me know if you find any problems. The credit is 99.99% due to the guys behind #develop. I’ve simply made this tiny bit of their great application … Read more “Automatically Convert C# code to VB.NET”

Categories
Developer Community

Microsoft & the technical community

A couple of days ago I was invited to a meeting of UK “technical community leaders” at Microsoft’s UK headquarters in Reading (to take place in a couple of weeks). Obviously, I’m delighted to be considered a technical community leader….!

Anyway – the main point of the meeting is to discuss “what Microsoft can do to help support you and … Read more “Microsoft & the technical community”

Categories
Software Engineering

Windows Installer XML goes live on SourceForge

Microsoft has released the source code for the Windows Installer XML (WiX) developer tool to SourceForge earlier today under the IBM Common Public License as part of the Shared Source Initiative. This is the first SSI to go “public” on Source Forge rather than a Microsoft site, and the first to use an externally created “Open Source” license.

There’s a discussion on … Read more “Windows Installer XML goes live on SourceForge”

Categories
Uncategorized

The Coolest DHTML Grid Widget

Came across another great DHTML Widget on SourceForge today (thanks to my good friend Thushan Fernando for pointing it out to me!). It’s a cross-browser grid called ActiveUI, complete with client-side sorting, resizable columns and icons! Very cool. Take a look at http://www.activeui.net/.

Categories
Software Engineering

The Coolest DHTML Calendar Widget…

Just came across a very cool DHTML Calender control that – guess what – allows you to select dates/times and stick them in an input field! Obviously its client-side, so its nice and fast, customizable, released under LGPL, and best of all works in almost any browser (Internet Explorer, Opera, Mozilla, Safari …).

http://dynarch.com/mishoo/calendar.epl

Definitely worth a look :,,)

Categories
Developer Community

New RSS Feed for Developer Fusion

Well, I’ve finally gotten around to publishing an RSS feed for the articles on Developer Fusion . You can get it here – http://www.developerfusion.com/rss/contentrss.aspx?type=articles&language=all .

For anyone who’s interested in the code behind it – I just wrote this simple helper class.

/// <summary>/// Enables the generation of an RSS feed/// </summary>public class RSSFeedGenerator{    XmlTextWriter writer;    public RSSFeedGenerator(… Read more “New RSS Feed for Developer Fusion”
Categories
Information Security & Privacy Software Engineering

Windows IE exploit found after source code leak

I must admit this happened much quicker than I thought it would :- see these articles on the Register and Security tracker – apparently an exploit for a buffer overrun problem in IE *5* has already been released – supposedly discovered by reading the leaked windows source code.

I’m curious as to whether this source code leak will be a … Read more “Windows IE exploit found after source code leak”

Categories
C# Software Engineering

Performance of C# vs VB.NET

Someone asked me a few days ago whether there were any major differences between C# and VB.NET performance, and my immediate reaction was “certainly not!”…. until I just came across this article on builder.com. In it, the author points out that for the number of program he tried, the C# version consistently generated fewer lines of IL code than its … Read more “Performance of C# vs VB.NET”

Categories
Personal

Yet another blog

I find it incredible just how many great developer blogs are around now. I can’t hope that this blog will be anywhere as interesting as the rest, but this one’s *mine* ;,,)

So, welcome to my blog! I suppose a short introduction is in order….

I’m currently in my 2nd year of a Computer Science degree. Although force-fed an awful … Read more “Yet another blog”