User nachojammers - Stack Overflowmost recent 30 from stackoverflow.com2009-11-30T18:40:59Zhttp://stackoverflow.com/feeds/user/1911http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1287557/subsonic-2-1-using-multiple-databases/1287593#12875933Answer by nachojammers for SubSonic 2.1 using multiple databasesnachojammers2009-08-17T12:07:18Z2009-08-17T12:07:18Z<p>Hi,</p>
<p>I think this has already been answered here:
<a href="http://stackoverflow.com/questions/968391/subsonic-dynamic-connections">http://stackoverflow.com/questions/968391/subsonic-dynamic-connections</a></p>
http://stackoverflow.com/questions/18642/what-is-the-most-unreadable-programming-language/18656#186564Answer by nachojammers for What is the most unreadable programming language?nachojammers2008-08-20T19:38:19Z2008-10-10T16:08:18Z<p>Perl, especially when written by my old boss.</p>
http://stackoverflow.com/questions/17512/computer-language-puns-and-jokes/17935#17935138Answer by nachojammers for Computer Language puns and jokesnachojammers2008-08-20T13:25:26Z2008-09-21T19:50:53Z<p>A SQL query goes into a bar, wanders up to 2 tables and says "can i join you".</p>
<p><em>groan</em></p>
http://stackoverflow.com/questions/102697/we-cant-do-agile-because/103041#1030410Answer by nachojammers for We can't do agile because...nachojammers2008-09-19T15:41:50Z2008-09-19T15:41:50Z<p>I have found that often "management" don't understand it, and are addicted to a waterfall style of thinking.</p>
<p>That said you can use agile development techniques to increase the quality of what you are delivering (TDD, continuous integration, occasional pair programming etc etc).</p>
<p>You can then be faced with "management" contributing to such discussions with:</p>
<p>"why are there 2 people sat at one computer, it must be inefficient" </p>
<p>"agile practices were responsible for the dotcom bubble bursting"</p>
<p>"we must gather detailed requirements up front before we start developing"</p>
<p>"i need a ticklist to ensure something has been done properly"</p>
http://stackoverflow.com/questions/93595/do-you-generate-code-if-so-what-do-you-use-and-what-do-you-generate/93629#936290Answer by nachojammers for Do you generate code? If so, what do you use and what do you generate?nachojammers2008-09-18T15:34:29Z2008-09-18T15:34:29Z<p>I have used CodeSmith and MyGeneration, wasn't overly keen on either, felt somewhat terse to use, learning template languages etc.</p>
<p>SubSonic is what we sometimes use here to generate a Data Access Layer. Used in the right size projects, it is a fantastic time saving tool. <a href="http://subsonicproject.com/" rel="nofollow">clicky</a></p>
http://stackoverflow.com/questions/18655/why-do-we-need-entity-objects/18834#1883416Answer by nachojammers for Why do we need entity objects?nachojammers2008-08-20T21:03:50Z2008-08-20T21:09:06Z<p>Theory says that highly cohesive, loosely coupled implementations are the way forward.</p>
<p>So I suppose you are questioning that approach, namely separating concerns.</p>
<p>Should my aspx.cs file be interacting with the database, calling a sproc, and understanding IDataReader? </p>
<p>In a team environment, especially where you have less technical people dealing with the aspx portion of the application, I don't need these people being able to "touch" this stuff.</p>
<p>Separating my domain from my database protects me from structural changes in the database, surely a good thing? Sure database efficacy is absolutely important, so let someone who is most excellent at that stuff deal with that stuff, in one place, with as little impact on the rest of the system as possible. </p>
<p>Unless I am misunderstanding your approach, one structural change in the database could have a large impact area with the surface of your application. I see that this separation of concerns enables me and my team to minimise this. Also any new member of the team should understand this approach better.</p>
<p>Also, your approach seems to advocate the business logic of your application to reside in your database? This feels wrong to me, SQL is really good at querying data, and not, imho, expressing business logic.</p>
<p>Interesting thought though, although it feels one step away from SQL in the aspx, which from my bad old unstructured asp days, fills me with dread.</p>
http://stackoverflow.com/questions/18746/how-would-you-spend-150-on-developer-tools/18773#1877312Answer by nachojammers for How would you spend $150 on developer tools?nachojammers2008-08-20T20:42:14Z2008-08-20T20:47:47Z<p>undeniably, absolutely, and categorically </p>
<ul>
<li>€114 a personal license for
<a href="http://www.jetbrains.com/resharper/" rel="nofollow">Resharper</a>, the c# edition</li>
</ul>
<p>I really couldn't live without it</p>
http://stackoverflow.com/questions/18601/best-practice-for-integrating-tdd-with-web-application-development/18615#186154Answer by nachojammers for Best practice for integrating TDD with web application development?nachojammers2008-08-20T19:16:02Z2008-08-20T19:16:02Z<p>I layer out the application and at least unit test from the presenter/controller (whichever is your preference, mvc/mvp) to the data layer. That way I have good test coverage over most of the code that is written.</p>
<p>I have looked at FitNesse, Watin and Selenium as options to automate the UI testing but I haven't got around to using these on any projects yet, so we stick with human testing. FitNesse was the one I was leaning toward but I couldn't introduce this as well as introducing TDD (does that make me bad? I hope not!).</p>
http://stackoverflow.com/questions/9545/who-in-the-software-world-do-you-admire-the-most/18583#185838Answer by nachojammers for Who in the software world do you admire the most?nachojammers2008-08-20T18:57:13Z2008-08-20T18:57:13Z<p>Charles Babbage</p>
<p>Ada Lovelace</p>
<p>Alan Turing</p>
<p>George Boole</p>
<p>Marvin Minsky</p>
<p>to name but a few heavyweights whose work I sometimes struggle to understand, not current I know, but they really did blaze a trail</p>
<p>... on the shoulders of giants</p>
http://stackoverflow.com/questions/18010/is-ankhsvn-any-good/18040#1804012Answer by nachojammers for Is AnkhSVN any good?nachojammers2008-08-20T14:04:34Z2008-08-20T14:04:34Z<p>I always had stability issues with AnkhSVN. I couldn't switch everyone to Subversion where I work without an integrated solution.</p>
<p>Thank goodness for <a href="http://www.visualsvn.com/" rel="nofollow">VisualSVN</a> + <a href="http://tortoisesvn.tigris.org/" rel="nofollow">TortoiseSVN</a>.</p>
<p>VisualSVN isn't free, but it is cheap, and works a treat. </p>
http://stackoverflow.com/questions/17903/should-developers-be-specialists-or-generalists/18018#180181Answer by nachojammers for Should developers be specialists or generalists?nachojammers2008-08-20T13:57:04Z2008-08-20T13:57:04Z<p>Maybe the answer is to be a generalising specialist? Multi disciplinary craftspeople?</p>
<p>Scott Ambler talks about this <a href="http://www.agilemodeling.com/essays/generalizingSpecialists.htm" rel="nofollow">here</a></p>
http://stackoverflow.com/questions/1001387/nhibernates-increment-generator-could-not-fetch-initial-valueComment by nachojammers on NHibernate's Increment Generator - could not fetch initial valuenachojammers2009-07-28T21:32:30Z2009-07-28T21:32:30Zdid you ever find an answer to this?http://stackoverflow.com/questions/1041271/how-to-configure-sqlite-to-run-with-nhibernate-where-assembly-resolves-system-dat/1041924#1041924Comment by nachojammers on How to configure SQLite to run with NHibernate where assembly resolves System.Data.SQLite?nachojammers2009-07-28T20:50:22Z2009-07-28T20:50:22Zyou can always just set the Unit Test project to compile to x86 (in project properties, build tab), I have to do this if the projects are shared across developers who are not all using 64bit windows.