Uncategorized
Archived Posts from this Category
Posted by Chris Alcock on 19 Feb 2009 | Tagged as: Uncategorized
Software
- YUI 2.7.0 Released - The Yahoo User Interface library team announce the release of YUI 2.7.0, which brings with it new functionality in the form of the StyleSheet utility, improves support for IE8, fixes a load of bugs and promotes three components out of ‘beta’ status
Information
- New Release: Composite Application Guidance for WPF and Silverlight v2.0 (PRISM) - J.D. Meier announces the official release of the Composite Application Guidance for WPF and Silverlight Version 2, often referred to as ‘Prism’. Also, Blaine Wastell shares some screenshots of the sample application from Prism V2 and links to a number of resources about the parts of this release, along with some video content.
- DDD: What Kind of Applications Is It Suited To? - Casey Charlton continues his DDD series with a look at how well Domain Driven Design fits with different types of application development.
- System.Linq.Enumerable.Aggregate - Better Know an Extension Method Part 1 - Chris Hampson gives a nice example rich introduction to the Aggregate Linq extension method.
- Implement Linq to Objects in C# 2.0 - Think Before Coding - Jérémie Chassaing explores how you can implement a lot of Linq like functionality in C#2, looking at how Linq works and how an implementation can be achieved in C#2
- Types of testing - Laila Bougria offers definitions for the various types of testing that can occur in a software project. Many people seem to get bogged down in the idea that testing == unit testing and then actually create ‘unit test’ which are actually different types of test (such as integration test, load test, etc)
- Fluent Interfaces: What am I missing? - David Starr considers what Fluent Interfaces are, and if they are actually useful in many contexts.
- GOF’s Adapters and Some Magic - Erich Ledesma examines the Gang of Four Adapter pattern, and shows how you can antomatically generate Adapter functionality to make implementation easier.
- C#: Extensions methods != Open classes - Mark Needham reminds us that extension methods do not mean our classes all instantly become Open Classes (in the sense of the Open Closed principle). One of the key missing features is the ability to override using extension methods.
- Reflection Speed Test - How slow is it really? - Grant Barrington looks at one of the common uses of reflection, to get a name for an enumeration value, and pits its performance against a number of other ways of achieving the same.
- The M Programming Language - Part 2 - Collections and Extents - Bart De Smet continues his series on the M programming language with a look at implementing collections and extents, comparing to implementations in C# and Linq.
- Effective Error Handling with WCF & REST - Rob Bagby looks at providing good error handling in WCF based REST services using HTTP status codes and error descriptions.
Community
- WebDD ‘09 - Reading - 18th April 2009 - The first of 2 clashing community events announced yesterday, Web DD is a Free conference to be hosted at Microsoft’s Reading campus. Like the other DeveloperDeveoperDeveloper events this is a Saturday event which will cover all things web and web related, and will have information about many of the things that are to be announced at Mix09. Speaker submissions for this event are now open
- Announcing the Alt.Net.UK ‘in the North’ Conference - Richard Fennell announces an ALT.NET event in the north of England, unfortunatly to be held on the same day as Web DD 09. This will be the usual Alt.Net style of an open spaces event with session planning taking place on the Friday evening and the main conference on the Saturday.
- Hereford Falls To The Mighty NxtGen Empire - Guy Smith-Ferrier announces the latest branch of the NxtGen usergroup to operate out of Hereford, with the first meeting being on the 17th May.
- Alt.net London Beers #6 - Sebastien Lambla announces the 6th Alt.Net London Beers event, a short open spaces session ina pub. This time round they event is sponsored by TeQUILA\UK and Thoughtworks
No Comments »
Posted by Chris Alcock on 29 Jan 2009 | Tagged as: Uncategorized
Slightly later than planned, here’s today’s edition….
Information
- Creating a common generic and extensible NHiberate Repository - Chris Marisic shares his implementation of a Generic repository for use with NHibernate
- Hashing Algorithm Roundup - Beau Monday follows on from yesterdays encryption round up with a similar look at hashing algorithms.
- .NET Circuit Breakers - Tobin Harris looks at the concept of a Circuit Breaker in programming, and highlights the Lokad Shared Libraries which contain nice implementations of the Circuit breaker along with code for handling exceptions, retries, etc in an elegant way.
- ASP.NET 4.0: ViewStateMode…giving you more control over ViewState! - Scott Galloway, in continuation of his series of posts on ASP.NET 4.0 , explores some of the viewstate changes coming in ASP.NET 4.0
- Controlling Time - Patrick Kua looks at how you can provide time based tests with times you want by insulating your dependency on the actual time
- Parameter Order Should Be Consistent - Brendan Enrick writes about an annoyance I also discovered the other day about a lack on consistency in parameter order between some common (and related) exception constructors.
- Long division - Eric Lippert explores why when dividing an int by a long returns a long.
- Tales from High Memory Scenarios: Part 2 - Sasha Goldshtein continues his series on High memory use, looking further into the problems encountered, and talks about the use of the debugger to inspect what was going on.
- Much Ado About Monads – Maybe Edition - Matthew Podwysocki attempts to explain what Monads are and why we should care about them, exploring the origins in Haskell, and looking at implementations in F#
- Anonymous Methods, Lambdas, Confusion - Mike Taulty looks at the evolution of the language support for anonymous methods and lambda expressions, working from first principles through to the format we have available now.
- ConfigSectionHandler for Hierarchical configs - Rohit Gupta gives a (mostly code) run through of how you can easily build custom configuration section handlers to read nested config from the application configuration file.
- Annotating Code with .NET Reflector and Review Add-In - Ben Hall looks at using Reflector with a Reviewing add-in for performing code and API reviews
- ASP.NET MVC Source Code Now Available - The source code for the RC1 release of ASP.NET MVC is now available on the ASP.NET Codeplex site.
- User Experience Changes since Beta 2 - The Internet Explorer team talk about some of the User Interface refinements based on user feedback that went into the latest release of Internet Explorer 8 (RC1)
- ASP.NET MVC 1.0 RC1 and T4 Templates - Add Controller. - David Hayden looks into the new ASp.NET MVC IDE integration with T4 templating, providing nice templates for thinsg like controllers, etc
- SQL Server 2008 System Views poster is now available for download! - Aaron Bertrand highlights the availability of the SQL 2008 edition of the System Views poster which details the data contained and the relationships between the system views in the 2008 release of SQL Server
Community
2 Comments »
Posted by Chris Alcock on 29 Jan 2009 | Tagged as: Uncategorized
Problems with Ma.gnolia’s web service have delayed this mornings edition of the Morning Brew - as soon as I can build today’s edition I will post it up
No Comments »
Posted by Chris Alcock on 04 Dec 2008 | Tagged as: Uncategorized
Software
Information
1 Comment »
Posted by Chris Alcock on 24 Nov 2008 | Tagged as: Uncategorized
Today’s edition of the Morning Brew will be slightly delayed - a combination of factors (including me throwing my physical morning brew [mug of coffee] all over my desk, and the Ma.gnolia web service API timing out) have conspired against me this morning. If the WS doesn’t come back soon I’ll put the post together manually.
1 Comment »
Posted by Chris Alcock on 20 Nov 2008 | Tagged as: .NET, Development, Morning Brew, Uncategorized
Information
- Where TDD fails for me - Jimmy Bogard talks about some of his current problem areas when working in a test driven way.
- Multi-tenancy part 1: Strategy. - Mike Hadlow talks about Multi-Tenancy in Web applications, and considers what strategy will work well for his ECommerce project. Mike and I talked at length about this subject at the UK Alt.Net conference, and I’m really looking forward to seeing how he goes about doing it - can’t wait for part 2.
- Introducing IronPython - Harry Pierson looks at IronPython in this introductory article, looking at how it differs from C# and VB.NET and yet still allows you to make good use of your .NET experience.
- XML Documentation File For Your .Net Project - It’s Important - Shahar Y reminds us about the XML Documentation Generation in Visual Studio and how that helps with working with the code in the IDE.
- Spike Code and Source Control - K. Scott Allen makes some good sense about not throwing away any code by keeping all your spike code in source code control for a number of very good reasons
- Emergent Complexity - Justin Etheredge talks about complexity in code due to interactions between classes, in the hopes of making people consider complexity when writing their applications
- Constructors and Inheritance – Why is this still so painful? - Tom Hollander talks about the pain points of having lots of constructors that you also want in implemented in subclasses
1 Comment »
Posted by Chris Alcock on 30 Sep 2008 | Tagged as: Uncategorized
Another day, another significant Microsoft Announcement, so today we have a special section dedicated to the Visual Studio 2010 and .NET Framework 4.0 announcements.
Visual Studio 2010 and .NET 4.0
Software
Information
- My MVC Starter Template - Rob Conery shares his own version of the default ASP.NET MVC site template, with slightly different organisation and some useful features out of the box it looks like it might be a good starting point for new sites.
- Common issues found in code review - Ayende shares some interesting pieces of code, showing how each can be improved by using language features better or making the code clearer.
- Object Oriented F# - Creating Classes - Matthew Podwysocki goes back to F# Basics, starting new series on the object oriented features of F#, looking at creating classes in this part.
- IComparer vs IEqualityComparer - Keyvan Nayyeri thinks about searching and sorting collections, and looks at the two interfaces involved, IComparer and IEqualityComparer
- Introducing Lucene.Net - Andrew Smith gives a brief introduction to using Lucene.NET for full text indexing
1 Comment »
Posted by Chris Alcock on 11 Mar 2008 | Tagged as: .NET, Development, Morning Brew, Uncategorized
50 editions of the Morning Brew already - time flies when you are reading far too many TechBlogs! I’m still playing catchup from the weekend so today is a little lighter than planned.
Software
Information
Community
2 Comments »
« Previous Page — Next Page »