January 2010

Monthly Archive

The Morning Brew #522

Posted by on 21 Jan 2010 | Tagged as: .NET, Development, Morning Brew

Software

  • Reflector Pro moves into beta! – Alex Davies highlights the Beta release of Reflector Pro, the commercial version of the Reflector tool aquired by RedGate last year. Reflector Pro includes Visual Studio integration, and the tool has had a number of improvements and enhancements, along with the inclusion of .NET 4 support.
  • ASP.NET Support in ReSharper 5 – Hadi Hariri shows off some of the ASP.NET related features of Resharper 5, illustrating with screenshots of the features in use.
  • .Net Coding metric released – Garren Smith releases a simple code metrics tool built on Mono.Cecil. Currently the tool calculates lines of code per method and cyclomatic complexity. Licensed as open source, the code is available on GitHub

Information

The Morning Brew #521

Posted by on 20 Jan 2010 | Tagged as: .NET, Development, Morning Brew

Software

  • Firebug 1.5 released! – Alix Franquet highlights the release of FireBug 1.5 king of Firefox developer tools which provides debugging support for CSS, HTML and Javascript. The 1.5 release is a major upgrade with a good number of really useful new features.
  • New Cumulative Updates for SQL Server 2008 RTM & SP1 – Aaron Bertrand highlights the release of new Cumulative Updates packages for SQL Server 2008 in both SP1 and RTM configurations.

Information

  • How many PCs in the world have the .NET Framework installed? – Scott Hanselman shares some of the official numbers about installed base of .NET based on information from Windows Update and other sources. Useful numbers to have one hand.
  • Building an External DSL in C# – Nicholas Blumhardt looks at building a Domain Specific Language using C# and the Sprache parser creation library to create a questionnaire DSL example with source code provided for the sample.
  • Use .NET Built-in Methods to Save Time and Headaches – Shay Friedman looks at common pieces of code that have better alternatives backed into the framework which provide safer and better solutions to this common programming requirements.
  • 10 Advanced Windsor Tricks – 7. How to Write a Facility – Mike Hadlow presses on with his series of posts looking a the Castle Windsor Containers more advanced use cases with a look at creating your own facilities which provide the means of extending the behaviour of the container.
  • Dependency Injection Inversion Rejection – Davy Brion picks up on some of the points in Uncle Bob’s recent post on Dependency injection mostly discussing the flip side of the pointsand how the suggested usage still causes too much coupling to the container. Jimmy Bogard also follows up on the same topic with his post Poor use of DI versus need for DI.
  • Constructor over-injection anti-pattern – Jeffrey Palermo looks at a Dependency Injection Anti-Pattern where constructors require lots of dependent objects passing in and where some (or all) are not required for the operation of the component.
  • LINQ to Rx: second impressions – Jon Skeet follows up on his first discussion provoking post about the Reactive Extensions posting up a summary of some of the discussion clarification setting the record straight.
  • Are ORMs Solving Anything? – Shawn Wildermuth posts a discussion starting post about whether Object Relation Mapping Frameworks are helping or hindering. Lots of interesting discussion in the comments of this one, and I suspect there will be some follow-up posts before too long.
  • Whither Alt.Net? – Ian Cooper discusses the current state of the Alt.Net Movement and reviews the initial progress of the movement, along the way comparing the motives to that of movements like Software Craftmanship. Discussion is starting in the comments and Sergio Pereira follows up with his post On ALT.NET and patience looking at the sorts of people involved in the movement and appealing for a little patience as changing ingrained behaviour takes time.

Community

  • SQL Server Usergroup – Dundee Event Tonight – SQL Server MVPs Tony Rogerson and Allan Mitchell will be running a free event this evening at the Queen Mothers Building in Dundee University this evening with talks on Integration Services, SQL Server tools, along with a discussion about identity keys and a general Q&A Session

The Morning Brew #520

Posted by on 19 Jan 2010 | Tagged as: .NET, Development, Morning Brew

Software

  • Caliburn v1.1 Release Candidate Available! – Rob Eisenberg announces the release candidate release of Caliburn his WPF and SIlverlight UI pattern implementation library. This release includes lots of community driven changes along with bugfixes and improvements in a number of areas.
  • VS 2010 Guidance Documents Released – David Jung highlights the release of 5 new guidance documents on Visual Studio 2010 and TFS 2010 including reference documents on Upgrade, quick reference, branching and requirements management.
  • jQuery Lint – James Padolsey introduces his jQuery-Lint runtime jQuery validation library. Unlike a lot of other Lint type tools this one is a runtime library which runs on the site in the browser validating pages for correct usage of jQuery. This project is young, but seems to be an interesting one.

Information

Community

  • DDD Scotland – Vote for Sessions – Voting on the proposed sessions has opened for the DeveloperDeveloperDeveloper Scotland Event to be held in May in Glasgow. This is your chance to shape the agenda for the day, and to pick from a great range of proposed sessions.
  • Wanted: Virtual Alt.Net Community Contributors, Organizers, and Presenters – Steve Bohlen issues an appeal on behalf of the Virtual Alt.Net Community for volunteers to help with the organisation of this Virtual User Group, present sessions virtually, or to help out more generally.

« Previous PageNext Page »