Uncategorized
Archived Posts from this Category
Posted by Chris Alcock on 07 Mar 2014 | Tagged as: Uncategorized
Software
Information
- Living with unchecked exceptions, part two – Eric Lippert thanks the community for their feedback on his last post and continues discussion of uncheced exceptions and how C# provides for handing exceptions
- Back To Basics: Regular Expressions and Formal Languages – Sasha Goldshtein goes back to basics and looks at the computer science concept of Formal Language and looks at the use of regular expressions
- JSON Redux AKA RFC7159 – Tim Bray highlights an updated revision of the JSON specification
- CircuitBreaker – Martin Fowler takes a look at the concept of a Circuit Breaker in software architectures, exploring their use in working with remote systems
- F#6 : Tuples – Sacha Barber continues his series exploring the F# language and programming techniques with a short look at the use of the Tuple type
- async and await -Simplified-Internals – Saurabh Saxena takes a look under the hood at how the framework and compiler implement async and await in this CodeProject article
- Azure Storage Bindings Part 3 – Tables – Mike Stall continues his series looking at the different storage bindings provided in the Windows Azure Platform and SDK. This part explores the use of table storage.
Comments Off on The Morning Brew #1563
Posted by Chris Alcock on 03 May 2013 | Tagged as: Uncategorized
Monday is a bank/public holiday here in the UK, so as is the usual Morning Brew tradition, I will be taking the day off from publishing here, and will return on Tuesday. Enjoy the weekend.
Information
- Producing permutations, part six – Eric Lippert continues his series looking at generation of permutations, with a discussion on the potential for bias in the random elements of generating random permutations, along with setting a challenge to predict the next cards picked by a sample program.
- .NET Security Part 1 – Simon Cooper takes a look at the built in Code Access Security included in the .NET Framework exploring partial and full trust assemblies, the testing of permissions and the different security modes/levels.
- C#/.NET Fundamentals: Three Tech.Pro Tutorials – James Michael Hare shares three tutorial articles he wrote for Tech.Pro exploring Linq, Tuples and Anonymous Types, and extension methods
- Configuring Nancy to use views in a separate assembly – Colin Angus Mackay takes a look at an alternative way of loading views when working with the Nancy Framework, looking at embedding views as resources in assemblies, and how to bootstrap Nancy to load these.
- Communication with Cross Domain IFrame – A Cross Browser Solution – Tadit Dash takes a look at the solution to passing information between browser frames, and even moving information across two different domains using message passing using postMessage
- Developers and Depression – Killing our Knowledge Workers – AgileScout discusses the importance of good mental health, and some of the typical developer traits and work patterns which don’t help – Important stuff which isn’t discussed often enough.
Community
- NxtGenUG – Cross platform game / app dev – Simon Jackson is giving a session on the issues and solutions for developing games to run on the multitude of different platforms available these days at the Manchester/Warrington NxtGenUG on the evening of Wednesday 15th May.
- NxtGenUG – Typescript – Mark Rendle journeys north to Birmingham to deliver a session on TypeScript on the evening of Tuesday 21st May
- Utilize Roslyn to create the next level plugin capability – Filip Ekberg shares the video of his dotnetConf session which looks at using the Compiler as a Service functionality provided by Roslyn as an alternative way of creating plugins for applications. Don’t forget all the other dotnetConf sessions are also available online and are well worth checking out.
3 Comments »
Posted by Chris Alcock on 05 Mar 2012 | Tagged as: Uncategorized
Another later edition today – normal service resumes tomorrow
Software
- Windows Server "8" Beta – Mark Michelet highlights the Windows 8 Beta release, released last week in amidst the excitement of the Windows 8 Consumer Preview release.
- ReSharper 7 EAP for Visual Studio 11 Beta is now OPEN! – The team over at JetBrains announce the opening of their Early Access Program for ReSharper 7, which now targets the Visual Studio 11 Beta release, giving you a taste (and them valuable feedback) about the next major version of the product.
- CSLA 4 version 4.3 release – Rockford Lhotka announces the v4.3 release of his CSLA 4 application Framework. This release adds support for Silverlight 5 to the extensive lists of supported platforms and technologies
Information
- MSDN Magazine: March 2012 – The March edition of MSDN Magazine is now available online with articles looking at the StreamInsight technology, the use of streaming on Windows Phone, building HTML 5 applications in Sharepoint, AppFabric Service Bus, and much more
- Visual Studio 11 Beta currently incompatible with AsyncCtpLibrary*.dll – Stephen Toub highlights the incompatibility between the current Async CTP for C# and VB.NET and the new Visual Studio 11 beta release, before moving on to look at Implementing a simple ForEachAsync,in response to a question from Jon Skeet, and shares slides and code from his session "The Zen of Async" at the MVP Summit 2012.
- Async Mashups using ASP.NET Web API – Henrik F Nielsen takes a look at combining multiple WebAPI services using Tasks and Asynchronous programming , looking and querying and combining multiple services without blocking the server thread
- ASP.NET Web API & Http Messaging – Sankarsan Bose takes a look at how the various parts of the WebAPI framework architecture come together to for the request processing piepline
- Looking Forward: Single Page Apps, Client-Side Databinding, Entity Change Tracking, and Windows 8 – Dan Wahlin highlights some of the new features of the releases of the last few weeks, discussing Windows 8 and the new Single Page Web Application features in the ASP.Net MVC beta, along with some further resources on the subjects
- What is Single Page Application? – Kalyan Bandarupalli takes a look at the architecture and some of the features behind the ASP.NET MVC Single Page web applications, looking at how they come together to provide for this new style of application.
- HTML5, CSS3 and JavaScript improvements in Visual Studio 11 – Pawel Bejger discusses some of the new functionality and improvements to the Visual Studio IDE for those working in web technologies (HTML, CSS, and JavaScript)
- ASP.NET Internals – Managed runtime loader – Jose Reyes discusses the Managed Runtime Loader and how you can control the CLR settings for the instance of the runtime loaded for specific application pools in IIS
- What’s new in WCF 4.5? WebSocket support (Part 1 of 2) – Ido Flatow continues his CodeProject series looking at the new features of WCF in .NET 4.5, with this part being the first of two looking at support for Web Sockets in the platform, giving an overview of the concepts of Web Sockets and how they are implemented in WCF.
- 5. Generic Parameters – Static typing without typing – Dorian Corompt continues this series on F# and Functional Programming with a look at static typing, and how F# performs analysis on the types used to infer the types being used, and how it differs from the imperative languages like C#
- XNA for Windows Phone Walkthrough–Creating the Bizzy Bees game – Tess Ferrandez shares a 7 part series looking at the creation of her first XNA game for Windows Phone 7, focusing on certain interesting aspects of the game’s creation
- Introducing MEF Lightweight Composition and an Updated Composition Provider for ASP.NET MVC – Nick, of the BCL team highlights the latest preview for the Managed Extensibility Framework for .NET which focuses on Lightweight composition, for a wider range of applications, based upon the feedback received for the MEF Composition Provider for ASP.NET MVC, looking at some of the changes and improvements made in this preview which is available via NuGet
- Moving The Philosophy Into Machinery – The latest chapter of the great RESTful debate continues, with Rob Conery issuing a challenge to some of the people involved in recent debates to help him design the most appropriate API for his Alt.Tekpub site, with John Sheehan weighing in with his suggestion in ‘Don’t build the best REST API, build the best HTTP API ‘ and Sean Fao following up in ‘Building a RESTful API – A Followup to John Sheehan‘
Comments Off on The Morning Brew #1057