bernhardrusch

1,459
reputation
191 views

Registered User

name bernhardrusch
member for 1 year
seen 16 hours ago
website
location
age
Nov
27
awarded  Notable Question
Nov
11
answered Microsoft .NET vs. LAMP for startups
Nov
6
answered Is 4-5 years the “Midlife Crisis” for a programming career?
Oct
27
answered MySQL: are the consistency/data loss/query optimization issues I read about “that bad”?
Oct
27
comment Windows forms: ShowDialog - dialog doesn’t show up
well - I've created a dummy window and used it as an owner - now it works
Oct
27
comment Windows forms: ShowDialog - dialog doesn’t show up
it has to be asynchron and should block the application until the user selected something -> this is much easier this way.
Oct
23
asked Windows forms: ShowDialog - dialog doesn’t show up
Oct
23
comment Form.ShowDialog() or Form.ShowDialog(this) ?
I actually have this problem - I am running an external process from an outlook plugin - and it doesn't show the dialog. Any ideas how to show the dialog ? It doesn't have any form -> i just want to show a dialog. If I call "MessageBox.Show" before - it works - otherwise not.
Oct
21
awarded  Nice Answer
Oct
21
revised How do you properly use namespaces in C++?
the boost library uses more namespaces - changed the middle part
Oct
19
comment Keep window in foreground (even if it loses focus)
Good quote - but quite a bit overused.
Oct
16
comment Keep window in foreground (even if it loses focus)
Works for me - thank you...
Oct
16
asked Keep window in foreground (even if it loses focus)
Oct
8
comment How check if given string is legal (allowed) file name under Windows?
Your link doesn't work anymore (at least for me)
Sep
30
comment NHibernate lazy loading property - what does build-time bytecode instrumentation mean ?
I've tried it with Linfu and Spring - but it didn't lazy load the object with either. the picture object was always initialized (even if it wasn't accessed until then)
Sep
30
asked NHibernate lazy loading property - what does build-time bytecode instrumentation mean ?
Sep
14
accepted Parse a search string (into NHibernate Criterias )
Sep
11
answered Parse a search string (into NHibernate Criterias )
Sep
11
accepted asp.net on mono: how to add a reference to an assembly
Sep
11
answered asp.net on mono: how to add a reference to an assembly
Sep
11
revised Parse a search string (into NHibernate Criterias )
Added some new findings
Sep
11
comment Parse a search string (into NHibernate Criterias )
I am not totally sure if I want to go this way, because our users are having quite complex requests (defining search sets and saving them) - but thanks a lot. It looks great.
Sep
11
asked Parse a search string (into NHibernate Criterias )
Sep
8
comment MySQL delete all results of sub-query
another tip - if you want to test out if a delete statement is working - use the where clause with a "select *". Then you see all the rows which are going to be deleted. [Maybe there are some edge cases where this statement wouldn't work - but I can't think of any)
Sep
8
comment MySQL delete all results of sub-query
So this means the statement deletes all the rows where the user AND event_date is the same than in the row from the no_duplicates. I think this is what you want ? Otherwise you would have to specifiy a better key (id ?)
Sep
8
comment MySQL delete all results of sub-query
Yes - but to be 100% sure - always backup before trying statements
Sep
8
answered MySQL delete all results of sub-query
Sep
2
answered IList<int> vs List<int>
Sep
2
answered What’s a good example domain for an NHibernate presentation?
Sep
2
answered NHibernate: Insert and update dates
Aug
27
comment Is that true that if you keep bulky files on the Desktop then Windows slow down?
this kind of questions should be asked on superuser.com
Aug
27
awarded  Yearling
Aug
24
comment Need to Get Data from a table which contains unique id with different category in mysql
glad I could help
Aug
24
revised Need to Get Data from a table which contains unique id with different category in mysql
edited tags
Aug
24
accepted Need to Get Data from a table which contains unique id with different category in mysql
Aug
24
answered Need to Get Data from a table which contains unique id with different category in mysql
Aug
11
accepted Using nullable types in public APIs
Aug
7
revised asp.net on mono: how to add a reference to an assembly
added 130 characters in body
Aug
7
comment asp.net on mono: how to add a reference to an assembly
thanks - I was missing the <%@Assembly name="XXXFunctions" %> statement...
Aug
7
comment asp.net on mono: how to add a reference to an assembly
do I have to restart the server after adding additional binaries in the bin subdirectory - it looks for me he isn't including the files to search for this namespace
Aug
6
revised asp.net on mono: how to add a reference to an assembly
edited tags
Aug
6
asked asp.net on mono: how to add a reference to an assembly
Aug
5
awarded  Organizer
Aug
5
comment Using NHibernate inside a DLL
thank you for your further investigation !
Aug
4
comment Using NHibernate inside a DLL
well, I've never used Fluent NHibernate - but this looks good. I would prefer an answer without Fluent. We are currently using the mapping attributes and then we are generating the files - but if I don't get any other solution here - your answer will be accepted for sure...
Aug
4
answered Using nullable types in public APIs
Aug
4
revised Best Free Controls for .NET
added SourceGrid control; added 4 characters in body
Aug
4
asked Using NHibernate inside a DLL
Jul
30
awarded  Nice Question
Jul
29
comment SQL0100W Error on DB2
too bad - this was one of the more annoying things of DB2.