RE: [pdxalt.net] Digest for pdxaltdotnet@googlegroups.com - 2

6 views
Skip to first unread message

Andrew Hay

unread,
May 24, 2012, 10:22:40 PM5/24/12
to pdxalt...@googlegroups.com
Messages in 1 Topic
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary=0016367f94b4b30060474d22062

--0016367f94b4b30060474d22062
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit

I learned about NCrunch at Boise Code Camp. Its awesome. That is all.

Andrew Hay

Sent from my Windows Phone
From: pdxalt...@googlegroups.com
Sent: 5/24/2012 6:15 PM
To: Digest Recipients
Subject: [pdxalt.net] Digest for pdxalt...@googlegroups.com - 2
Messages in 1 Topic
=============================================================================
Today's Topic Summary
=============================================================================

Group: pdxalt...@googlegroups.com
Url: http://groups.google.com/group/pdxaltdotnet/topics

- ncrunch [2 Updates]
http://groups.google.com/group/pdxaltdotnet/t/402a0fa8f9cafa42


=============================================================================
Topic: ncrunch
Url: http://groups.google.com/group/pdxaltdotnet/t/402a0fa8f9cafa42
=============================================================================

---------- 1 of 2 ----------
From: Justin Collum <jco...@gmail.com>
Date: May 24 11:23AM -0700
Url: http://groups.google.com/group/pdxaltdotnet/msg/c288c992cb5fd87e

Hey, have any of you messed with NCrunch? It's a continuous testing tool
for VS. http://www.ncrunch.net/. There's a little video on there that is a
nice demo of what it does. Looks frackin awesome really. There's also a
tool called Giles, but I wasn't as impressed with that one -- the good part
about Giles though is that it's not dependent on the IDE. OTOH, I don't
know anyone who builds c# without VS2010, so the value is dubious.


---------- 2 of 2 ----------
From: Adron Hall <adro...@gmail.com>
Date: May 24 01:06PM -0700
Url: http://groups.google.com/group/pdxaltdotnet/msg/589eba1fd971dc5

