Thursday, June 24, 2010

Always show solution

If you create a new solution in VS 2005 and you want to add multiple projects, it can occur that your solution is not displayed in the "solution" explorer.

To fix this problem, just follow the steps explained in this article:
Always show solution

Thursday, December 3, 2009

Snooker in C#

Vandaag op codeproject op een knap project "gestoten":

Bekijk dit project hier Snooker in C#

Thursday, September 3, 2009

Checked vs unchecked

Een aantal interessante links i.v.m het checked en unchecked keyword in .NET
MSDN
MSDN
KnowDotNet
Codeproject


Wednesday, June 10, 2009

#Error: Divide By Zero

In een Reporting Services rapport kan het zijn dat je een "Divide by zero" exception krijgt. Om deze fout (#Error)



te vermijden kan je een Iif functie gebruiken.

Zoals hier aangegeven staat:
http://bonkster.blogspot.com/2008/08/ssrs-divide-by-zero-delen-door-0-error.html

Merk op dat je in de 2de Iif functie altijd in het "false part" gedeelte zal terechtkomen. Aangezien het eerste deel van de Iif functie reeds in de eerste Iif geƫavalueerd werd en false als resultaat had.

Tuesday, June 9, 2009

The WCF Configuration Editor

If you want to edit the app.config file in your solution, you can use the WCF Configuration Editor.





Note: The first time you want to use the "Edit WCF Configuration" option, it can not be accessed via the contextmenu. You must open the editor via the tools menu to activate the option in the contextmenu.

More information about the WCF configuration editor can be found on the msdn website.

Monday, April 6, 2009

Difference betweend Build and Rebuild

There is a difference between Build and Rebuild. You can find it here:

http://petesbloggerama.blogspot.com/2007/12/visual-studio-difference-between-build.html

Tuesday, March 24, 2009

Interesting articles on custom controls

I've been reading some interesting topics on custom controls on the blog of Amr Elsehemy.

http://amrelsehemy.net/

Direct link to the Design Time Support Topics:

http://amrelsehemy.net/category/Design-Time-Support.aspx