November 2008
Monthly Archive
Posted by Chris Alcock on 19 Nov 2008 | Tagged as: .NET, Development, Morning Brew
Very busy at the moment, so the next few days of posts might be a little shorter than usual, normality should be resumed after the weekend.
Information
Community
- Announcing: ALT.NET Online Open Meeting - Chad Myers announces a virtual Alt.NET meeting which would seem to be a great way to interact with the Alt.NET community around the world without increasing your carbon footprint. The only problem for me is the time and timezone as it starts at about 3am in the UK, but great if you are US based.
1 Comment »
Posted by Chris Alcock on 18 Nov 2008 | Tagged as: .NET, Development, Morning Brew
Software
- Spackle.NET is Published - Jason Bock gathers together all little utility projects into a single project called Spackle.NET and hosts the lot of them on CodePlex
Information
1 Comment »
Posted by Chris Alcock on 17 Nov 2008 | Tagged as: .NET, Development, Morning Brew
Posted by Chris Alcock on 14 Nov 2008 | Tagged as: .NET, Development, Morning Brew
Thank goodness its Friday!
Software
Information
Community
1 Comment »
Posted by Chris Alcock on 13 Nov 2008 | Tagged as: .NET, Development, Morning Brew
Software
Information
- Breaking changes to the String class - David Kean talks about some of the recently announced breaking changes to the string class which will be released in .NET 4.0
- Oslo’s Modelling Language ‘M’ To Be Published Under Open Specification Promise - Bruce Kyle talks about Microsoft’s aim to publish M, the Oslo Modeling Language, under the Open Specification Promise so that it may be integrated with other industry standards.
- Azure Services Training Kit Available - Ronan Geraghty highlights the first preview release of the Azure Services Training Kit which covers Windows Azure, .NET Services, SQL Services and Live Services in 11 hands on labs.
- KaizenConf’08 Functional Programming Presentation Video - Matthew Podwysocki shares the video of his recent talk at KaizenConf’08
- Inside F#: On lambdas, capture, and mutability - Brian, of the F# Team at Microsoft, continues his series of posts in F#, picking up where he left off with his C# puzzle, and looks at hos that relates to F#
- The two interceptors: - HttpModule and HttpHandlers - Shivprasad Koirala talks about the two means you have of getting involved in the ASP.NET request process in this Code Project article
- ASP.Net MVC - inpractical web.sitemap in a dynamic context - Patrice Calve looks at implementing a more dynamic site map in ASP.NET MVC using attributes
- MVP with MEF - Glenn Block looks at implementing the MVP Triads using the Managed Extensibility Framework
- Where did CLR 3.0 Go? - mdavey asks an interesting question - where did CLR V3 go since we are going to get V4 in the .NET 4 release.
- Autocompletion Textbox in MVC Using jQuery - Jeremiah Clark puts together a simple implementation of a JQuery Autocomplete textbox using ASP.NET MVC
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.
2 Comments »
Posted by Chris Alcock 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.
1 Comment »
Posted by Chris Alcock 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
No Comments »
Posted by Chris Alcock on 10 Nov 2008 | Tagged as: .NET, Development, Morning Brew
Software
- SubSonic 3.0 Preview 1: Linq Has Landed - Rob Conery announces the first preview release of SubSonic 3.0 which promises a huge range of improvements over version 2, not least support for Linq. In this post Rob walks through the setup, and getting started and the new features. A download link is provided at the end of the post so you can have a play with the preview.
- Papercut – Easy Email Testing - Scott Watermasysk highlights Papercut, a simple SMTP Server which captures the messages which are passed to it and displays them in a GUI rather than actually sending them - great when you need to test email sending without actually wanting to send to an actual recipient.
Information
1 Comment »
« Previous Page — Next Page »