lomaxx

11,790
Reputation
717 views

Registered User

Name lomaxx
Member for 1 year
Seen 8 mins ago
Website
Location Australia
Age 26
Developer specialising in C# asp.net and visual studio
2d
accepted How do you evaluate an open source project host?
Nov
19
answered Should I encapsulate my IoC container?
Nov
19
answered (Conventions) C# Class names
Nov
19
comment What makes domain specific software so bad, and how can I avoid those mistakes
</rant>.. man that was a long post
Nov
17
awarded  Nice Question
Nov
12
accepted StructureMap (or any IoC) and WCF
Nov
12
answered StructureMap (or any IoC) and WCF
Nov
11
answered What are the benefits of using an alternate view engine?
Nov
10
awarded  Popular Question
Nov
10
awarded  Nice Question
Nov
10
answered Why do I get a string truncation error when using data type char instead of string?
Nov
9
awarded  
Nov
9
answered Spark View Engine “An assembly with the same simple name” error
Nov
9
accepted How does ASP.NET MVC make it easier to create purpose-built, content/device-specific views?
Nov
8
revised What tools can be used to produce beautiful documentation for a Python project?
spelling
Nov
8
asked Does Java have Automatic Properties?
Nov
8
answered Best practices to convert a NHibernate app as multi-tenant?
Nov
8
accepted Does any one know of any APEX refactoring tools?
Nov
7
answered Does any one know of any APEX refactoring tools?
Nov
6
awarded  Peer Pressure
Nov
6
comment C# - Writing a CSV file in .net
You could just create some new "generator only" classes and use AutoMapper to map your real classes to the generator classes and then write those classes out using FileHelpers. I've done it before and it's pretty simple.
Nov
6
answered Domain Objects Causing NHibernate Errors
Nov
6
answered C# - Writing a CSV file in .net
Nov
5
answered Does team leader have to take blame for subordinate errors?
Nov
5
comment Which ORM should I use instead of Linq to Sql?
Castle ActiveRecord is fine, however I think fluent has a few advantages over it. First is that you can use conventions to setup your mappings. Second is that you can map your objects without having to make any changes to your class files. With active record you have to use attributes which I feel pollutes your object model somewhat.
Nov
4
answered Which ORM should I use instead of Linq to Sql?
Nov
4
revised Migrating from OS Commerce to…?
added 165 characters in body
Nov
4
answered Migrating from OS Commerce to…?
Nov
4
awarded  Nice Answer
Nov
4
answered How does ASP.NET MVC make it easier to create purpose-built, content/device-specific views?
Nov
4
comment Closing The Sale With Difficult Customers
I think the question is if I was answering your question or referring to it
Nov
4
accepted .Net MVC App is constantly compiling - how do I find out why?
Nov
4
answered Making a short URL similar to TinyURL.com
Nov
4
answered Whats the most impressive thing you’ve seen done with JavaScript?
Nov
4
answered Closing The Sale With Difficult Customers
Nov
4
answered .Net MVC App is constantly compiling - how do I find out why?
Nov
3
comment Disadvantages of the Force.com platform
@Jeremy out of curiousity... how much time do you spend in the eclipse ide plugin vs just setting things up in the "setup" menu's within a salesforce application?
Nov
3
answered Advanced .NET Membership/Role Provider
Nov
3
answered Should NHibernate assign id to entities or should it be handled by application?
Nov
3
comment Disadvantages of the Force.com platform
That's a great list you've got there
Nov
3
answered NHibernate Inheritance - Discriminator-Value
Nov
3
comment Blacking out content leaving one page div visable
are you talking about something like this? extjs.com/deploy/dev/…
Nov
3
asked Disadvantages of the Force.com platform
Nov
2
comment Asp.net page crashes other asp pages
can you post some sample code so we can get an idea of what is happening on those pages?
Nov
2
answered Programmatically using UserControls
Nov
2
answered Finding weather data to use for training a neural network
Nov
2
answered Bubble Tool tip in ASpnet Ajax
Nov
2
comment Many-to-many collection mapping in NHibernate
Correct, you don't need to define the class, but you still need to map the relationship through the table in the database
Nov
1
answered Many-to-many collection mapping in NHibernate
Oct
28
revised NHibernate : Projection List
added 48 characters in body