When are you going to be back from TechEd? By 6/15? Leeman _____ From: AgileATX@yahoogroups.com [mailto:AgileATX@yahoogroups.com] On Behalf Of Jeffrey Palermo ...
If we can get four or five people to respond in the next hour, I would be interested in having the lunch today. What do you say? Respond if you can make the...
Weston, I can make it. -Mitch ... From: AgileATX@yahoogroups.com [mailto:AgileATX@yahoogroups.com] On Behalf Of Weston M. Binford III Sent: Thursday, June 01,...
I am up for it. Leeman 458-7111 x2934 _____ From: AgileATX@yahoogroups.com [mailto:AgileATX@yahoogroups.com] On Behalf Of Weston M. Binford III Sent: Thursday,...
Food and agile development talk at the Central Market Cafe at Lamar and 38th (http://tinyurl.com/brxsz). Upstairs in the gallery. Thurs, June 8, 11:30 AM....
I have a solution with two code projects. I have created two unit testing projects one for every code project. Should I leave the projects inside the same...
From: http://austinonrails.org/articles/2006/06/01/meeting-june-13-2006-7pm Come on out to Frog Design for a local RailsConf preview. Local Railers Damon...
You definitely want the unit tests in the same solution for shorter feedback cycles and refactoring. My strong preference is a single unit test assembly per...
Like Jeremy, I think you should have only one solution including your testing projects. This makes easier make continuous integration (with CrouiseControl.Net,...
I have a .Net 1.1 Web Project to upgrade to .Net 2.0. Is it better to use the Class Library, the newer "Web Site Project", or the newest and retro "Web...
Mitch, Definitely use the web application project add-in that was recently released. That is essentially, the same project structure that you have with v1.1,...
Just for emphasis, I'll add my vote whole heartedly behind the Web Application Project add-in. It will create a single DLL which you can reference from your...
It looks I will be attending, probably signing up tomorrow. Let me know if I need to do something special to give credit to someone else's group rate. ...
hey, send me an invite to the photo foldershare please -josh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has...
Yes, I'm an idiot and don't know how to use email. And I'll send this message to all, so that the idea is cemented in your heads. Ahem. In an attempt to be...
I think the answer is "It depends." Depends on what the level of reuse is. An assembly is the base unit of redistribution and reuse, so they should not be too...
If the 2.0 project is a new application that will become a virtual directory directory inside a 1.1 application which would be the best candidate Web Site or...
Oliver, In your case it makes no difference whatsoever. You will be configuring IIS to make it its own application. The code will be completely isolated ...
I need to organize my solution so that my unit tests are on a different folder in sourcesafe(sorry bad word I know). There is a project folder in sourcesafe...