Manni on DotNet

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

Saturday, February 27, 2010

ReSharper 4.5 Memory Consumption – Hopefully The Last Post On This Subject

›
I posted in the past about the memory consumption of ReSharper 4.5 with large solutions containing C# but also many C++ projects with over ...
Tuesday, February 23, 2010

Generic Empty Array

›
In certain situations empty arrays of a specific type can be handy. Of course you could always use “new MyType[0]” to instantiate such an em...
Friday, February 19, 2010

Whereabouts of csUnit

›
Ok, I’ve been a bit quiet on csUnit for a while. The reason being that I tried to get a plug-in for ReSharper running. And to some degree I ...
Tuesday, February 16, 2010

Consuming a WCF Service

›
In one of my recent posts I demonstrated how to implement a simple WCF service using Visual Studio 2008. This time I’ll look at how to impl...
Friday, February 12, 2010

Installing SQL Server 2008 (64bit) on Windows 7 (64bit)

›
As described here you can run into an error when trying to install Microsoft SQL Server 2008 (x86, 64bit) on a Vista (64bit). The error mes...
1 comment:
Thursday, February 11, 2010

Microsoft Visual Studio 2010 RC Released

›
Microsoft just made available the release candidate (RC) for Visual Studio 2010 and the .NET Framework 4.0. The downloads are available for...
Thursday, February 04, 2010

Using Environment Variables in WiX

›
Today I ran across a challenge with WiX , which took me a couple of hours to resolve. Maybe I can help you saving this time by describing wh...
5 comments:
Wednesday, February 03, 2010

ArgumentException vs ArgumentNullException

›
Ok, maybe I’m missing the point, but here is an item I don’t understand: When you want to throw an ArgumentException with the parameter nam...
Tuesday, February 02, 2010

Implementing a WCF Service in Visual Studio 2008

›
I’m aware that there are quite a few examples already for how to implement and consume services using WCF in Visual Studio 2008. However, I’...
4 comments:
Wednesday, January 13, 2010

ASP.NET Web Deployment Projects and Subversion

›
If you are using both ASP.NET Web Deployment Projects and Subversion you might have come across the issue that the deployment project copies...
1 comment:
Saturday, January 02, 2010

Compile error in file reference.cs

›
It's a bit strange but I'm observing the following: ASP.NET Web Application + Service Reference + master page = compile errors in f...
Saturday, November 14, 2009

C# 4.0: MethodBag, ExpandoObject and other cool stuff

›
With the new features that are part of the DLR you can create plenty of cool stuff like Dynamic Method Bags , ExpandoObject , etc. More blog...
Monday, November 09, 2009

IE8 and Selenium RC: Tests won't execute

›
Just noticed that running tests through Selenium RC in Internet Explorer 8 (IE8) displays a message containing an info to disable pop-up bl...
21 comments:
Sunday, November 08, 2009

ASP.NET Forms Based Authentication: Minimum Configuration

›
Where possible I try to implement functionality with the minimum code I can get away with. Yes, that means that I leave out all 'flexibi...
Monday, November 02, 2009

ASP.NET, Master Pages and Selenium RC

›
Testing master pages in ASP.NET using Selenium can be tricky at the beginning since ASP.NET mangles the identifiers of controls on your page...
Sunday, November 01, 2009

WiX vs InstallShield

›
Until recently we used InstallShield for all our software packaging needs. It was never a love relationship as the product is complicated to...
1 comment:
Saturday, October 31, 2009

Web user interface testing? Selenium!

›
Working on a web based user interface? New or existing? Need automated testing? No problem: Use Selenium . Yes, it's Java-based but that...
Saturday, September 05, 2009

Path used in Assembly.LoadFrom()

›
One way of loading an assembly into an AppDomain is using the static method Assembly.LoadFrom (). An interesting aspect here is: Which fold...
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:
‹
›
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.