Manni on DotNet

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

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,...
Saturday, July 31, 2010

Updating a Lucene Index – The “Green” Version

›
There are plenty of examples available on the internet that are good introductions into the basics of a Lucene.NET index. They explain how ...
3 comments:
Friday, July 30, 2010

Configuring log4net for ASP.NET

›
Yes, there are already a few posts out there, and yet I think there is value in providing just a recipe to make it work in your ASP.NET proj...
1 comment:
Wednesday, July 28, 2010

Wildcard Searches in Lucene.NET

›
Yes, you can do wild card searches with Lucene.Net . For example you can search for the term “Mc*” in a database with names it will then ret...
5 comments:
Monday, July 26, 2010

Lucene Index Toolbox

›
After you have succesfully created your first index with Lucene.Net you might wonder whether the index was actually created as you wanted. ...
Sunday, July 25, 2010

Visual Studio 2010 and WCF: Hard-to-read Error Message

›
Just ran into the following error/failure when updating a service reference to a WCF based service: The challenge I had was that I coul...
Wednesday, July 21, 2010

SVN Location of Lucene.NET

›
I’m probably the last one to notice… And if not, here is the subversion (SVN) repository location of Lucene.NET after it has come out of Ap...
Sunday, July 18, 2010

Selenium RC and ASP.NET MVC 2: Controller Invoked Twice

›
Admittedly MVC (as of writing I use ASP.NET MVC 2) has been designed from the ground up for automated testability ( tutorial video about add...
Wednesday, June 30, 2010

A “useful” help page for ModelStateDictionary.AddModelError()?

›
Just tried to use Microsoft’s online documentation for ModelStateDictionary.AddModelError() . The following picture is a screen shot as of 3...
‹
›
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.