Manni on DotNet

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

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:
Sunday, April 12, 2009

"The file 'x' is not part of the project or its 'Build Action' property is not set to 'Resource'"

›
When working on a WPF based application and using the Image control you may encounter the following error message when trying to enter the s...
15 comments:
Saturday, April 04, 2009

"Configuration system failed to initialize"

›
If you see a ConfigurationErrorsException along with the information "Configuration system failed to initialize" in your QuickWatc...
3 comments:
Friday, April 03, 2009

Membership Provider Implementation using NHibernate

›
ASP.NET allows selectively replacing provider implementations with your own custom implementation, e.g. when you want to store membership in...
3 comments:
Saturday, March 28, 2009

csUnit 2.6 Released

›
csUnit 2.6 has been released and is available for download. More information is available here . The major points of interest are: csUnit is...
Friday, March 20, 2009

"Failed to create a service in configuration file"

›
You may encounter this error message when you try to add a WCF base service to your web service project. The additional text of this error ...
2 comments:
Thursday, March 19, 2009

Updating Silverlight User Interface From Timer

›
Updating a Silverlight based user interface from a timer may not work as expected. The reason is that the timer thread is different from the...
Monday, March 16, 2009

ClassInitialize Method Can Be 'static'

›
A few days ago I wrote about adding support for MS Unit Testing to csUnit (see here ). Since I am also using ReSharper it sometimes sugges...
Sunday, March 15, 2009

Implicit Typing Can Make TDD Harder

›
Starting with C# 3.0 the language supports the concept of implicit typing at the method level using 'var'. While on one hand this ne...
Saturday, March 14, 2009

Passing Serialized Exceptions as Service Faults

›
One way to pass errors from methods back to a caller is using Exceptions. Unfortunately that doesn't work with services since a caller m...
‹
›
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.