October 2008

Monthly Archive

The Morning Brew #205

Posted by Chris Alcock 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

The Morning Brew #204

Posted by Chris Alcock on 20 Oct 2008 | Tagged as: .NET, Development, Morning Brew

Every day I have a number of items that I’ve glanced at that may be ‘Brew worthy’ but that I’ve not had a chance to read fully, or might not fit precisely with what I’m trying to talk about with the Morning Brew (outside the area of interest, or just totally irrelevant) - would people be interested in another link blog series of these links (without commentary) posted later in the day? - let me know your views in the comments.

Software

  • Report Builder for SQL Server 2008 RTM’s - Greg Duncan highlights the release of SQL Server 2008 Report Builder 2.0, a report authoring environment for SQL Server 2008 Reporting Services.
  • PAL - Performance Analysis of Logs - Ricardo Henriques highlights a really useful looking tool for monitoring the different types of logs that your infrastructure produces. Ricardo walks through some of the steps in setting up the tool, and based on what I see where this looks well worth investing a little time having a play with if you are in any way responsible for running servers.
  • Composite WPF and Silverlight - Release: Prism V2 - Drop 3 - I’m a little late on this one, as drop three of Prism V2 was released last week, but I think its still worth mentioning.
  • WSCF.classic: WSCF 0.7 now open source on CodePlex - Christian Weyer announces that ThinkTecture’s WSCF 0.7 (for Soap Services) is now available in source form on CodePlex - its really nice to see commercial organisations opening up their code to the community.

Information

Community

  • Can’t Go To PDC? Attend the MSDN Developer Conference - One for my US based readers, Angela Binkowski highlights a series of events being held across the US in December and January, which at $99 look to be quite interesting. I hope something like this will happen in a few locations in the UK too.

The Morning Brew #203

Posted by Chris Alcock on 17 Oct 2008 | Tagged as: .NET, Development, Morning Brew

As predicted this morning I was inundated with posts about ASP.NET MVC, so for the second time this week we have a special section given over to the release.

ASP.NET MVC Beta

Software

  • Announcing Gallio and MbUnit v3.0.4 - Jeff Brown announces the release of Gallio and MbUnit 3.0.4 which contains a number of new features along with the usual improvments of a point release. Jeff’s post is a very comprehensive run through of what has changed, and makes good reading.

Information

The Morning Brew #202

Posted by Chris Alcock on 16 Oct 2008 | Tagged as: .NET, Development, Morning Brew

Another late edition today - normal posting schedule will resume tomorrow. Today there is still a lot of chatter about the Silverlight 2 release, and surprisingly little about the MVC beta - I bet I’ll be knee deep in those posts tomorrow.

Software

  • ASP.NET MVC Beta - ASP.NET MVC goes to beta, with surprisingly little fanfare . With this and Silverlight released this week I wonder if there will be any developer software releases announced at PDC.
  • New Open Source Application: .NET Task Service - Joseph Guadagno announces the release of his latest project on Codeplex. This is a task scheduler service which provides a common means to running code from assemblies at a schedule that you provide. This is something I’ve meant to get round to writing many times and never have, so its great to see someone else doing it

Information

  • Simplicity is key to successful unit testing - Part 2 - Karl Seguin continues his series on testing with a look at simplicity in the context of unit testing (and the code being tested), and looks at breaking a single large method with multiple responsibilities into a number of smaller simpler ones to make the testing easier.
  • Acceptable test failures - Jimmy Bogard talks about the importance of the right type of test failure when doing TDD
  • Microsoft ASP.NET MVC Beta Released! - John Mandia wins the prize for being the only English language announcement of the ASP.NET MVC beta release I saw in my blog reading this morning. John gives some details of what is new and what is fixed in this release.
  • Using ServiceLocator in an MVC Framework applicatio - Mike Hadlow looks at using the new Common Service Locator implementation to wrap his access to Castle Windsor in an ASP.NET MVC application.
  • Making the complex trivial: Rich Domain Querying - Ayende looks at creating a means of querying a rich domain model using filter objects which can be combined to produce complex queries.
  • Fluent hierarchical construction - Jimmy Bogard talks about creating a fluent interface for creating hierarchical object structures, providing a nice simple example of fluent interfaces along the way.
  • Open Source apps on Windows - made easy! - Brian Goldfarb talks about the new Microsoft.com/web website which is aiming to make it easier to get a server up and running as a fully featured web server, including all the software bits needed by most web apps, using the Microsoft Web Platforms installer. In addition they are planning on packaging common Community software as easy installs onto servers using the Application Web Application Installer.
  • Data and Services with Silverlight 2 - Table of Contents - John Papa’s new book on Data Services with Silverlight 2 is availabel to pre-order, and in this post he shares the Table of Contents to give you an idea of what is included.

