ferventcoder

632
reputation
78 views

Registered User

name ferventcoder
member for 1 year
seen 10 hours ago
website
location US
age 30
"A witty comment"
http://bash.org/?top
http://www.qdb.us/top
<fabz>I think we need to work on our communication.. one guy is talking crap, one just goes "lol" and the other one doesn't understand what's going on
<atsleek>lol
<Nefemus>what?


http://www.qdb.us/51570
Dec
14
comment What Tools Do You Recommend To Auto-Build Your Application?
There is a book that is a short read - it's called Build Master. amazon.com/Build-Master-Microsofts-Configuration-… It was written by a guy that was a dedicated builder for Microsoft. He was part of the team that built Microsoft Windows.
Nov
25
comment best .net build tool
Hey Peter - we do the same thing, but we templated the NAnt and make it reusable. What we ended up with we released as a product called UppercuT - projectuppercut.org
Nov
25
comment Robust and friendly command line tools for .NET?
Big ups for Mono.Options - devlicio.us/blogs/rob_reynolds/…
Nov
23
comment Mono Migration Analyzer: What are all of the command line switches?
That was really the only one. I just didn't want a file changing every time in source. But I can set it to ignore for now.
Nov
23
accepted How do I make a database backup and have it stored locally?
Nov
18
answered how to add event listener via fluent nhibernate?
Nov
18
comment How do I make a database backup and have it stored locally?
I didn't vote you down... but to be clear, I want to do an automated database backup from a remote server and don't have access to the remote file system. I would like to have the backup be stored locally. I don't want the .mdf file, I want the .bak (think SQL server for now).
Nov
16
answered How do I make a database backup and have it stored locally?
Nov
16
revised How do I make a database backup and have it stored locally?
removing - I can answer my own question.
Nov
16
revised How do I make a database backup and have it stored locally?
update
Nov
16
revised How do I make a database backup and have it stored locally?
mistakes
Nov
16
comment How do I make a database backup and have it stored locally?
I actually think I might have it figured out. code.google.com/p/roundhouse/…
Nov
16
comment How do I make a database backup and have it stored locally?
Thanks man. I will be less vague
Nov
15
comment .NET Migrations Engine
RoundhousE is a new kid on the block that hopes to accomplish more with migrations. projectroundhouse.org There are some articles over at ferventcoder.com showcasing what it can do.
Nov
15
asked How do I make a database backup and have it stored locally?
Oct
29
answered .NET Migrations Engine
Oct
28
comment Mono Migration Analyzer: What are all of the command line switches?
Thanks man. Any future plans to allow for more switches?
Oct
25
revised Mono Migration Analyzer: What are all of the command line switches?
Clarification
Oct
25
comment Mono Migration Analyzer: What are all of the command line switches?
Perhaps this is because I am running from Windows?
Oct
25
revised Mono Migration Analyzer: What are all of the command line switches?
Adding more descriptive content
Oct
25
comment Mono Migration Analyzer: What are all of the command line switches?
Unknown argument: --help
Oct
25
asked Mono Migration Analyzer: What are all of the command line switches?
Oct
23
awarded  Popular Question
Sep
20
awarded  Yearling
Jun
26
comment NHibernate Mapping with No Id
Okay - dumb question. How does one map to the row index? What does that look like in the mapping file? We looked for this in the documentation and decided to ask.