The World of .NET covers practical .NET enterprise application development.
In this episode, Jessy and Jeff discuss the similarities and differences between Ruby on Rails and ASP.NET MVC.
Links from the show:
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.
Please join Mike Benkovich, of Microsoft, and myself as we discuss Practical MVC on BenkoTips Live.
For more information and to register online, go to http://www.tinyurl.com/practicalmvcpresentation
In this segment, we discuss jQuery, a JavaScript library with Microsoft backing, integrated into MVC and VS 2010.
jQuery and Visual Studio 2008:
To get up and running with jQuery, including IntelliSense, you need to first apply a Service Pack and also include a vsdoc JavaScript file that provides method/property/parameter information. KB958502 - JScript Editor support for “-vsdoc.js” IntelliSense doc Latest jQuery and vsdoc files More information surrounding the vsdoc fix Learning jQuery jQuery Reference
Glimmer - Wizard style jQuery code generation for image sequencing, drop down menus, and animation.
Coupling at the assembly level The higher the coupling is, the more painful maintaining your application will be. Metrics: Afferent coupling - types that depend on your assebly Efferent coupling - types inside your assembly that depend on outside assemblies
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.