The World of .NET covers practical .NET enterprise application development.
In this episode, Jessy and Jeff are joined by Andy Pickett, and we discuss Startup Weekend and how to prepare for it.
Links from the show:
Startup Weekend: http://startupweekend.org
Startup Weekend Twin Cities: http://twincities.startupweekend.org
featuring http://QONQR.com, the Startup Weekend Twin Cities winner!
DOWNLOADS
In this episode, Jessy and Jeff discuss unit test lessons learned.
Graph - cost to fix defect: http://www.agitar.com/solutions/why_unit_testing.html
12 tips for unit testing: http://www.readwriteweb.com/archives/12_unit_testing_tips_for_software_engineers.php
Top 10 mistakes in unit testing: http://www.msteched.com/2010/NorthAmerica/DPR204
In this episode, Jessy and Jeff discuss the similarities and differences between Ruby on Rails and ASP.NET MVC.
PeepCode – for-sale developer screencasts
TekPub – for-sale developer screencasts
Head First Ruby on Rails – great book for beginner RoR developers
Another great Code Camp in the books, and I'm even more excited for the next one. Jason even tossed up the idea that we might have a two-day Code Camp in the relatively near future. I'm kicking myself for not re-giving my Prism lecture I gave at the Twin Cities Silverlight User Group back in January. I'm probably going to try to get something together so I can give it at Code Camp as well as the Silverlight User Group in October/November or something. Maybe other things, too. Who knows? Hope to see you all there next October!
In this segment, we discuss Visual Studio Visualizers, a dialog box or other interface to display appropriate types in a meaningful way.
Default visualizers
Out of the box, Visual Studio provides the following visualizers:- Text- HTML- XML visualizer- Dataset visualizer (Dataset, DataTable and DataView objects.)
3rd party visualizers
Some useful 3rd party visualizers include Mole, Xml Visualizer, and Zeta Color Visualizer
To deploy/install 3rd party visualizers, copy the .DLL(s) to one of the following directories:\Install path\Microsoft Visual Studio 9\Common7\Packages\Debugger\Visualizers\—or—\My Documents\Visual Studio 2008\Visualizers\
Although the ASP.NET worker process (aspnet_wp.exe) defaults to Automatic: T-SQL code, Managed code debug types, you can change or add to the debug types by simply clicking on the [Select] button when attaching to the process. A handy usage would be debugging script.
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.