# Tuesday, June 24, 2008

InternalsVisibleToAttribute

Ein nettes Fundstück: Ich habe gerade ein wenig mit der Testfunktionalität von VS2008 herumgespielt, um ein paar Änderungen an der Blog-Engine zu testen, da bin ich auf das nette Attribut InternalsVisibleToAttribute gestoßen. Mit diesem Attribut kann man einer Assembly Zugriff auf internal deklarierte Methoden einer anderen Assembly gewähren. Sehr nettes Feature für Unit Tests.

Tuesday, June 24, 2008 10:35:27 PM (W. Europe Standard Time, UTC+01:00) #    Comments [0] | Trackback
# Friday, March 28, 2008

DasBlog Mobile support

Today I was browsing around the internet a bit with my mobile phone and just wanted to check what was going on in my logs as I recognized that dasBlog has a great support for mobile browsers. So, quite a bit puzzled at first, I afterwards asked myself how I could miss that feature. So I checked it out and it seems to be in dasBlog since version 1.9. Really darn cool feature. Again one more point for this great bloging engine.

In consideration on what is going on on the dasBlog mailing list I hope that there will be a future for dasBlog or something similar to this (dasText or whatever is it called). I hope that I then can take some time to also do some work for the new project.

Friday, March 28, 2008 7:55:29 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