Manni on DotNet

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

Thursday, January 19, 2012

ReSharper Not Showing Any Tests?

›
Version 6.x of ReSharper appears to have a tendency to forget about some tests in a solution once a while (at least once a day in my case). ...
Wednesday, December 28, 2011

Ninject, Interception and out/ref arguments/parameters

›
While implementing an aspect using Ninject along with its Ninject.Extensions.Interception I found that it wouldn’t work with arguments (par...
Saturday, December 24, 2011

Razor, MVC3, Client-Side Validation and Multiple Submit Buttons

›
In a details view for creating a new model object I wanted to replace the Cancel link with a Cancel button. I wanted both to be buttons as I...
Monday, November 28, 2011

Automapping with Fluent NHibernate: ShouldMap() implementation

›
When you use the automapping feature of Fluent NHibernate you will very quickly encounter a class called DefaultAutomappingConfiguration. T...
1 comment:
Sunday, November 27, 2011

Behavior of DirectoryInfo.Delete and Directory.Exists: Directories reappear!?

›
Please note that the following may be a corner case or an isolated case. If not then something is not quite right with running NUnit based t...
Tuesday, November 22, 2011

DirectoryInfo.Delete() when files are read-only

›
DirectoryInfo.Delete() will fail with UnauthorizedAccessException if that directory or any of its subdirectories contains a file that is rea...
Tuesday, November 08, 2011

ReSharper Not Executing Your Tests?

›
Today I ran into a small issue as ReSharper was not willing to execute my tests. Generally it does but today it was different. Let me explai...
1 comment:
Friday, November 04, 2011

Fluent NHibernate and Fluent Migrator

›
A question at stack overflow whether NHibernate and migratordotnet play nicely together caught my interest. So I started a little experi...
3 comments:
Saturday, October 22, 2011

FluentConfigurationException: Pitfalls of Auto-Completion

›
Working on some code I ran into a FluentConfigurationException when trying create the session factory. With (much) more experience I probabl...
Monday, October 17, 2011

Strong Name Utility Message: "x.dll does not represent a strongly named assembly"

›
We are in the process of migrating our code base from Visual Studio 2008 to Visual Studio 2010. To give you an indication for the size of th...
Sunday, July 31, 2011

C# Guideline: Use String.Empty When You Can

›
Whenever you are tempted to write “” as a string somewhere in your C# code use String.Empty instead. What is the difference? Technically one...
Monday, June 27, 2011

Cannot Connect To IIS running On Windows 7

›
Today I tried to set up a web server connected to my wireless router. The objective was to be able to test a web site I’m working on. I have...
Tuesday, June 21, 2011

BIN Deploying ASP.NET MVC 3 with Razor to a Windows Server without MVC installed

›
Scott Hanselman discussed in his blog some time ago the challenge with deploying MVC 3 applications where MVC is not installed on the serve...
Saturday, April 23, 2011

Fluent-NHibernate, PostgreSQL and Identifiers

›
In PostgreSQL identifiers for tables, columns, etc. are case sensitive. The problem is, though, that when you access PostgreSQL through the...
4 comments:
Monday, March 28, 2011

PostgreSQL and (Index) Names

›
Creating an index in PostgreSQL can be achieved by executing the following SQL command: CREATE UNIQUE INDEX "<indexName>" ...

All About Agile

›
I just added another entry to the “Suggested Links” section. There are quite a few sites about agile approaches in particular for software d...
Friday, March 04, 2011

Cannot toggle breakpoint with F9 key

›
Embarrassing but I still would like to share this in case it drives you nuts ... well I even re-installed Visual Studio to resolve this. Wha...
5 comments:
Monday, February 21, 2011

All About Agile

›
I just added another entry to the “Interesting Links” section. There are quite a few sites about agile approaches in particular for software...
Sunday, August 08, 2010

Partial Methods in C#

›
While experimenting with ASP.NET MVC 2 – I’m working through “Professional ASP.NET MVC 2” - I also took a lock at some of the generated code...
Sunday, August 01, 2010

Using HTTP Response Filter in ASP.NET

›
In an ASP.NET application if you want to manipulate the HTML code after it has been rendered but before it is being sent back to the client,...
‹
›
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.