Manni on DotNet

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

Saturday, September 15, 2012

Free Azure Storage Explorers

›
When working with Azure you’ll eventually work with storage (blob, table, …). Wouldn’t it be nice if you had a simple way to browse through ...
Tuesday, September 11, 2012

NullReferenceException in Html.ValidationSummary()

›
I was implementing a view using ASP.NET MVC, MVC 4 in this case but I suspect the version is irrelevant. I received a NullReferenceException...
2 comments:
Saturday, April 21, 2012

ASP.NET: Base Directory and Developer Tests

›
Assume that in your ASP.NET application you need to access a file that is part of the deployed web site. On the other hand you would like to...
Wednesday, April 18, 2012

MVC 3 and "Microsoft JScript runtime error: 'jQuery' is undefined"

›
In the course of working on an ASP.NET MVC 3 based project I updated jQuery via NuGet. This worked as expected, except for one view where th...
Monday, April 16, 2012

WiX 3.6 Beta Behavior When Building

›
Just noticed an interesting behavior of a solution that contains about 20 projects and one WiX project. It would fail when using “Rebuild Al...
Monday, April 09, 2012

More On Closing WCF Connections

›
Some time ago I blogged about how to implement a WCF client in C# using VS2008. In particular I mentioned that implementing the client side...
1 comment:
Saturday, March 03, 2012

VisualBasic .NET and C#

›
In case you need to compare language features of VB.NET and C#, you might find the following URL helpful. It contains a quite detailed comp...
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...
‹
›
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.