October 2008

Monthly Archive

The Morning Brew #207

Posted by on 23 Oct 2008 | Tagged as: .NET, Development, Morning Brew

Software

Information

Community

The Morning Brew #206

Posted by on 22 Oct 2008 | Tagged as: .NET, Development, Morning Brew

Software

Information

  • ASP.NET MVC Beta Source Code Release – I forgot to include this one yesterday – the sources for ASP.NET MVC Beta are now available on CodePlex
  • Sneak Preview: Code Digger — The New Pex Experience – Nikolai Tillmann talks about a forthcoming feature of Pex which will examine existing code which has no tests and generate some tests by analysing the method. This looks really interesting, I can’t wait to try this out.
  • C# Yellow Book – Rob Miles and the University of Hull share a PDF book which is used as the basis of their first year programming course. This is a nice introduction to both programming in C# as a language.
  • CarTrackr – Sample ASP.NET MVC application – Maarten Balliauw shares a complete ASP.NET MVC sample application running on Beta 1, which makes use of a number of ASP.NET/ASP.NET MVC features, best practices, etc.
  • Pex It: The File System, Abstraction, Mocking , Modeling – Jonathan de Halleux talks about how Pex can help with testing against the file system, looking at a implementation of the IFileSystem interface propsed by Brad Wilson which allows Pex to do its magic.
  • Caliburn: An Application Framework for WPF and Silverlight – Caliburn , a framework for developing WPF and Silverlight applications, which provides implementations of a number of common UI patterns has found a new home on CodePlex
  • Mass Transit – Part 2 of N – Tim Barcz continues his series looking at Mass Transit, an open source messaging system. In this part he looks at one of the supplied samples which come with Mass Transit.
  • AjaxWorld Talk: Building a Great Ajax application from Scratch – Brad Abrams provides a huge blog post which walks through the creation of them demo application he presented at AjaxWorld. Lots of screenshots along the way, and a download of the source for the demo application are included.
  • Almost IQueryable with NHibernate HQL – Tobin Harris looks at Linq’s IQueryable and NHibernate IQuery and attempts to find a middle ground when working with Hibernates HQL queries (as Linq for NHibernate is not finished yet)
  • View Model Inheritance – Torkel Ödegaard talks about how he is using inheritance between views to provide common functionality in views in a base view and have the individual pages views inherit from this to get the functionality.
  • Essential Visual Studio Tips & Tricks that Every Developer Should Know – Stephen Walther shares some simple tricks and tips for working in the IDE – most of them will probably be familiar to you, but its always worth checking, you never know what might save you some time.
  • Back to Basics – The Default Keyword in Generic Code – Gil Fink talks about one of the less well know parts of generics, the default keyword which allows an instance of a generic type to be obtained.
  • Different ways how to escape an XML string in C# – Mladen Prajdi? shows 4 different ways of escaping special characters in XML

The Morning Brew #205

Posted by on 21 Oct 2008 | Tagged as: .NET, Development, Morning Brew

There wasn’t massive demand for an ‘almost brewed’ link post, so I’m putting that idea on the back burner.

Software

  • Introducing Crack.NET – Josh Smith releases Crack.NET, a tool which allows you to inspect and manipulate the managed objects in the memory of another process. Also it allows you to write scripts in IronPython and have them run in Crack.NET allowing you to do all kinds of manipulations.
  • Jack – Jack is a JavaScript library providing mocking capabilities for testing in JavaScript.
  • Neptune (personal SMTP testing server) – Donovan Brown releases Neptune, an SMTP server which doesn’t actually relay messages – it simply accepts them, and provides means for you to inspect the content of the messages. This is a really useful addition for anyone who is writing tests for mail sending applications.
  • Mono 2.0 OSX Installer Ready – Miguel de Icaza announces the release of an installer for Mono on Mac OSX

Information

« Previous PageNext Page »