Manni on DotNet

Comments, how-to's, examples, tools, techniques and other material regarding .NET and related technologies.

Sunday, August 30, 2009

AssemblyFileVersionAttribute and AssemblyVersionAttribute: A subtle difference

›
In Visual Studio 2008 (and possibly other versions) when you create a C# project in many cases the wizard also creates the AssemblyInfo.cs f...
1 comment:
Thursday, August 20, 2009

ReSharper 4.5 Plugin for csUnit

›
Since I'm using csUnit and ReSharper in combination I certainly would like to have a better integration here. While JetBrains provides a...
2 comments:
Sunday, August 16, 2009

Calling Process.Modules reliably

›
Namespace System.Diagnostics contains the class Process. With this class you can determine how many modules your process has loaded, even ac...
Friday, August 14, 2009

Some Tips for TeamCity

›
We are using TeamCity for continuous integration. Here I'll give provide a few tips in particular for people who are less familiar with ...
Sunday, August 09, 2009

Windows API Code Pack for .NET

›
Trying to stay on top of the latest UI developments of Windows was never easy not only from a technical perspective. At times it also appear...
Saturday, July 25, 2009

Problem using fuslogvw.exe

›
In case you try to use the Fusion Log Viewer (fuslogvw.exe) and you can't change the Log Settings because they are all disabled then sim...
1 comment:
Monday, July 13, 2009

Silverlight 3 Tools for Visual Studio 2008

›
On July 07, 2009, Microsoft published the download for the "Silverlight 3 Tools" for Visual Studio 2008. You can find a short lis...
Friday, June 05, 2009

Background Color of TextBlock in Silverlight 2

›
In a WPF application (as of .NET 3.5) you can set the background color for a text block as follows: < TextBlock ... Background ="Re...
Thursday, June 04, 2009

WPF and Silverlight: Sharing User Controls

›
Both WPF and Silverlight share XAML as the language to describe the layout, look and feel of a user interface. So I thought. There are diffe...
Friday, May 22, 2009

ReSharper 4.5 Memory Consumption

›
Just tried ReSharper on a fairly large solution with about 38 projects (13 C# and 25 C++). With the ReSharper addin enabled the memory cons...
6 comments:
Monday, May 18, 2009

A comment on McAfee

›
Right now McAfee is running a full system scan on my computer. Not only is it consuming a large amount of system resources - sometimes to t...
Friday, May 15, 2009

I couldn't resist... - a quote from Subversion's web site

›
When assessing the memory consumption of the Subversion (SVN) 1.6.1 client , I also found the following on SVN's web site: "all the...
Saturday, May 09, 2009

Handling of middle mouse click in Firefox 3.0

›
Just had a "experience" of the undesired kind. Normally when you use the middle mouse button on a link in Firefox, it opens the pa...
2 comments:
Friday, May 08, 2009

SVN Client: Out Of Memory

›
With the client SVN 1.6.1 (32 bit on Windows) I ran into an issue today. I tried to commit 13,000 files with about 100 MBytes of size. Mos...
2 comments:
Sunday, April 26, 2009

ListView.GetItemAt() in WPF Application

›
At present (.NET 3.5 SP 1) a GetItemAt() method doesn't exist for the ListView class that is part of WPF. At least I couldn't find i...
Saturday, April 25, 2009

Getting Parent Window for UserControl in WPF

›
Again a small item that may take you some time to search and find on the internet. Suppose you are working on a WPF based application and yo...
9 comments:
Sunday, April 19, 2009

OpenFileDialog in .NET on Vista

›
I'm working on a WPF based application and as quite some applications do, I need to display an OpenFileDialog as well. Trying to be comp...
2 comments:
Wednesday, April 15, 2009

Separator for Menu Item in XAML (WPF, Silverlight)

›
Trivial task and yet worth mentioning: You want a separator in your XAML based application (WPF or Silverlight)? Use System.Windows.Controls...
2 comments:
Tuesday, April 14, 2009

LinearGradientBrush with more than two GradientStop's in XAML

›
Using Expression Blend 2 you may believe that you can have only two GradientStop's for your LinearGradientBrush in particular if you are...
Monday, April 13, 2009

TextBox and other Controls with Transparent Background in XAML

›
Again a small item but something you may have searched for quite a while. In a XAML based user interface (WPF, Silverlight) if you want you...
2 comments:
‹
›
Home
View web version

About Me

My photo
Manfred Lange
New Zealand
Interested in stock markets and information technology
View my complete profile
Powered by Blogger.