CodeAnalysis, Cloned Configurations and TFS Build 2010

15 July 2010 - TFS

In case you are stumbling across a problem where your build does not succeed because the result file for code analysis cannot be found (Unable to read Code Analysis output report. Make sure that the directory is writable (default is the project output directory) be sure to not have any CodeAnalysisLogFile entries in your project build files.

Read more ...

Scroll Synchronization in WPF and Silverlight

13 October 2009 - Silverlight, WPF

Imagine you have two ListBoxes with lots of items. Whenever a user scrolls in one of the two ListBoxes, the other one should be updated, too. What we want to do in this article is to create a simple attached property, that allows us to group scrollable controls.

Read more ...

SQL Champ - Quiz

13 October 2009 - SQL

We invite you to prove your knowledge about certain subjects concerning Microsoft .NET technology by participating in a monthly quiz. This month the quiz is about SQL Server. In this article you can reread the questions. Additionally you get background information about the correct answers.

Read more ...

DEVcamp 2009 - Baumschule

13 October 2009 - C#

Auf dem DEVcamp 2009 durfte ich einen Vortrag zum Thema "Baumschule" halten. Inhalt waren Syntax Trees im Allgemeinen und Microsoft Expression Trees im Speziellen.

Read more ...

C# and .NET Secrets - Quiz

13 October 2009 - .NET

We invite you to prove your knowledge about certain subjects concerning Microsoft .NET technology by participating in a monthly quiz. This month the quiz is about C# and .NET secrets. In this article you can reread the questions. Additionally you get background information about the correct answers.

Read more ...

Bug Busters - Test Driven Development in .NET

15 March 2008 - .NET

In this article Rainer Stropek and Karin Huber show how Test Driven Development (TDD) works in practice. They start with a general overview about quality assurance and testing in software development. After that they implement an end-to-end solution using the TDD philosophy. Karin and Rainer do not only use unit tests for validating the data access and business layer. They also demonstrate how the popular open source tool WatiN can be used to test-driven develop a web user interface. The sample uses Microsoft Visual Studio 2008, C# 3.0, Linq-to-SQL, Linq-to-Objects, Visual Studio Unit Tests, ASP.NET and WatiN.

Read more ...

Caching in ASP.NET

19 January 2008 - ASP.NET

There are a lot of ways to improve performance in web applications. One of the simplest but most effective methods is to cache images on the client. In this article I would like to show how we implemented image caching for our DotNetNuke website.

Read more ...

Graphic In XAML And WPF

13 January 2008 - WPF

In this article I want to describe the functions of XAML, WPF and Silverlight in the context of graphic. I will use the corporate logo of our new company as the sample for this article because it's XAML implementation uses quite a lot of the graphic functions of XAML.

Read more ...

WPF Master Pages

07 January 2008 - WPF

One of the really great enhancements in ASP.NET was the introduction of master pages. They help developers to create a consistent layout for the pages in an application. Unfortunately there is no such concept in WPF and XAML. In the following sample I would like to show a simple way to build a control in WPF similar to an ASP.NET master page.

Read more ...

16 / 16