July 2008

Monthly Archive

The Morning Brew #140

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

The Morning Brew should be back to normal this week - being at home makes putting this together a lot easier.

Software

  • Announcing IronEditor - An Editor for IronRuby, IronPython and other DLR languages - Ben Hall announces the release of Build 1.0.0.46 of his Editor for DLR based languages. This is an early preview of what is to come, and Ben clearly states that this release is purely part of his release early and often strategy to get some feedback.
  • Abidar 1.0 Beta 1 - Keyvan Nayyeri gives the low down on his new task scheduler system developed with Dave Burke which originated as a series of blog posts. The Code and binary release of this beta is on CodePlex.
  • Release: LinqToWMI Release 0.3 - LinqToWMI 0.3 is released. This is an updated version (to .NET 3.5) of some original work by Emile Bosch, allowing you to perform LINQ queries on all the information exposed by WMI.

Information

The Morning Brew #139

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

Still playing catchup following my trip overseas so a few of these links are a little older than usual.

Information

The Morning Brew #138

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

A somewhat reduced size of posting again today - caused by problems with the Internet connection. Tomorrow will hopefully be a return to normal service.

Software

  • Notes on ASP.NET MVC CodePlex Preview 4 - Phil Haack has the details of the latest ASP.NET MVC Preview release, now available on codeplex.
  • CSLA Light preview release - Rockford Lhotka releases an early preview of his CSLA application framework
  • Reintroducing Terrarium, now with 2.0 goodness! - Bil Simser announces the release of Terrarium on CodePlex. This was an early sample application (game) created by the .NET team in the 1.x times as a demo of what can be done in .NET. Now it has been updated a little over the years, and the source has been made available on Codeplex.

Information

Community

The Morning Brew #137

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

Another shorter than usual post - normal service will be resumed at the end of the week.

Software

  • IronPython 1.1.2 RC - Harry Pierson has the lowdown on a minor release of IronPython which contains some backported bug fixes.
  • NHibernate 2.0 Beta 2 Released - I’m a little late picking this one up, but Symon Rottem has noticed, and now so have I ;)

Information

Community

The Morning Brew #136

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

Software

  • CR_Documentor 2.0.0.0 Released: Now With Sandcastle Preview and Open Source Goodness - Travis Illig announces the availability of CR_Documentor 2.0.0.0 - an IDE plugin which gives you a preview of the XML comment as it would be rendered in the generated documentation.
  • SQL Load Test Tool - Peter Provost talks a new tool for Team Systems which generates Team Systems unit tests from SQL Profiler traces allowing you to do database load testing.
  • Announcing the .NET Extension Library - Karl Seguin is rethinking his earlier views on Extension Methods, and has released this library of Extension methods that add core functionality to help develop your projects. One suce example is some help for caching. Project is hosted on CodePlex.
  • Open Source ASP.NET 3.5 AJAX Portal - Omar AL Zabir annouces an update to his DropThings sample portal written in .NET 3.5. Full source code is available on CodePlex.

Information

Community

The Morning Brew #135

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

Software

  • F# Compiler - The F# compiler has been updated to version 1.9.4.19

Information

Community

The Morning Brew #134

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

Software

Information

Community

Humour

The Morning Brew #133

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

I relaxed and watched two DVD’s last night - its been a long time since I managed that. Anyway, on with today’s links:

Software

  • SubSonic 2.1 Released - Rob Conery announces the release of SubSonic 2.1, with an appeal to any early adopters to write about the new features to aid with the documentation for this release.

Information

  • MVC Controller Action Security Hole - Troy Goode looks at a potential security risk in ASP.NET MVC applications which pass request and cookie values straight into the controller as action parameters.
  • User Input In Sheep’s Clothing - Phil Haack responds to the same issues by being technology agnostic and reminding everyone of one of the golden rule of programming - Never trust user input - no matter how you get given it.
  • Signing an Unsigned Assembly (without Delay Signing) - OJ Reeves looks at signing third party unsigned assemblies in this step by step article with some nice diagrams.
  • C# Mixins - Craig Andera looks at creating mixins using C# Extension Methods.
  • EasyHook - The reinvention of Windows API hooking - Christoph Husse writes about the EasyHook CodePlex project in the code project article. EasyHook is a support library for hooking into Windows APIs and this detailed article shows its use in a number of ways.
  • Classes that show up in every project - Jeremy D. Miller talks about the classes he ends up with in every project. One thing he doesn’t mention is if these are all created fresh each time, or if they are the same across all of his projects.
  • Waegis – The Web Cleaner - Keyvan Nayyeri announces the official launch of his Waegis blog spam protection service, with free accounts for smaller sites, and plugins for the common .NET blogging products.
  • Use this NHibernate wrapper to keep your repository classes simple - Jeffrey Palermo shares his SessionBuilder NHibernate Helper class. I think everyone who works with NHIbernate has something similar to this, but as always its good to see how others are going about it.
  • Response.Redirect and Response.End - Gunnar Peipman talks about two of the survivors from the Classic ASP Days, and how they can be used to redirect a user to a page and continue processing the old request.

Community

  • Alt.Net UK September - Ian Cooper announces the dates and venue for the next Alt.Net UK (un)conference. Registration opens on Friday (11th July) at 7am, and I suspect places will go quickly

« Previous PageNext Page »