cbp

2,529
reputation
245 views

Registered User

name cbp
member for 1 year
seen 1 hour ago
website
location Earth
age
1d
comment NHibernate one-to-many relationship without bidirectional association
But its one of my requirements that I don't want a bi-directional association, because it makes the model more confusing.
2d
comment NHibernate one-to-many relationship without bidirectional association
How can I do this - according to the docs: "If the <key> column of a <one-to-many> association is declared NOT NULL, NHibernate may cause constraint violations when it creates or updates the association. To prevent this problem, you must use a bidirectional association with the many valued end (the set or bag) marked as inverse="true"."
2d
asked NHibernate one-to-many relationship without bidirectional association
2d
awarded  Popular Question
Dec
7
answered CSS: Fixed with horizontal menu, with variable width tabs, using ul
Dec
7
comment CSS: Fixed with horizontal menu, with variable width tabs, using ul
This also produces kind of an ugly result - the padding adjust proportionally to the width of the items. Really we want fixed sized paddings - I'll answer below.
Dec
7
comment CSS: Fixed with horizontal menu, with variable width tabs, using ul
Thanks - yeah this is a starting point but it also has to be more complex to account for rounding errors. My answer is too ugly to post, sorry!
Dec
7
comment CSS: Fixed with horizontal menu, with variable width tabs, using ul
Thanks - of course I need at least IE 7 support :)
Dec
7
asked CSS: Fixed with horizontal menu, with variable width tabs, using ul
Dec
4
answered ASP.NET security issues, maybe Umbraco related, but most likely just general security issue…
Dec
2
accepted Auto-mock container: Rhino Mocks and NInject
Dec
2
comment Auto-mock container: Rhino Mocks and NInject
I use a base class for all my test fixtures which calls Reset during teardown. I also use a static kernel container. Definitely not ideal, but I find this sort of stuff never is.
Nov
30
answered Auto-mock container: Rhino Mocks and NInject
Nov
30
asked Auto-mock container: Rhino Mocks and NInject
Nov
30
asked NHibernate FutureValue and nullable types
Nov
26
revised Flush NHibernate whilst still allowing transaction rollback
added 91 characters in body
Nov
26
asked NHibernate: How to check if an entity is persistent
Nov
22
answered Fluent nhibernate: How do I map an entity with a property who’s type is an interface?
Nov
19
asked SQL Server: Best way to deny sql user access to old data
Nov
19
asked Flush NHibernate whilst still allowing transaction rollback
Nov
18
comment Synchronizing intranet and web data
The main reason is that from it's not a good idea for us to be storing large amounts of sensitive data on the web server, which is more widely exposed to the Internet than our intranet.
Nov
18
answered NHibernate: CreateCriteria and Exists clause
Nov
18
asked NHibernate: CreateCriteria and Exists clause
Nov
17
asked Synchronizing intranet and web data
Nov
17
asked NHibernate caching not working for anonymous type
Nov
17
comment Linq to NHibernate: Distinct
Doesnt work :) sorry
Nov
16
revised NHibernate: HasMany components and Where/Contains clause
deleted 9 characters in body
Nov
16
revised Linq to NHibernate: Distinct
added 80 characters in body
Nov
16
comment Linq to NHibernate: Distinct
yes, it does nothing
Nov
16
comment Linq to NHibernate: Distinct
I've tried putting Distinct() in all different positions but it has no observable effect. Running query profiler shows that the DISTINCT keyword is not being added to the sql query.
Nov
16
asked Linq to NHibernate: Distinct
Nov
13
answered XSD: difference between Element and Attribute
Nov
13
answered How to loop though a jQuery result set
Nov
13
accepted How to log request inputstream with HttpModule, then reset InputStream position.
Nov
13
comment What are your favorite extension methods for C#/.NET? (codeplex.com/extensionoverflow)
Good points, Rinat. I wish there was a way to write these extension methods.
Nov
12
comment Shortcut to turn on Resharper
Not really. You can disable code analysis using Ctrl-Alt-8 but that's not quite the same.
Nov
12
comment Asynchronous queries in a web app, using NHibernate
Because that is standard practice in a web app
Nov
11
answered Configuration SysCache2 With Fluent NHibernate
Nov
11
asked Asynchronous queries in a web app, using NHibernate
Nov
10
awarded  Self-Learner
Nov
10
asked Find out why Visual Studio decides to copy DLLs into a bin directory
Nov
9
asked How do you organise your NInject modules?
Nov
8
revised Constructor injection with other, non-dependency, constructor arguments
edited body; deleted 5 characters in body
Nov
8
comment Constructor injection with other, non-dependency, constructor arguments
Actually I think NInject can do this: for example: stackoverflow.com/questions/1374098/… But having to pass the parameter names as strings; not having the constructor arguments visible in Intellisense; long method name ('WithConstructorArguments')... give me a break!
Nov
6
comment Find the gender from a name
Of course not, no
Nov
6
comment Constructor injection with other, non-dependency, constructor arguments
OK makes sense - I can see how that would work in my code
Nov
6
answered Find the gender from a name
Nov
6
revised Constructor injection with other, non-dependency, constructor arguments
added 220 characters in body
Nov
6
asked Constructor injection with other, non-dependency, constructor arguments
Nov
6
answered Hiding Previously Entered Data in Textboxes