I like to share a website I frequently use to format any code (C#, XML or T-SQL) to HTML for using on my blog. Other ….
Categorie: C#
When choosing a color in the properties window in visual studio, there is the possibility to choose from so called System Colors. An example for ….
I tried to do a simple DateTime calculation in C#. What I wanted to achieve is to know how many years, months and days where ….
I bundled some handy free tools to help you develop and / or debug your (BizTalk) applications. soapUI soapUI is a free and open source ….
Microsoft’s LightSwitch to Launch on July 26. This program will give developers a simpler and faster way to create high-quality business applications for the desktop ….
For the monitoring of the BizTalk Server we’ve programmed a simple application that will send an email if a certain port or orchestration will be ….
As a developer you’ll often need to place an assembly into the GAC (Global Assemblie Cache).There are several ways to do this. You can do ….
Creating an SQL string in C# is a poor way to do it. It might give problems with some special characters, even the data retrieved ….
Converting from String to DateTime Using Convert.ToDateTime method might give you the error ‘String was not recognized as a valid DateTime’.Following code for example will ….
To reduce the data size in our SQL tables we compress the full received message for all messages older than 90 days. To accomplish this ….