By Karin Huber on
30.05.2006
In WPF custom controls should be lookless. That means, that business logic and UI are strongly separated. When you create a control, you can provide a default template for the control, but everybody who uses the control can override it without touching the business logic.
In my sample I will create a custom control for a simple clock with a default template for a digital clock. In the application that uses the control I will overwrite the template for the clock, so that it will be displayed as an analog clock.
Read More »
|
By m.unterauer on
29.05.2006
This article explains, how to format columns (e.g. numbers as text) when exporting data to Excel.
Read More »
|
By m.unterauer on
5/29/2006
After canceling an Installshield or other installation or killing it via task manager it often cannot be restarted. Try using the free Microsoft Windows Installer CleanUp Utility.
Read More »
|
By Rainer Stropek on
5/27/2006
SQL Server 2005 now offers the possibility to partition tables and indexes. Using this feature can boost you DWH load.
Read More »
|
By Wilfried Mausz on
25.05.2006 09:18
This is my second part of the BizTalk demo. We showed how to create a BizTalk workflow solution. This blog describes how to create the BizTalk project.
Read More »
|
By Wilfried Mausz on
25.05.2006 09:05
At the Microsoft BigDays 2006 we showed a demo of how to create a workflow solution using Infopath and BizTalk. This blog describes the configuration of our sample machine.
Read More »
|
By Rainer Stropek on
5/24/2006
THANK YOU, RED GATE!!
Read More »
|
By Rainer Stropek on
5/24/2006
Jetzt sind sie vorbei, die Microsoft BigDays06. Waren spannende Tage...
Read More »
|
By Rainer Stropek on
5/23/2006
At Microsoft BigDays 2006 we showed a sample workflow solution based on Microsoft Office 2003, SharePoint and BizTalk 2006. One part of the show was the creation of an InfoPath form that launches the BizTalk workflow. In this blog I show how this can be done.
Read More »
|
By Rainer Stropek on
5/22/2006
SQL Server 2005 comes with a tool named "tablediff" that is thought to be used in conjunction with replication. However, it is very useful in many other situations because it is a generic tool to compare the content of two tables.
Read More »
|