Browse by Tags

22 October 2009
Visual Studio 2010 - Fun with DynamicObject in C# 4.0
This morning I just played around with the new C# 4.0 dynamic feature. Using the dynamic keyword allows you to bind to properties, indexers and methods during runtime. This means that during compile time there is no check if the methods, properties or Read More...
17 September 2009
CREATE DATABASE permission denied in database ‘master’ – My Fix
Normally I always install SQL Management Studio for my development environment. But this time I just thought I would not need it. I installed my machine outside of the domain network. The SQL Server 2008 Express installation was done with a local administrator Read More...
06 April 2009
Improving Entity Framework Performance
I was really shocked when I saw this blog post: Entity Framework and LINQ to SQL Performance . I decided to download the performance test solution and try the tests myself. I did not changed any of the tests so far, I just added for my own interest NHibernate Read More...
10 February 2009
Coding 4 Fun: Slide Tweet 0.1
What is Slide Tweet? A Powerpoint Add-In twittering slide titles. If you are not familiar with http://twitter.com I suggest to read the post “How to Twitter – First Steps and a Twitter Glossary” from Scott Hanselman . Why do I want to have an add-in for Read More...
23 January 2009
Giving my account rights to create service endpoints on port 80
Note to myself: new OS, missing configuration: Start command shell in administration mode netsh http add urlacl url=http://+:80/ user=DOMAIN\user Update: If you are doing this, your local IIS might not be able to display websites on port 80. See this Read More...
30 October 2008
How to find and install the Live Framework SDK (CTP)
It is not easy to find the Live Framework SDK introduced during PDC 2008. Therefore I just snapshot and wrote down the steps to find and install it. Apply for the Live Framework SDK This is something you should do first. If you are at PDC 2008 you have Read More...
23 July 2008
How to install the Nortwind sample database in SQL Server Express
One of the things when setting up an demo environment (a fresh install) is to integrate the Northwind sample database on the demo environment. I normally just use a SQL Server Express for demos and I take Northwind to have data to play with, what else. Read More...
04 June 2008
Twitter WCF 3.5 API Library
I just published the API declaration library, even it is just experimental and has not been tested. I think it is still a time saver to get at least the declarations. If anyone has an improved version, I would be interested to be updated. You can find Read More...
02 June 2008
Programming Twitter with WCF 3.5
Do you Twitter? If so, this could be of interest for you. If not, maybe you are interested in how to use the Twitter REST API to write own client applications. Imagine you could just use Twitter from your code like this: 1: TwitterStatusProxy proxy = Read More...
09 May 2008
Yet Another Windows Live Demo Video
Daniel Walzenbach and myself are demoing Windows Live with all its possibilities. In this scenario we have a mom, missing her son, but she always knows where he is! How this magic works, see and guess who is playing Daniel's mom? Enjoy! Read More...
02 April 2008
Visual C++ Event in Bad Homburg, Germany
On April, 17th we have Boris Jabes from the Visual C++ Product Team in Germany. This Community Event is free of charge and will have the following Agenda: Agenda Community Event What's new in Visual Studio 2008 walkthrough new C++ features VSTS for C++ Read More...
16 January 2008
Mambo speed run install - Check this out!
My colleque Bernhard "TigerDuck" Frank has created an amazing video about the Raktajino project. I did a podcast in December with him (just in German) and we discussed what Tigerduck in general is. So, if you want to see, how you can install Mambo , without Read More...
03 December 2007
Evangelism Jamboree, I'm looking forward for the next one
Today was our first Evangelism Jamboree among France, United Kingdom and Germany. It is actually the first time I met some Evangelist from France and UK (ok, I met the architects two weeks ago in Prague) and it was a really interesting conversation we Read More...
1 Comments
Filed under:
 
30 November 2007
World of Warcraft - Popfly Mashup
Due to the new World of Warcraft Patch, leveling from 20-60 became much easier. Therefore I think I will give it a try and would like to level up a Warlock, had none so far. By the way, this was done with Microsoft Popfly. Read More...
29 November 2007
Ale Contenti on the new MFC Update (Video)
Two weeks ago we had Steve Teixeira and Ale Contenti in Germany. As we have recorded nearly every session of them, I just thought that this one might be of interest for all you folks who are awaiting the new MFC Update which is coming first half of 2008. Read More...
1 Comments
Filed under: ,
 
More Posts Next page »
Page view tracker