The Morning Brew #1884
Posted by Chris Alcock on Thursday 18th June 2015 at 08:28 am | Tagged as: .NET, Development, Morning Brew
Software
- FeatureToggle Version 3 Released – Jason Roberts releases Version 3 of his FeatureToggle library. This release contains some breaking changes, as well as removing platform support for Windows Phone 8.0, along with adding support for Windows Phone 8.1, Windows Store 8.1 Apps, and Windows Univeral Apps 8.1
Information
- Historical Debugging, Profiling, New Diagnostic Tools in Visual Studio 2015 – Scott Hanselman takes a look at the new Diagnostics Toolbox features in Visual Studio 2015, and highlights a number of IDE features which are really useful and can even be used if you are working on older applications targeting earlier versions of the .NET Framework
- A couple of notes about .NET Framework 4.6 setup behaviors – Aaron Stebner discusses the .NET Framework 4.6 Update, its inplace update nature, and how to roll back to previous versions of the framework should you need to.
- React to the Future – Elijah shares slides from a recent presentation on the React Library and its use in creating responsive client side applications, as well as highlighting a recent podcast interview he did on the subject.
- Working on the Future of Compile-to-Web Applications – Mike Holman discusses the compile-to-web story including asm.js optimisations in Edge on Windows 10, and recent discussions with other browser manufacturers on future goals.
- Developing Custom Tag Helpers in ASP.NET 5 – Ovais Mehboob looks at the use of Custom Tag Helpers, and the development of one
- Win10 apps in .NET – getting started with win2d accelerated graphics – Lucian Wischik continues his series looking at Windows 10 Application Development in VB.NET looking at graphics development using the Win2d accelerated graphics library
- Storing Data Securely in Azure Blob Storage with Azure Encryption Extensions – Stefan Keir Gordon discusses implementing encryption of data stored in Azure Blob Storage with Azure Encryption Extensions, giving an overview and some sample code for their use.
- Safe(r) Custom User-Authentication – Tom Fischer takes a look at applying OWASP recommendations for handling password hashes to .NET applications
- Using HttpClient with ASP.net 5.0 – Martin Kearn shares his learnings on making GET calls using HTTPClient in an ASP.NET 5 application
Comments Off on The Morning Brew #1884