August 2008

Monthly Archive

The Morning Brew #160

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

I’ve had a busy weekend, with a Charity walk up Snowdon in aid of the Wales Air Ambulance which has left me with slightly aching legs - all for a very good cause though. Looks like the .NET world has been busy this weekend, so a few of the weekends links will flow into tomorrows brew too.

The post time of The Morning Brew may be a little more erratic this week as I’m on leave from work, so have no pressing ‘must get out of bed’ reason this week.

Software

Information

The Morning Brew #159

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

Software

Information

The Morning Brew #158

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

I’ve introduced a temporary section for Service Pack 1 related items today to help separate them out from the normal stuff.

Software

Information

.NET 3.5 Service Pack 1

The Morning Brew #157

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

The dust is still settling following the double Service Pack release on Monday - I’ve obtained the service pack now, but have yet to have the time to install. Last night I upgraded this Blog to Wordpress 2.6, so if any one notices any bugs please let me know.

Also, Thanks to Davy Brion for recommending the Morning Brew in his recent post on Link Blogs.

Software

Information

The Morning Brew #156

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

Yesterday was Service Pack 1 day - I think every other post I read this morning was people telling me that, so I suspect the first few links won’t be that new to you…

Software

Information

  • Representing dependencies in code - Kirill Osenkov talks about dependencies in code, and how they can be represented - interesting reading.
  • A question of Scale - Ayende talks about when to scale and when not to scale, and the reasons to be wary of unnecessary scaling.
  • Introduction to D3DImage - A number of major new feature in WPF were included in the .NET 3.5 SP1, and D3DImage is just one of them - this article runs through all the getting started aspects of D3DImage
  • ASP.Net Load Testing and Optimization Toolkit - So you want to be a hero - A nice run down of 9 types of tool for performance and load testing and optimization, complete with recommended tools with a mini review.
  • .NET Framework Assistant - Julian M Bucknall highlights one of the new features of .NET 3.5 SP1 for users who use FireFox 3 - now you get a helper for click once applications!
  • ISO-11179 Naming Conventions - SQLDenis highlights the ISO-11179 standard for database naming conventions - might be worthy of consideration when creating coding standards documents.
  • C# Refcard Available - A nice Reference Card for C# created by C# MVP Jon Skeet, covers all the important areas.

The Morning Brew #155

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

Software

  • SequenceViz - A neat tool for generating Sequence diagrams from your code, has just rached v0.7 (alpha), and is starting to look like a really useful tool.
  • NUnit Test Case Code Generator - An interesting tool for automatically generating NUnit tests for your code based on inspection. I’m always slightly scared of automatically generated tests, but I suppose they are better than nothing and do provide a starting point for some real testing - that said they can give a false sense of coverage.
  • Subtext 2.0 Released - Phil Haack announces the release of SubText 2.0, containing a number of new features and bug fixes

Information

The Morning Brew #154

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

Shorter post today, as I think everyone is off downloading and playing with SQL server 2008. Happy 08-08-08 day everyone.

Software

  • ANTS Profiler 4 Beta: The facelift is almost complete - Redgate announce the availability of a Beta release of ANTS Profiler 4. The beta release is free to download, but will only last until 17th August 2008, still should be interesting to see what that have planned for this release.

Information

  • Understanding Tail Recursion - Chris Smith looks at Tail Recursion, showing how it is crucial for creating efficient and safe functional code, explaining how the stack works and what can cause stack overflows, and then looking at how to avoid all this with tail recursion.
  • Visual Studio Theme Generator - Ryan Lanciaux has created a Visual Studio theme generator which creates .VSSETTINGS which can be imported into Visual Studio. Looks very simple to use, and I think I’ll be trying this out on my development machine later today
  • Crazy Extension Methods Redux (with Oxygene) - Colin Angus Mackay gets inspired by a feature from Oxygene (an object Pascak language which targets .NET) and shows how a similar effect can be created using extension methods.
  • Speedy C#, Part 2: Optimizing Memory Allocations - Pooling and Reusing Objects - Robert Paveza continues his series on Speedy C# with a look at what goes on with memory when you create and destroy objects, and what the Garbage collector gets up to.
  • Make the debugger show the contents of your custom IList class - Qwertie shows how adding a few simple attributes to your custom collections can help enhance your debugging experience.
  • Skinning the Cat with Fluent NHibernate - Robert Johnson looks at Fluent NHibernate and walks through its use with a quickstart which is based on the NHibernate quickstart for mapping the cat class.
  • Single instance applications - Matt Ellis talks about an alternative way (compared to Scott Hanselman’s recent post) of creating single instance applications using some old school COM methods.
  • Moving my Site onto a 64 Bit Server - Rick Strahl talks about his experiences moving his sites and applications onto a 64 Bit Windows 2008 machine, with some good tips for anyone who needs to run older 32 bit apps alongside 64 bit apps in IIS.

Community

  • SQL Server Heroes Unite Contest! - The External Links & References Blog has the details of a competition for anyone developing an interesting application on Codeplex using SQL Server 2008 - you will have to be quick though, the competition closes at the end of August

The Morning Brew #153

Posted by Chris Alcock on 07 Aug 2008 | Tagged as: .NET, Database, Development, Morning Brew

A longer than average post today due to SQL 2008 finally being RTM’d, although it seems that Visual Studio folks should hold off untill the 11th August when the RTM of Visual Studio 2008 SP1 will be made available.

Software

Information

Community

  • Bad News, Good News - stackoverflow - Stackoverflow, the new community from Jeff Atwood and Joel Spolsky has entered beta, and there is a form you can fill in to get onto the beta linked from this post.

« Previous PageNext Page »