The point is that Giles (started by Jeff Schumacher, awesome dev where I
used to work who's always fighting to remove the barrier that VS often is)
can be used in almost every practical environment and also works well in a
build server scenario.

The problem w/ tight integration with VS tooling is that it often breaks
having honest Continuous Integration and makes Continuous Deployment almost
impossible. Thus Giles, where we worked, was perfect since we needed to
keep a solidly clean build server, a lean dev environment (we used VS, but
it looked more like TextMate w/ ReSharper abilities than it did Visual
Studio...) and of course heavy TDD in the course of a day's work. :)

Anyway, just wanted to add some context around Giles. I haven't played with
ncrunch yet either, I might soon though as I'm actually doing some work
with .NET MVC Web API to serve up services to a Node.js App.

-Adron


--
*Adron B Hall*
*Tech Blog*: http://compositecode.com
*Iron Foundry Project*: http://www.ironfoundry.org

*About Me*: http://compositecode.com/about
*Twitter*: http://www.twitter.com/adron





--0016367f94b4b30060474d22062
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

<html><head><meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Cont=
ent-Type"></head><body><div><div style=3D"font-family: Calibri,sans-serif; =
font-size: 11pt;">I learned about NCrunch at Boise Code Camp. Its awesome. =
That is all.<br><br>Andrew Hay<br><br>Sent from my Windows Phone<br></div><=
/div><hr><span style=3D"font-family: Tahoma,sans-serif; font-size: 10pt; fo=
nt-weight: bold;">From: </span><span style=3D"font-family: Tahoma,sans-seri=
f; font-size: 10pt;">pdxalt...@googlegroups.com</span><br><span style=3D=
"font-family: Tahoma,sans-serif; font-size: 10pt; font-weight: bold;">Sent:=
</span><span style=3D"font-family: Tahoma,sans-serif; font-size: 10pt;">5/=
24/2012 6:15 PM</span><br><span style=3D"font-family: Tahoma,sans-serif; fo=
nt-size: 10pt; font-weight: bold;">To: </span><span style=3D"font-family: T=
ahoma,sans-serif; font-size: 10pt;">Digest Recipients</span><br><span style=
=3D"font-family: Tahoma,sans-serif; font-size: 10pt; font-weight: bold;">Su=
bject: </span><span style=3D"font-family: Tahoma,sans-serif; font-size: 10p=
t;">[pdxalt.net] Digest for pdxalt...@googlegroups.com - 2 Messages in 1=
Topic</span><br><br></body></html><div style=3D"font-family: arial; font-w=
eight: bold; color: #222222; padding: 0px">&nbsp;
<a name=3D"digest_top" style=3D"color: #222222">Today's Topic Summary</a>=
</div>
<p>Group: <a style=3Dcolor:15c;text-decoration:none href=3Dhttp://groups.go=
ogle.com/group/pdxaltdotnet/topics>http://groups.google.com/group/pdxaltdot=
net/topics</a></p>
<ul style=3D"margin-left:3px; padding-left:0px">
<li type=3D"square" style=3D"color: #555555"><a style=3Dcolor:15c;text-deco=
ration:none href=3D"#group_thread_0">ncrunch</a> [2 Updates]</li>

</ul>


=20
<a name=3D"group_thread_0"></a>
<div style=3D"background-color: #f5f5f5; font-family: arial; border-top: =
1px solid #e5e5e5; padding: 4px 0 5px 32px; "
>&nbsp;<a target=3D"_blank" href=3D"http://groups.google.com/group/pdxa=
ltdotnet/t/402a0fa8f9cafa42" style=3D"color:15c;text-decoration:none"
>ncrunch</a></div>

=20
<ul>
<span style=3D"color: ; font-weight: bold">Justin Collum &lt;jcollum@=
gmail.com&gt;</span> May 24 11:23AM -0700
&nbsp;<br /> <br />
Hey, have any of you messed with NCrunch? It&#39;s a continuous testi=
ng tool<br />
for VS. <a href=3D"http://www.ncrunch.net/">http://www.ncrunch.net/</a>. T=
here&#39;s a little video on there that is a<br />
nice demo of what it does. Looks frackin awesome really. There&#39;s also a=
<br />
tool called Giles, but I wasn&#39;t as impressed with that one -- the good =
part<br />
about Giles though is that it&#39;s not dependent on the IDE. OTOH, I don&#=
39;t<br />
know anyone who builds c# without VS2010, so the value is dubious.<br />

<p>&nbsp;</p>
</ul>
=20
<ul>
<span style=3D"color: ; font-weight: bold">Adron Hall &lt;adronhall@g=
mail.com&gt;</span> May 24 01:06PM -0700
&nbsp;<br /> <br />
The point is that Giles (started by Jeff Schumacher, awesome dev wher=
e I<br />
used to work who&#39;s always fighting to remove the barrier that VS often =
is)<br />
can be used in almost every practical environment and also works well in a<=
br />
build server scenario.<br />
&nbsp;<br />
The problem w/ tight integration with VS tooling is that it often breaks<br=
/>
having honest Continuous Integration and makes Continuous Deployment almost=
<br />
impossible. Thus Giles, where we worked, was perfect since we needed to<br =
/>
keep a solidly clean build server, a lean dev environment (we used VS, but<=
br />
it looked more like TextMate w/ ReSharper abilities than it did Visual<br /=
>
Studio...) and of course heavy TDD in the course of a day&#39;s work. :)<b=
r />
&nbsp;<br />
Anyway, just wanted to add some context around Giles. I haven&#39;t played =
with<br />
ncrunch yet either, I might soon though as I&#39;m actually doing some work=
<br />
with .NET MVC Web API to serve up services to a Node.js App.<br />
&nbsp;<br />
-Adron<br />
&nbsp;<br />
&nbsp;<br />
-- <br />
*Adron B Hall*<br />
*Tech Blog*: <a href=3D"http://compositecode.com">http://compositecode.com<=
/a><br />
*Iron Foundry Project*: <a href=3D"http://www.ironfoundry.org">http://www.i=
ronfoundry.org</a><br />
&nbsp;<br />
*About Me*: <a href=3D"http://compositecode.com/about">http://compositecode=
.com/about</a><br />
*Twitter*: <a href=3D"http://www.twitter.com/adron">http://www.twitter.com/=
adron</a><br />

<p>&nbsp;</p>
</ul>
=20



<div style=3D"color:#555555; padding: 27px 0 0 40px">
<p>
You received this message because you are subscribed to the Google Grou=
p pdxaltdotnet.<br />
You can <a style=3Dcolor:15c;text-decoration:none href=3D"mailto:pdxalt=
dot...@googlegroups.com">post via email</a>.<br />
To unsubscribe from this group, <a style=3Dcolor:15c;text-decoration:no=
ne href=3D"mailto:pdxaltdotnet...@googlegroups.com">send</a> an em=
pty message.<br />
For more options, <a style=3Dcolor:15c;text-decoration:none href=3D"htt=
p://groups.google.com/group/pdxaltdotnet/topics">visit</a> this group.<br /=
>
</p>


--0016367f94b4b30060474d22062--

Adron Hall

unread,
May 25, 2012, 12:06:15 AM5/25/12
to pdxalt...@googlegroups.com
Finally got around to reviewing myself. NCrunch is indeed the hawtness.  :)

-Adron
Reply all
Reply to author
Forward
0 new messages