Search the web
Sign In
New User? Sign Up
altdotnet · Alt Dot.Net Discussions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 21007 - 21036 of 23235   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21007
... handful of partially completed solutions. Hi I am UK based but I am speaking at the Dsl DevCon http://www.sellsbrothers.com/conference/. Are any of the...
Paul Cowan
dagda1970
Offline Send Email
Apr 1, 2009
7:49 am
21008
Hi George, That's exactly what I did on my current team. They had 0 tests, but quite a large code base which holds 10 products which we ship together as a...
Cory Foy
cory_foy
Offline Send Email
Apr 1, 2009
11:32 am
21009
Thank you for all the responses, especially from the folks who work on projects I mentioned. I wanted to point out that I am not actively looking for a...
Bobby Johnson
notmyself74
Offline Send Email
Apr 1, 2009
3:25 pm
21010
Hi, Do you guys have any input regarding routing engine (akin to ASP.Net MVC's) in Java space? I am looking to deploy a code to several different site that...
Hendry Luk
hendrypa
Offline Send Email
Apr 2, 2009
1:21 am
21011
If it helps any, the folks on the team at MS have heard this loud and clear (and often). I'm really hoping it will not be an issue in VS2010. Heck, all it...
Steven Smith
stevenator2
Offline Send Email
Apr 2, 2009
2:41 am
21012
I think this is one of the most important discussions to be having right now. Rails has just introduced app templates, which provides a handy DSL for creating...
Dave Newman
stimpsonjcat...
Offline Send Email
Apr 2, 2009
2:58 am
21013
HI Dave, I totally agree and Ithink it is sad that we as .NET developers have a complete over reliance on visual studio to do absolutely anything. VS just does...
Paul Cowan
dagda1970
Offline Send Email
Apr 2, 2009
5:04 am
21014
... Isn't that exactly what S#arp Architecture ( http://www.codeplex.com/SharpArchitecture) is meant to cover? Regards, -- Mohamed Ahmed Meligy Information...
Mohamed Meligy
mohamed.meligy
Offline Send Email
Apr 2, 2009
8:29 am
21015
Would be nice to not have to use the ASP.NET MVC - is it easilly pluggable with something else? w:// ... -- Cheers, w://...
Wayne Douglas
codingvista
Offline Send Email
Apr 2, 2009
8:36 am
21016
Yes, definitely. The core of the project is decoupled from web related stuff as well as from NHibernate.It is an opinionated library, but it provides a lot of...
Simone Busoli
simone.busoli
Offline Send Email
Apr 2, 2009
9:35 am
21017
Just exactly what does the MVC framework offer that simply applying the MVC pattern doesn't? Note that this question is based on no knowledge of ASP.NET MVC,...
Brad Stiles
bradley.stiles@...
Send Email
Apr 2, 2009
12:10 pm
21018
Simply put, it provides an extensible infrastructure which works out of the box with decent defaults (web forms view engine, session state temp data provider,...
Simone Busoli
simone.busoli
Offline Send Email
Apr 2, 2009
12:19 pm
21019
The Busines Analysts on my current project want workflow in the re-engineered system. The system will be we based (ASP.NET) with a variety of datasources,...
Greg
volkl96
Offline Send Email
Apr 2, 2009
2:20 pm
21020
Ask 'management' how many 'platform' bugs they've convinced vendors to fix without having to wait for the next point release and/or paying for the next ...
DannyT
dannytdan
Offline Send Email
Apr 2, 2009
3:17 pm
21021
... I setup CI even if I'm the sole developer mainly because a) Make sure all files are checked in and build so that when I'm home I know I can do latest...
Hadi Hariri
hadihariri
Offline Send Email
Apr 2, 2009
5:47 pm
21022
+1 to all It is easy to not check in a file and with CI you'll instantly know when it tries to build that something is amiss. I think a lot of developers even...
Brendan Enrick
asmo555
Offline Send Email
Apr 2, 2009
7:03 pm
21023
All, I'm following this discussion with great interest. I work on a different projects, sometimes alone, sometimes with partners. Currently, I don't use CI...
Miha Valencic
miha_valencic
Offline Send Email
Apr 2, 2009
7:38 pm
21024
Nant can handle all that if you want it to....
Ryan Roberts
ryan.roberts57
Offline Send Email
Apr 2, 2009
7:52 pm
21025
I would expect a single batch file would be able to execute all of the steps, but I guess that one of the nice features of CI tools is the report you get. No? ...
Miha Valencic
miha_valencic
Offline Send Email
Apr 2, 2009
8:08 pm
21026
So I did a few google searches to turn up these projects (Rocks, Horn, etc.). I found Rocks: http://github.com/scottcreynolds/rocks/tree/master What other...
Dave Newman
stimpsonjcat...
Offline Send Email
Apr 2, 2009
8:55 pm
21027
I would love some feedback on Horn: http://code.google.com/p/scotaltdotnet/ And here are some blog posts I have written a while ago: ...
Paul Cowan
dagda1970
Offline Send Email
Apr 2, 2009
9:42 pm
21028
I'm definitely in support of building everything from source. We'd want to get to the point where in a build script we could declare a dependency like: ...
Dave Newman
stimpsonjcat...
Offline Send Email
Apr 2, 2009
9:57 pm
21029
Actually TeamCity was super easy to set up. That's all I'm using it for too. It can obviously do a heck of a lot more but given how easy it was to set up I...
george_mauer
Offline Send Email
Apr 2, 2009
10:12 pm
21030
We are very close to achieving this in horn, We pull in dependencies in horn. Check out the dsl in my original post. We just need to better reaolve these...
Paul Cowan
dagda1970
Offline Send Email
Apr 2, 2009
10:20 pm
21031
C'me on, we are in year 2009, can't you dedicate a P4 for a CI box ? :) That CPU can easily handle one. ... -- Sidar Ok http://www.sidarok.com ...
Sidar Ok
oksidar
Offline Send Email
Apr 2, 2009
10:22 pm
21032
I've set up TeamCity a bunch of time. Usually take 10 minutes. That includes adding a project to it. ... -- ... Christopher Brandsma ...
Chris Brandsma
c_brandsma
Offline Send Email
Apr 2, 2009
10:23 pm
21033
unless its VC++ :) ... -- It is the mark of an educated mind to be able to entertain a thought without accepting it....
Greg Young
gumboismadeo...
Offline Send Email
Apr 2, 2009
10:41 pm
21034
Sorry, correct on that one. Can you get anything in C++ to compile in under 10 minutes? ... -- ... Christopher Brandsma http://www.ChrisBrandsma.com ...
Chris Brandsma
c_brandsma
Offline Send Email
Apr 2, 2009
10:52 pm
21035
You can set nant.onfailure and nant.onsuccess tasks to mail you a basic report of some sort.Triggering the build and what that report contains is the tricky...
Ryan Roberts
ryan.roberts57
Offline Send Email
Apr 2, 2009
11:03 pm
21036
Hi, ... to help keep some momentum on this? I have just created the following google group ...
Paul Cowan
dagda1970
Offline Send Email
Apr 3, 2009
8:30 am
Messages 21007 - 21036 of 23235   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help