Folks, Due to holiday, work, and code camp craziness I have really fallen behind on getting things arranged for next week's ALTdotNET (avoiding GMail's link ...
Enter your vote today! A new poll has been created for the phillyaltnet group: ONLY if you are interested in attending a Philly ALT.NET Pub Night around 7pm...
phillyaltnet@yahoogro...
Jan 7, 2008 4:31 pm
131
Based on some preliminary feedback, and my own mental health, I am going to make the call that next week's meeting be a pub night. I am going to need a drink...
Howdy folks, I am following the lead of the PhillyOnRails user group ( www.phillyonrails.org - special thanks to Mat Schaffer and others for tips) and holding...
For easier RSVP, I set up a dedicated address. So, if you are planning to make it to Wednesday's Pub Night (details: http://rurl.org/fvx), please send an RSVP...
I endorse the trend of the Philly Alt.Net meetings incrementally convening closer to my house. Having said that, I don't plan on hosting Dave Laribee's...
Bob, You have to watch out for me. Much like the late, great Robert Gouley I'm likely to turn up at any time and start converting your tests to specs. ...
Dave, I spend my entire Saturday pursuing the Alt.Net Body of Knowledge. I feel it was one step forward on BDD, but 2 steps backwards after realizing it also...
Yes, ALT.NET really is about whether or not you've seen "Tetsuo: Iron Man." Maybe that will finally wrest the trolls from our midst ;) ... -- / Dave ...
Actually my new background is from Dave's presentation: http://services.tucows.com/developers/wp-content/uploads/2007/10/john_mccarthy_successories_poster.jpg...
I was attempting to explain BDD to a junior developer here in our office, and I was able to give a decent explanation, and code example based upon what I...
Hi Jason, I'd be happy to talk to you about some of my thoughts and experiences. Some people have found a couple of my blog posts helpful as an intro to BDD: ...
Hello, My name is Dinakaran (Dina) working for Prime Technology Group. I have attended couple of Philly.Net session/Code Camp and my company (Prime) did...
Howdy folks, Pub Night is tomorrow night at Chaucer's, and I seem to have less RSVPs than people who voted in the poll for where to hold pub night. I know...
In the process of converting a user story to its implementation, where does the generation of the view fit in? In this case the view could be merely in the...
I can't make it. Will this be a monthly thing? From: Brian Donahue Sent: Tuesday, January 15, 2008 4:31 PM To: Philly Alt.Net Subject: [phillyaltnet] Pub Night...
Hi Dani, As of right now, this is just in lieu of our regular meeting. I'm all for people using our list if they want to organize their own (regional?) pub ...
What are people out there using for tracing and logging. What are the tools in the .NET world to do the same? To separate such application services from their...
Good to see everyone last night. Chaucer's was great - going to have to thank the Philly on Rails guys for the suggestion. I'm thinking maybe we'll try to...
I personally don't use tracing much, but it is built into the framework... For logging, there is Log4Net, a Log4J port. I use a static gateway pattern for...
Cool, never tried NLog. If it's not lacking any major features, I'd probably encourage checking it out over Log4Net, as L4N is kind of a pain to configure,...
NLog configuration is very simple. You define different rules to log at different levels. NLog has custom layouts, custom rules, custom targets and decent...
log4net is a no brainer if you're using nhibernate as it takes advantage and you're limiting ourself to one logger library. ... -- / Dave http://thebeelog.com...
I'll toss my vote in for log4Net. If you have trouble configuring... just peek at the attached config file. Just add this line to your AssemblyInfo.cs file: ...