The Morning Brew #963
Posted by Chris Alcock on Thursday 20th October 2011 at 07:12 am | Tagged as: .NET, Development, Morning Brew
Software
- Roslyn CTP Now Available – Somasegar announces the release of a Generally Availability CTP of the Microsoft project codenamed "Roslyn". This is a re-write of the compilers for VB and C# implemented in the languages themselves, facilitating the use of the compilers from your own managed code, exposing them as a compiler as a service, and enabling a number of very interesting scenarios.
- The Roslyn Preview Is Now Available – Eric Lippert also shares in the announcement of the Roslyn CTP, discussing the state of the CTP release (remember this is essentially pre-beta software), and highlighting some of the existing limitations.
- Introducing the Microsoft "Roslyn" CTP & Introducing the Microsoft"Roslyn" CTP – The C# and VB.NET teams also share the announcement, discussing some of the history leading up to Roslyn as the latest evolution of the two main .NET Languages, highlighting resources, and also requesting your feedback.
- Announcing The Microsoft Roslyn CTP – Paulo Morgado shares a short getting started quide for the Roslyn CTP release, highlighting some of the additional features it brings to the Visual Studio IDE.
Information
- Implementing an Authorization Attribute for WCF Web API – Phil Haack takes a look at implementing ASP.NET MVC like Authentication Attributes in the WCF Web API, discussing some of the similarities between the two platforms, the parts that are similar to each other, and how WCF Web Api can run on top of ASP.NET.
- Capture, Transfer, and Rethrow Exceptions with ExceptionDispatchInfo [.NET 4.5] – Sasha Goldshtein takes a look at the ExceptionDispatchInfo class included in .NET 4.5’s Task Parallel Library, and how it can be re-used in your in your code to capture and assist in re-throwing exceptions.
- Build Your Own SKYNET with the Windows Azure Auto-Scaling Application Block (WASABi) – Part 2 – J Barnes continues this series looking at the Windows Azure Auto-Scaling Application Block (WASABi), exploring the rule type definitions and looks at s simple scenario of automatically scaling up (and back down) a simple Windows Azure Queue processing application.
- .NET and CoffeeScript: comparing Jurassic, Jint, and IronJS – Joe White takes a look at creating a .NET Desktop based application which can compile CoffeeScript to JavaScript, looking at JavaScript implementations for the CLR to allow the JavaScript Based CoffeeScript compiler to be able to run in managed code, comparing 3 JavaScript Engines for the CLR
- Announcing Improved In-place Updates – DrewMcDaniel of the Windows Azure team highlights some recent improvements to the model for making in-place updates to existing deployed services, discussing the operations that can be achieved without at VIP Swap or complete re-deploy.
Community
- An evening of web and mobile app development – The South-West England Sencha Meetup based in Bath are meeting on Wednesday 30th November for an evening of talks on Mobile development, with sessions on Android and iOS development, along with a look at web based mobile development using Ext JS and Sencha Touch using the .NET Platform. Registration is required, and the number of spaces is limited for this event.
- HTML5 Webcast/Webinar for ASP.NET Developers – Wallace B. McClure is running an HTML5 webinar for DevProConnections Magazine on Wednesday 26th October at 10am PDT, looking at HTML5 for Mobile development using ASP.NET, and also looking at the use of the jQuery Mobile framework.
- Complimentary Two-Day ALM EXPO Virtual Conference – David Baliles highlights the complementary access to a stream from the ALM Expo at the Better Software Conference in Orlando which is running on the 9th and 10th November
Comments Off on The Morning Brew #963