The Morning Brew #1220
Posted by Chris Alcock on Monday 29th October 2012 at 09:29 am | Tagged as: .NET, Development, Morning Brew
Software
- Announcing the Windows Azure SQL Data Sync October Update – Gregory Leake announces the release of an updated edition of the Windows Azure SQL Data Sync. This update allows for multiple sync servers within a single subscription, allowing for sync groups and hubs in different regions.
- Sound Code: NAudio 1.6 Release Notes (10th Anniversary Edition!) – Mark Heath announces the release of NAudio 1.6, and also celebrates the 10th anniversary of the project starting. This release addresses a number of issues in 1.5, and adds a bunch of new features, see the change notes for the full set.
- Tools To Simulate CPU / Memory / Disk Load – The Way I See It – Site Home – MSDN Blogs – Shinva takes a look at some tools which aim to simulate three different types of system load, looking at CPUStress for generating CPU load, TestLimit for adding in memory pressure, and SQLIO for generating disk load
Information
- A Web Developer’s Look at the MVC4 Request Pipeline – James Chambers takes a trip down the ASP.NET MVC 4 pipeline discussing the various stages of request processing provided for within the MVC pipeline, illustrating with code samples which highlight the use of some of the features.
- ASPNET WebAPI REST Guidance – Josh Reuben shares some useful notes on implementing REST like service APIs using the ASP.NET Web API, discussing the various key concepts behind RESTful services, and looking at how they map to ASP.NET WebAPI concepts.
- MSDN Magazine November Issue Preview – Michael Desmond gives a taste of what is to come in November’s edition of MSDN Magazine, discussing some of the articles coming from a variety of excellent writers
- Building ASP.NET applications using Knockout.js with a server side defined view model – CodeProject – Paolo Costa takes a look at combining an ASP.NET application with client side data binding using the Knockout.js framework, illustrating with a simple sample application in this CodeProject article.
- Do Not Optimize Without Measuring – Alois Kraus discusses one of the (if not the) most important concepts of performance optimizing – make sure you measure where and what the performance is like before you optimize.
- Initial thoughts on some new-fangled things part 1 – Jeremy D Miller gives his take on some of the more cutting edge technologies, discussing the use of Document Databases, Automated Testing, Command Query Responsibility Separation, and some thoughts on eventual consistency,
Community
- NxtGenUG – Event: Get your head in the clouds! – The NxtGenUG in Cambridge welcome Andy Cross and Richard Conway for an introduction to working in the cloud using Windows Azure, giving an introduction to all aspects of cloud services on the Azure platform including management, diagnostics, tooling and running sites on Azure Websites.
Comments Off on The Morning Brew #1220