Daniel Auger

3,414
Reputation
562 views

Registered User

Name Daniel Auger
Member for 1 year
Seen 15 hours ago
Website
Location Saint Paul, MN
Age 34
Programmer, musician, pc gamer, and retro computer enthusiast.

http://twitter.com/danielauger
Nov
23
accepted NHibernate HiLo ID generator is performing a round-trip to the database per-row inserted
Nov
23
awarded  Self-Learner
Nov
17
awarded  Good Answer
Nov
16
accepted How to avoid NHibernate.NonUniqueObjectException
Nov
15
comment Build server for WPF app - does Team City have an advantage over CruiseControl.NET?
We are in the process of giving TFS 2008 a go as our build server. Hopefully we'll have some White tests to try soon.
Nov
12
revised How to avoid NHibernate.NonUniqueObjectException
edited body
Nov
12
revised How to avoid NHibernate.NonUniqueObjectException
added 120 characters in body; added 203 characters in body; deleted 4 characters in body
Nov
12
revised How to avoid NHibernate.NonUniqueObjectException
deleted 1 characters in body; added 79 characters in body; added 100 characters in body
Nov
12
answered How to avoid NHibernate.NonUniqueObjectException
Nov
2
accepted What is a practical way to model lookup tables in Domain Driven Design (DDD)?
Oct
30
comment Best practice for storing and referencing DLL libraries?
:) I've added a comma to clear it up. Thanks!
Oct
30
revised Best practice for storing and referencing DLL libraries?
added a comma
Oct
30
answered mixing NHibernate with 3 tier developing
Oct
28
awarded  Nice Answer
Oct
21
comment What does the => operator do?
They definitely cut down the total lines of code. Also, it can be argued that using lambdas with proven/reliable extension methods is potentially less error prone than doing it long hand. They do seem weird at first, but they become 2nd nature quickly.
Oct
21
answered MVVM pattern for ASP.NET Webforms ?
Oct
21
accepted Client Access to SQL Server over the Internet
Oct
17
comment Client Access to SQL Server over the Internet
The WCF to WS call will introduce a tiny perf hit (milliseconds if that) if they are on the same network/intranet. The biggest overhead is probably going to be sending soap over the net instead of the strait tcp connection they used to have to the database. I'd say you'll be introducing at least a 10th of a second if not more per call. For most data entry app, it won't be something that a client will notice. If it was an online video game, it would be noticable.
Oct
17
revised Client Access to SQL Server over the Internet
added 1 characters in body
Oct
17
revised Client Access to SQL Server over the Internet
deleted 96 characters in body; added 6 characters in body; added 284 characters in body; added 17 characters in body
Oct
17
answered Client Access to SQL Server over the Internet
Oct
16
answered Where should I be creating the entity objects?
Oct
8
comment Build server for WPF app - does Team City have an advantage over CruiseControl.NET?
Thanks for caching the title. I've updated it.
Oct
8
revised Build server for WPF app - does Team City have an advantage over CruiseControl.NET?
edited title
Oct
8
revised Build server for WPF app - does Team City have an advantage over CruiseControl.NET?
added 167 characters in body
Oct
8
asked Build server for WPF app - does Team City have an advantage over CruiseControl.NET?
Oct
2
awarded  Good Answer
Sep
24
revised Can TDD Work in a Architect/Implementer Environment?
edited title
Sep
24
revised How can I shrink the size of my mono touch application
added 98 characters in body; edited body
Sep
23
revised Sharing domain model with WCF service
deleted 1 characters in body
Sep
23
answered How can I shrink the size of my mono touch application
Sep
23
revised Sharing domain model with WCF service
added 477 characters in body
Sep
23
answered Sharing domain model with WCF service
Sep
23
revised Can a WCF service w/ BasicHttpBinding without a MEX Endpoint be exploited by absolute strangers?
added 203 characters in body
Sep
23
comment Can a WCF service w/ BasicHttpBinding without a MEX Endpoint be exploited by absolute strangers?
I completely understand what you are saying about the level of security it provides.
Sep
23
asked Can a WCF service w/ BasicHttpBinding without a MEX Endpoint be exploited by absolute strangers?
Sep
19
comment What was your first computer game that got you interested in computers?
The xbox live arcade version of this game isn't too shabby.
Sep
14
answered Can anyone recall my favorite childhood programming book?
Sep
12
comment Why are database features being ignored, and instead reinvented in the middle tier?
Good point. I have de-nastied the answer to some extent. I went with naive.
Sep
12
revised Why are database features being ignored, and instead reinvented in the middle tier?
Made first paragraph less "nasty".
Sep
10
accepted Database independence with NHibernate?
Sep
10
comment Database independence with NHibernate?
If you only have a handful of stored procedures and still use NHibernate for most sql operations, then I think it's still easier to move to another db than using stored procedures for everything. That being said, NHibernate does a lot more than generate sql. It tracks changes, manages object cache, object identity map, unit of work etc... Those features are just as useful as the SQL generation IMHO because they are very difficult/tedious to do by hand. NHibernate still has real value even in a 100% stored procedure environment. But yes, the more procs you have, the less easy it is to move DBs.
Sep
9
revised Database independence with NHibernate?
added 157 characters in body; deleted 7 characters in body
Sep
9
answered Database independence with NHibernate?
Sep
9
comment Hibernate Security Apprehension: Hibernate vs. Stored Procedures
Good answer. This is what one of the NHibernate devs suggests for scenarios where the DBA wants to lock down the DB. ayende.com/Blog/archive/…
Sep
4
revised Hierarchical queries in LINQ
edited body
Sep
4
answered Hierarchical queries in LINQ
Sep
3
revised Why are database features being ignored, and instead reinvented in the middle tier?
added 26 characters in body
Sep
3
revised Why are database features being ignored, and instead reinvented in the middle tier?
added 138 characters in body
Sep
3
revised Why are database features being ignored, and instead reinvented in the middle tier?
added 6 characters in body