FlukeFan

Stories submitted by FlukeFan

Fluent NHibernate Solution to enable SchemaExport to create HiLo colum(anthonydewhirst.blogspot.com)

submitted by FlukeFanFlukeFan(279) 3 months, 20 days ago

I spent a few hours recently trying to figure out why Fluent NHibernate (FNH) wasn’t doing what I thought it should be doing when using the HiLo generator conventions and then using the SchemaExport tool to generate my schema. After eventually looking at the hbm files that FNH was producing for a possible error and to make sure that I was using FNH correctly, I realised that FNH wasn't the problem, and that the problem lies within SchemaExport. I have created a solution ... for FNH shown below. read more...

add a comment |category: |Views: 9

tags: another

Tests are not Second-Class Citizens(broloco.blogspot.com)

submitted by FlukeFanFlukeFan(279) 2 years, 2 months ago

Describing some of the mistakes that can be made when attempting Continuous Integration. read more...

add a comment |category: |Views: 2

tags: another

Throw Exceptions In Your Domain(broloco.blogspot.com)

submitted by FlukeFanFlukeFan(279) 2 years, 11 months ago

If you have a Domain Model, you're going to have code that validates rules and checks for inconsistencies ... start with the simplest way of handling business logic errors: throw an exception. read more...

add a comment |category: |Views: 21

tags: another

Just say No! to C# Regions(extractmethod.wordpress.com)

submitted by FlukeFanFlukeFan(279) 3 years, 1 month ago

You need a language construct so that your IDE can help you hide your big messy code block from you (because it’s just so hideous, you don’t even want to look at it anymore)? read more...

2 comments |category: |Views: 813

tags: another

Sending Domain Objects Across the Wire(broloco.blogspot.com)

submitted by FlukeFanFlukeFan(279) 3 years, 3 months ago

or Using NHibernate and WCF read more...

3 comments |category: |Views: 386

tags: another

Using Lambda Expressions with NHibernate(broloco.blogspot.com)

submitted by FlukeFanFlukeFan(279) 3 years, 5 months ago

Description of a library of extensions to build up ICriteria queries using typesafe Lambda Expressions. read more...

add a comment |category: |Views: 60

tags: another

Using T4 Command-Line Parameters - Generating NHibernate Magic Strings(broloco.blogspot.com)

submitted by FlukeFanFlukeFan(279) 3 years, 6 months ago

Describes how to use T4 (TextTransform) command line parameters (in this case to generate the 'magic strings' used by NHibernate ICriteria queries). read more...

add a comment |category: |Views: 90

tags: another

Test Silverlight using Passive View(broloco.blogspot.com)

submitted by FlukeFanFlukeFan(279) 3 years, 6 months ago

An example of testing a Silverlight application using PassiveView, the regular .Net Framework, and NUnit. read more...

add a comment |category: |Views: 26

tags: another

HTML is Crap(broloco.blogspot.com)

submitted by FlukeFanFlukeFan(279) 3 years, 6 months ago

HTML is crap for writing applications. read more...

add a comment |category: |Views: 58

tags: another

Test Compact Framework Code with Passive View(broloco.blogspot.com)

submitted by FlukeFanFlukeFan(279) 3 years, 6 months ago

Testing a Compact Framework Windows Forms application using retargeting and Passive View. read more...

add a comment |category: |Views: 14

tags: another

Using NAnt with Visual Studio(broloco.blogspot.com)

submitted by FlukeFanFlukeFan(279) 4 years, 1 month ago

Get your NAnt build running from VS.Net with full intelli-sense, and build errors reported to the error list window. read more...

add a comment |category: |Views: 140

tags: another