The Morning Brew #201

Posted by Chris Alcock on 15 Oct 2008 | Tagged as: .NET, Development, Morning Brew

So, Silverlight 2 was released yesterday, and you’ve probably seen the hundreds of announcements already, so if that is the case skip over today’s special ‘Silverlight 2′ section, and on to the usual content.

Silverlight 2

Software

  • Free copies of SharpWidgetsUI - Aflava are offering free copies of their SharpWidgetsUI library to MVPs and Bloggers (assuming you meet some basic criteria)

Information

Community

  • Announcing UK.NET Events - Gojko Adzic has set up a calendar for .NET events in the UK - currently the list is heavily London based but this may well prove to be a good resource once it fills out a little more.

The Morning Brew #200

Posted by Chris Alcock on 14 Oct 2008 | Tagged as: .NET, Development, Morning Brew

Today is the 200th Edition of The Morning Brew - many thanks to all of you who read daily. I’d like to claim that the release of Silverlight 2 later today was timed to coincide with this publishing milestone, but I suspect that its unrelated really :)

Software

  • FileMap now on GitHub - Tomas Restrepo announces some minor updates to his FileMap library, a wrapper for .NET to acess the Win32 Memory Mapped Files API.
  • SequenceViz 0.11 :: Reflector Addin support - Nauman Leghari announces the release of SequenceViz 0.11, now including an addin for Lutz Roeder / RedGate Reflector, allowing you to obtain sequence diagrams within Reflector.

Information

  • Silverlight 2 RTM - Guy Barrette has the links to the different parts of the Silverlight 2 release announcement.
  • Microsoft Silverlight 2 Released - RealWorld Software Development have a nice write up on the Silverlight 2 release announcement.
  • Client Templating with jQuery - Rick Strahl explores the power of templating in jQuery, with a look at the more traditional way of doing client side templates followed by a look at the jQuery way.
  • Functional .NET - LINQ or Language Integrated Monads? - Matthew Podwysocki looks at the implementation of Monads in .NET with some background and examples of the Identity Monad, the Maybe Monad, the collection monad and the Asynchronous monad in both C# and F#
  • Survey Time: What .NET Framework features do you use? - Scott Hanselman is running a simple 1 question poll to help Microsoft get an idea what technologies people are using in their projects. It takes all of 15 seconds to fill out, so go and help out.
  • Mass Transit - Part 1 of N - Tim Barcz starts a series of posts looking at the messaging passing framework Mass Transit. This introductory piece talks about some of the background to products like Mass Transit.
  • Custom Selection Heuristics in Ninject - Nate Kohari talks about some of the new features of the forthcoming NInject 1.5, focusing on how NInject decides what to inject where.
  • IE8 and the horse’s mouth - Alan highlights a Technical Chat about Internet Explorer 8 beta where you can ask your questions and get answers from the IE8 product team.
  • Make Visual Studio Generate Your Repository - Rob Conery looks at T4 templates for code generation in Visual Studio 2008 as a means of generating repositories for his SubSonic MVC Addin
  • Architecture Journal 17 - Distributed Computing - Mike Walker announces the availability of the 17th edition of the Microsoft Architecture Journal, this month focusing on Distributed Computing. Looks like they’ve redesigned the cover too this month - I look forward to getting my paper copy in the post shortly.

Community

  • Agenda for the 7th DeveloperDeveloperDeveloper! Day - After months of session submission and voting, the final agenda for Developer Developer Developer Day 7 has been announced - as usual the line up looks great - now I wonder when you will be able to sign up - watch this space and I’ll let you know as soon as I do.

The Morning Brew #199

Posted by Chris Alcock on 13 Oct 2008 | Tagged as: .NET, Development, Morning Brew

Slightly later posting than usual today - I’m on leave from work this week so this might be a recurring pattern this week as I can have lie-ins ;)

Software

  • Tinyject – IoC in an Evening - Lars Wilhelmsen had a need for a simple IOC container, so crafted a simple implementation in an evening. Lars hints at a version 2, and I look forward to seeing how this project progresses.
  • Mocking and stubbing easier than ever with Moq 2.6 - Daniel Cazzulino announces the release of Moq 2.6 and talks about Moq 2.6’s new features, including recursive mocks and mocked default values

Information

The Morning Brew #198

Posted by Chris Alcock on 10 Oct 2008 | Tagged as: .NET, Development, Morning Brew

Software

Information

« Previous PageNext Page »