August 2009

Monthly Archive

The Morning Brew #407

Posted by on 07 Aug 2009 | Tagged as: .NET, Development, Morning Brew

Software

  • C# Sqlite – Miguel de Icaza highlights the work by Noah Hart on porting SqlLite from C to C#, and the creation of the C#-SQLite project. This is a line by line port, with some reasonably impressive performance, and plenty of room to improve by migrating more of the code to a C# way of working. Plans are also in place to make the port run on Silverlight.
  • Released: Windows SDK for Windows 7 and .NET Framework 3.5 SP1 – Karin Meier highlights the release of the Windows SDK for Windows 7 and .NET 3.5 SP1, released yesterday to coincide with the release of Windows 7 to MSDN/TechNet/BizSpark subscribers
  • Utility to generate Visual Studio solution file for a group of projects – Vagif Abilov shares a simple utility he wrote to build a solution file which contains all the projects located in a specific root directory, allowing you to exclude certain ones by way of a filter.

Information

  • Not everything derives from object – Eric Lippert addresses another C#/.Net related myth, that all types in .Net derive from System.Object, and Eric shows how this isn’t actually true, but that most types do.
  • What’s new in System.Net.Mail – Network Class Library Team continue with their series of posts on the new features of various parts of the .NET networking namespaces with a look at some of the new features of .NET 4 with respect to sending mail
  • Vista Users – Uninstall Visual Studio 2010 Beta 1 before upgrading to Windows 7 – Scott Hanselman shares some useful information for anyone running Visual Studio 2010 / .NET 4 beta 1 on Vista who wants to upgrade to Windows 7 – If this is you, you need to read this to avoid breaking your .NET install.
  • I Hate Global.asax – Harry Pierson talks about his dislike of Global.asax, and how it makes implementing the special events of an ASP.NET Application like Application Start/End much more difficult in dynamic languages
  • Pipeline and Yield in C# – Jeremy Likness looks at the pipeline pattern, and how the yield operator provides a nice means of implementing it
  • Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 20: NHibernate – Brad Abrams series on Silverlight 3, RIA and related technologies seems to be expanding in scope – In this part Brad replaces his Entity Framework implementation in the Domain Service with an NHibernate Data Access implementation, without needing to change any other code
  • ASP.NET MVC 2 – Buddy Classes for your models – Charles Vallance explores the new ASP.NET MVC 2 Preview release, looking at the new Buddy Class / Metadata classes which allow you to decorate your types with attributes which allow you to control how the model is represented in auto generated renderings.
  • Beginning ASP.NET MVC 1.0 available on Amazon – Simone Chiaretta announces the release on Amazon of the ASP.NET MVC book he co-authored with Keyvan Nayyeri. The book is coming to Amazon UK, and traditional book stores shortly. Free sample chapters are available, as is the table of contents and index. Congratulations on getting to this point guys!
  • 100 copies of Bridging the communication gap for 2.56 each – Gojko Adzic is celebrating this 256th blog post with a special offer on the e-book edition of his book ‘Bridging the Communications Gap’ which looks at improving communication with customers and the rest of the software development team. The offer runs until 100 copies have been sold at the special price of £2.56 / $3.60

The Morning Brew #406

Posted by on 06 Aug 2009 | Tagged as: .NET, Development, Morning Brew

Software

  • WikiPlex v1.1 Released – WikiPlex, the wiki engine which is used on CodePlex gets a new release, bringing in Mono Compatibility, internal changes to the syndication feeds, ands some changes to the macro parsing.
  • Continuous Testing In .NET – Tim Ross introduces his project AutoBuild which monitors a source directory, and runs a NAnt build script when ever a file changes, allowing you to run your unit tests with every save of a file, thus enabling the idea of Continuous Testing

Information

Community

  • AltNetBeers #13 – StackOverflow edition – Seb Lambla announces the plans for the 13th AltNet Beers event which will be being held in the evening of 28th October, to coincide with the StackOverflow Conference in London.
  • NRWConf.de/09 – The largest German Community Conference is scheduled to take place on 28th August in Wuppertal, Germany, and will consist of 4 tracks spread over 11 hours. The site and conference are to be held in German, and from my limited German comprehension skills it looks like there is a 15 Euro cost to cover hospitality, but other than that the conference is free – but please correct me if this is wrong.

The Morning Brew #405

Posted by on 05 Aug 2009 | Tagged as: .NET, Database, Development, Links, Morning Brew, SysAdmin

This will be the last of the late editions for a while, my summer break is over and its back to work for me tomorrow so The Morning Brew should be returning to its more usual 8-8:30am (UK) publishing time.

Software

  • Spec# and Boogie Released on CodePlex – Matthew Podwysocki highlights the release of Spec# and Boogie on CodePlex under the Microsoft Research Shared Source License Agreement (MSR-SSLA) and Microsoft Public License (MS-PL) respectivly.

Information

Community

  • Microsoft PDC09 – Microsoft PDC 2009 to be held in LA is now accepting registrations, and until 15th September will be offering a $500 discount

« Previous PageNext Page »