zonkflut

221
Reputation
117 views

Registered User

Name zonkflut
Member for 1 year
Seen Nov 20 at 3:06
Website
Location AU
Age 26
I am a Software Developer for Compassion Australia which is a Non-Denominational Child Sponsorship and Advocacy Ministry. I also am activly involved in my local church where I help in leading out in an Outdoor Recreational outreach program.

Interests:
* Software Development
* Software Architecture
* Software Patterns and Practices
* Rock Climbing
* Canyoning
* Abseiling
* White Water Kayaking
* Indroducing children to the wonders of Gods Nature through Outdoor Recreation
Nov
5
awarded  Yearling
Sep
16
comment Installation problems with ASP MVC Release Candidate 1
This solved my problem :) All good after uninstalling CloneDetective.
Sep
16
comment Can’t build dtproj [SSIS] project in Visual Studio
This worked for me. Thanks.
Sep
15
comment Inserting a record with a Composite Key using NHibernate
the CountryID is required as it is used to uniquely identify which instance of the database (i.e. which country's database) it is on replication. This was the original solution chosen to deal with distributed databases. Hence to remain correct I have to use the composite key :(
Jul
10
comment What are Code Smells? What is the best way to correct them?
My guess would be some sick sadistic masochist programmer wanting to assert their dominance over future readers of their code base.
Jun
26
awarded  Civic Duty
Jun
16
comment Configuration issue Web.Config / Custom Providers
cheers, I didn't realise that. But if you were creating a custom provider for it wouldn't you have to register it somewhere?
Jun
16
comment Inserting a record with a Composite Key using NHibernate
this option throws an FKUnmatchingColumnsException 'must have same number of columns as the referenced primary key'
Jun
16
answered Configuration issue Web.Config / Custom Providers
Jun
16
awarded  Critic
Jun
16
comment Inserting a record with a Composite Key using NHibernate
How would this affect the caching of objects? In particular the session.Get<TModel>(id); with the possibility of duplicates in the tablename_id column.
Jun
15
asked Inserting a record with a Composite Key using NHibernate
Jun
12
answered C# - How to access internal class from external assembly
Jun
9
answered What is the correct way to write a constructor for a wrapper class
Jun
9
answered How do different languages handle the “dangling else”?
Jun
9
accepted Getting an IOException on multiple writes to a file.
Jun
4
answered Getting an IOException on multiple writes to a file.
Jun
4
comment Getting an IOException on multiple writes to a file.
adding the extra .Close() didn't work.
Jun
4
answered Formatting html dates and numbers on the fly
Jun
4
comment Getting an IOException on multiple writes to a file.
should it matter? but it ends up close to 20mb by the time it has been called a few hundred times.
Jun
4
comment Getting an IOException on multiple writes to a file.
Simon you should add that as an answer....
Jun
4
comment Getting an IOException on multiple writes to a file.
The CreateFileName method is not used by the CsvBatchPrinter at all. I'll get Process Monitor and have a look. Cheers
Jun
4
revised Getting an IOException on multiple writes to a file.
added 3734 characters in body
Jun
4
comment Getting an IOException on multiple writes to a file.
I removed the full file path was for brevity. And yes the only process that was accessing the file at all was my process, which is using a single Thread.
Jun
4
asked Getting an IOException on multiple writes to a file.
Jun
4
answered Fluent NHibernate Has Many to Many Convention Questions
Jun
3
comment Best way to mount a linux filesystem on windows over the internet?
+1 for the edit :)
Jun
3
comment Best way to mount a linux filesystem on windows over the internet?
you should open a question in Serverfault.com and then put a link to it in here. then close the question.
Jun
3
comment Refactoring advice for big switches in C#
Yeah this is definately what I was thinking. This is also known as the Strategy Pattern as stated by rjohnston's answer
Jun
2
answered Formatting of hard to read try..catch..finally blocks?
Jun
2
awarded  Commentator
Jun
2
comment Coding Party tricks
Sweet love party games :)
Jun
2
comment Coding Party tricks
I'll upvote to that
Jun
2
answered Using Generics in Interfaces
Jun
2
comment How can I have design time support for my custom user controls in Visual Studio 2008?
Hey Joel, You left a comment on my answer that you would give it a try. Did it work? I would love your feedback, and for the benifit of the rest of the users of this site please upvote or downvote replys to your questions and mark one as the answer if it has answered your question. Cheers!