Category: Coding
Dive into ASP.NET MVC RC2
This is a screencast to overview the concepts of ASP.NET MVC, to answer common questions, to review the additions to the framework since the beta version, and to show/review a sample application using ASP.NET MVC RC2. Dive into ASP.NET MVC RC2 from Elijah Manor on Vimeo.
NGourd Presentation
NGourd, a BDD framework for C#, is presented by Michael Minutillo (@wolfbyte) at the Australian Virtual Alt.Net meeting, May 11 2009. NGourd is designed heavily influenced by the Cucumber tool from the ruby world. The intention is to create a clean separation between the intent of a specification versus it’s …
ASP.NET MVC and T4 Templates Code Generation
David Hayden showed how to leverage per project T4 Templates to generate custom controllers and views in ASP.NET MVC Web Applications. Without writing a single line of code, David was able to create a CRUD controller and associated views to handle create, read, update, delete, and list functionality against a …
Latest version of F# Released – What’s the story? What’s next?
With the release of VS 2010 Beta 1 today, F# is officially a part of the in-box VS family in the sense that it ships with VS 2010 as a first class language for use in building your .NET projects that require the power and flexibility of the functional approach …
Calling .NET assemblies from ColdFusion
This presentation demonstrates how to leverage .NET technologies from Cold Fusion 8. It shows how to build a simple Event Log viewer with native CMFL code.