# Thursday, December 13, 2007

.NET Developer Essentials Installer

Norbert Eder has released a small programm called .NET Developer Exxentials Installer. This nice little program has a list of tools stored any .NET-Developer cannot be without. It comes in a small 250k zip file, runs, as expected, without installation and targets .NET Framework 3.0.
After starting, a nice UI pops up that is fully self explaining. You can install tools from the standard list, can update the list, delete items, add your own favourites, store the list and load lists. So its a nice tool for e.g. making a set of tools  every .NET-Dev at your company should own. If anything changes, simply update the list and notify the devs by mail. All done. No link messing, always only on version in use...
From my point of view a very outstanding piece of code. Actually I'm wondering why this hasn't already been implemented.


Thursday, December 13, 2007 8:44:23 PM (W. Europe Standard Time, UTC+01:00) #    Comments [0] | Trackback

Mono 1.2.6 released

Mono 1.2.6 is out. Some of the new features are ASP.NET AJAX support, Silverlight support, no use for a X-system driver on MacOS X anymore and some new .NET 3.0 features in the C# compiler. For a full set of the changes have a look at the release notes.

Thursday, December 13, 2007 8:21:52 PM (W. Europe Standard Time, UTC+01:00) #    Comments [0] | Trackback
# Saturday, December 08, 2007

here we go, finally....

Finally, I got DasBlog up and running.

On dotNetPhen I will post my experiences with .NET, but also other stuff like MS Exchange or coding techniques in general. But first, I have to finish the setup of dotnetphen. Stay tuned...

For all who want to use DasBlog for their own use, I will post nice ressources that help me getting it running. There were several obstacles trying to prevent me from using DasBlog.

So, first of all, the widely known 401 when you want to use ASP.NET. I got rid of it with the help from this nice post, also hosted on DasBlog :) The next step was to fix the Exception that was thrown because this blog is running on a 64 bit machine, but the BasicFrame.WebControls.BasicDatePicker.dll is shipped in 32-bit. For this I found info on Justin T. Ho's blog.

After fixing that, it seemed to be fine. But there are still some smaller pieces of work to be done, e.g. get rid of the gmail-icon in the contact section. If anyone knows how, just leave me a comment.

So, for know, welcome on my new blog. I hope that i can post more or less periodical.

Saturday, December 08, 2007 6:58:09 PM (W. Europe Standard Time, UTC+01:00) #    Comments [0] | Trackback