November 2008

Monthly Archive

The Morning Brew #222

Posted by on 13 Nov 2008 | Tagged as: .NET, Development, Morning Brew

Software

Information

Community

  • DDD Scotland 2 – 2nd May 2009 – Criag Murphy announces the dates for DeveloperDeveloperDeveloper Day Scotland’s second event. DDD is a great free event (I’ve attended the Reading based event a number of times), and I hope to attend the Scottish incarnation this time round.

The Morning Brew #221

Posted by on 12 Nov 2008 | Tagged as: .NET, Development, Morning Brew

Yesterday’s interim measures following the failure of my web host seem to have worked well, and after a little less than a 24 hour outage things are back up and running normally again. Any links to the temporary site/post will redirect to the real site/post.

Software

  • New Release of StyleCop for ReSharper – Howard van Rooijen announces an update to his Stylecop for ReSharper plugin which allows ReSharper to show Stylecop violations in-line in your code and also offer fixes for them.

Information

  • Writing Tests to Catch Memory Leaks in .NET – Brian Genisio looks at some techniques that you can use in test to help identify memory leaks in managed code (where you have references keeping an object in memory even after you’ve finished using it).
  • Introduction to Code Contracts – Melitta Andersen of the BCL Team talks about what aspects of Code Contracts are included in the CTP release, giving some brief syntax examples.
  • Choosing the Right Presentation Technology – J.D. Meier highlights the Patterns and Practices team’s cheat sheet for presentation technology choice which considers the pros and cons of the 15 major (Microsoft) presentation technologies available.
  • C# 4.0 New Features Part 4 – Generic Contravariance – Justin Etheredge continues his C#4 series with a look at Generic Contravariance
  • HTML Stripping Challenge – Phil Haack throws down the gauntlet to the community to attempt to write an HTML stripping method that can pass his battery of tests.
  • Creating a WatiN DSL using MGrammar – Torkel Ödegaard looks at creating a DSL for WatiN using the Oslo MGrammar language
  • Staying Technically Relevant – Ryan Rinaldi lists the technologies that he feels are things developers should be aware of now – and the good news is they also align with my interests and by extension the content of The Morning Brew 🙂
  • Anders C# 4.0 Followup – Ray Jezek highlights a follow up interview with Anders Hejlsberg asking (and getting answers to) many of the questions that the community have been asking since the PDC announcement of C#4 (Note: the video linked in this post is currently timing out – hopefully it will be working by the time you read this)
  • Application logging principles – Patrick Kua talks about the importance of good logging within your application, and how good logging can help to dramatically reduce debugging time and provide a better user experience for you application.
  • [Demo Code] ASP.NET Dynamic Data Demo – Mike Ormond shares the code for his standard ASP.NET Dynamic Data demo application that he uses in talks
  • Do NOT Explicitly Use Threads for Parallel Programming – Daniel Moth continues looking at threading in parallel programming by examining the dangers of creating as may threads as you have tasks to be done in terms of performance and memory cost.
  • Did you know… You can press Ctrl+\, D to view the Code Definition Window – #354 – Sara Ford continues her daily Visual Studio Tip Series with a tip about the Code Definition Window (a feature I’d never seen before), and its been a while since I linked to this excellent series
  • 10 Ways To Shoot Yourself In The Foot – Part A – Shahar Y highlights a number of common failures caused by common mistakes programmers make.
  • Using quantifiers on Code Contracts – luisabreu has a nice series of posts on Code Contracts in .NET 4.0. This post is about quantifiers, but others in the series cover compatibility, contracts on interfaces, checking return values and much more.

The Morning Brew #220

Posted by on 11 Nov 2008 | Tagged as: .NET, Development, Morning Brew

**Update** If you are reading this then things have returned to normal – apologies if you see duplicate entries in your feed reader as I switch the feed back to using the real blog feed.

My web hosting went offline last night and has yet to return, so this is an interim measure, hopefully the hosting will be back up tomorrow, and things can return to normal. Thankfully I upgraded my WordPress installation last week and as a result have a full backup of my important sites and the databases, so if the worst comes to the worst I can restore from that.

Software

  • Prism V2 – Drop 5 (Composite Application Guidance for WPF and Silverlight) – Erwin van der Valk announces the release of the latest drop of Prism, the composite application guidance for WPF and Silverlight. As usual there are a number of new features, and Erwin gives a quick rundown of the new bits.
  • URLRewrite for IIS 7.0 released – Steve Schofield announces the release of the IIS 7.0 URLRewrite module, available in both x86 and x64 versions.
  • XSLT Debugging with .NET – Mark Wiggins announces the release of his XSLT Debugger for Visual Studio – not a lot of information, and I’ve not had the time to try it for myself yet, so proceed at your own risk

Information

« Previous PageNext Page »