I know it may be a bit of an oxymoron but anyone know of any good & cheap .Net hosts? It's only for my personal pages but i want windows hosting (preferably >...
DiscountASP.net does a great job (but their mail hosting sucks so use gmail). Low cost, latest .NET bits.and their servers weren't overloaded when I used...
I've been looking into this question, too. You can check out recommendations/horror stories here: http://www.vistainter.com/ http://www.findmyhosting.com/ ...
... I've been fairly happy with www.ihostnetworks.com. Disclaimer: I used to work for one of the co-founders when we were at a different company, and he gives...
I really like securewebs.com. they’re always up on all the shipping MS technologies and the tech support is exemplary. Also I really like orcsweb.com. From:...
The slickest way I've seen is to use Bemo software. [1] You can compile your apps to link to the API DLL, host your apps in separate AppDomains loaded into the...
Thanks. Bemo is pretty slick stuff. The $ will be a barrier a this point, but if I had the budget and time to add their architecture into my existing...
Bidirectional WCF services over named pipes would be the natural choice, I think. ... From: win_tech_off_topic@yahoogroups.com on behalf of SteveC Sent: Tue...
Thanks, Franci. I am looking for something a little cheaper than that if possible. If I'm reading it correctly, EC2 starts at $90/month for a Windows box. I...
Sweet combo of words-to-web-search-for. Thanks. ________________________________ From: win_tech_off_topic@yahoogroups.com on behalf of Jeremy Lew Sent: Tue...
TDD is focused on actions, on features as verbs. The objects that facilitate the actions (a.k.a. the domain) are incidental. DDD is focused on entities, on...
I think what you described is BDD, not TDD. ... -- http://bradwilson.typepad.com/ http://social.zune.net/member/Agilist http://www.flickr.com/photos/dotnetguy/...
This sounds like an excellent TDD/BDD/ATDD strategy - but I'm left asking was there a question to discuss? Confused in Ottawa Cheers Mark Levison Blog:...
... I watched nearly 8 minutes and this guy barely touched essentials. "I don't know how to test procedural code"? - I guess he's confusing "I don't know how...
... on ... http://www.notesfromatooluser.com/2008/11/writing-clean-testable-code.html. ... C is testable? How do you unit test C? Cheers Mark Levison Blog:...
What you described is "I think a bit more before I start coding", or "I do some design upfront" vs "I do test-first development". Nothing wrong with that,...
... /* WARNING: code written in notepad */ I'll assume you're wondering how do I isolate/mock out a dependency because it "sounds" like it's a hard thing to...
... Well, I forgot to implement ..._arm, but you can imagine how hard it is to type "w->is_armed = 1" before the return statement. I also forgot to implement...