The Morning Brew #1235
Posted by Chris Alcock on Monday 19th November 2012 at 09:36 am | Tagged as: .NET, Development, Morning Brew
Software
- Introducing NETCF 3.9 in Windows Embedded Compact 2013 – a faster, leaner and multi-core runtime! – Brandon Bray shares a post from Abhishek Mondal looking at the new features of the latest version of the .NET Compact Framework, which enables C# and VB.NET programmers to write code for a wider range of devices.
- Twitter.Bootstrap.MVC4; the template nuget package for ASP.Net MVC4 projects – Eric Hexter shares a NuGet Package which makes it trivially easy to get Twitter’s BootStrap CSS framework installed and working in ASP.NET MVC4 projects, including bundling of the required CSS and JavaScript, default views for index, details and edit, and helper methods for a variety of other features.
Information
- PLINQ and Int32.MaxValue – Stephen Toub discusses a limitation of the PLINQ (and some LINQ to Objects) methods when dealing with very large enumerables which have Int32.MaxValue elements, discussing how you can work around the limit if you need to by breaking enumerables down into smaller ones.
- Live Connect Single Sign-On from Windows Phone 8 for Mobile Services – Glenn Gailey discusses the release of an updated Live=SKD for Windows and Windows Phone, which now includes support for Windows Phone 8, sharing a new Windows Phone 8 tutorial titled ‘Authenticate with Live Connect single sign-on’ looking at how you can use this with Windows Azure Mobile Services.
- The Windows Store App Lifecycle – Rachel Appel takes a look at the lifecycle of a Windows 8 Store Application, discussing the various transitions in state the application makes during its use (and finishing use), and looks at how we can write code to work with these transitions.
- Using Portable Class Library in .NET 4.5 and Visual Studio 2012 – Mahesh Sabnis takes a look at how the Portable Class Libraries functionality can be used in Visual Studio 2012 and .NET 4.5 to create libraries which can be consumed in a the ever growing variety of .NET platforms
- Automated testing with FubuMVC, StoryTeller, and – Josh Arnold builds on the theory in his previous post with a practical example of performing automated testing FubuMVC code, illustrating some of the concepts already discussed.
- Hadoop on Azure : Introduction – Bruno Terkaly shares another neat introductory post, this time looking at running Hadoop on the Windows Azure platform, introducing all the key concepts.
- Build Bullet #1 – Use Version Aware Build – Scripts – Roy Osherove kicks off a new series of posts looking at what makes good / better builds, with the first part taking a look at Version awarness. Check out his blog for some more (there are three at the time of writing) which look at the use and abuse of XML in build tools, and starting out with a good build / deploy pipeline on new projects.
Community
- Windows Phone 8 JumpStart Training November 28-29, 2012 – Register Now – Lee Stott highlights 2 days of virtual/online training being delivered over the 28th and 29th November covering all things Windows Phone 8.
- PowerShell.org, powering PowerShell learning, sharing and community by the community for the community – Greg Duncan highlights an excellent PowerShell community website, covering all things PowerShell, including articles, news, Conferences and Events, books (including a number of their own free e-books).
Comments Off on The Morning Brew #1235