Tobias Hertkorn

1,309
Reputation
222 views

Registered User

Name Tobias Hertkorn
Member for 1 year
Seen 2 days ago
Website
Location
Age
Nov
13
accepted Most complete ORM with LINQ support?
Nov
5
awarded  Yearling
Oct
17
revised Git with ldap authorization
added 119 characters in body
Oct
15
asked Git with ldap authorization
Sep
18
awarded  Tumbleweed
Sep
14
comment Suppressing internal log4net error messages
Yes! <configuration> <appSettings> <add key="log4net.Internal.Quiet" value="true" /> </appSettings> </configuration> Did the trick for me! Thanks!
Sep
14
asked Suppressing internal log4net error messages
Sep
11
asked Get information about afp mountpoint in script
Sep
9
comment how to convert relative path to absolute path in windows application?
Do you mean a relative path to the current directory, in other words the working directory, or relative to the location of the .exe?
Sep
9
comment how to convert relative path to absolute path in windows application?
Would that not be depending on where you start the app from, not depending on where the exe is situated? Granted the question is not really clear on that.
Sep
9
answered how to convert relative path to absolute path in windows application?
Aug
24
accepted What’s the current state of ORMs?
Aug
5
comment Most complete ORM with LINQ support?
Hi Alex, thanks for the info - though I have to tell you, all I see there is: NHibernate is way fast enough for my purposes. ;)
Jul
17
revised Are ASP.NET Web Site projects inherently slow at compiling, or could I have deeper issues?
clarification
Jul
15
answered Are ASP.NET Web Site projects inherently slow at compiling, or could I have deeper issues?
Jul
13
comment Silverlight user authentication
Do you have experience with this solution?
Jul
12
revised Silverlight user authentication
tagging
Jul
12
asked Silverlight user authentication
Jul
7
comment What’s the current state of ORMs?
@DarkSquid Absolutely right. Are you talking about raw sql through ORM (in other word hand crafted queries) or really raw low level sql interaction?
Jul
2
comment Host Header Value Not Working Externally
you might have more luck asking admin questions on the sister site serverfault.com
Jul
2
comment What’s the current state of ORMs?
IMHO they are fast enough for 90% of the tasks usually found in a RIA, Webapp or Rich Client. They usually are not the best tool for simple(!) CRUD-Apps or pure ETL scenarios.
Jul
2
revised What’s the current state of ORMs?
clarification
Jul
2
answered What’s the current state of ORMs?
Jun
29
answered Is there a better way to wait for queued threads?
Jun
29
answered Regular expression to find and remove duplicate words
Jun
25
answered Select a random N elements from List<T> in C#
Jun
19
comment Log Cookie
Try asking questions related to administrative tasks over at serverfault.com
Jun
19
accepted What is the most useful information to display at the front of the office?
Jun
15
answered What is the most useful information to display at the front of the office?
Jun
14
comment [NHibernate] Map unknown amount of columns to Dictionary
It though is possible to dynamically detect and process table metadata. And alter insert statements accordingly. It is possible to use this information to alter and/or dynamically assemble insert statements using "classic" ado.net. The question is: Is this possible to do using NHibernate? Or does NHibernate provide some form of automation to do so.
Jun
11
answered Saving 1000+ records to the database at a time
Jun
11
comment I18n error messages in .NET
Hmm, I guess I haven't made myself clear enough. It is not about general error handling in ASP.NET type scenarios. I was asking about printing the polish equivalent of "Password does not meet the password policy requirements" even on a server that has a regular Win2003 EN installed. Wouldn't it be the case that the .NET Framework would still default to English?
Jun
11
revised I18n error messages in .NET
improved formatting
Jun
11
asked I18n error messages in .NET