The Morning Brew #2132
Posted by Chris Alcock on Monday 11th July 2016 at 08:20 am | Tagged as: .NET, Development, Morning Brew
Software
- Visual Studio Code June 2016 1.3 – The Visual Studio Code team share the Release Notes for the latest release
- Continuous C# and F# IDE for iPads and iPhones – A rather interesting looking IDE for the iOS platform which allows you to write C# and F# and run and debug it interactively, looks good for $9.99
Information
- Where’s DNVM? Safely running multiple versions of the .NET Core SDK and Tooling with global.json – Scott Hanselman takes a look at swapping between different versions of the .NET Core SDKs
- Introduction to Application Pools in IIS – Jeremy Morgan gives a nice introduction to the what and how of IIS Application pools
- The Guts n’ Glory of Database Internals: The enemy of thy database is… – Ayende continues his series looking at the internals of database systems with a continuation of looking at database performance and some of the things which can adversely affect that.
- Moving to Lets Encrypt SSL Certificates – Rick Strahl discusses moving his sites over to using the Lest Encrypt SSL Certificates
- The REST Report – Tim Bray discusses the modern state of REST
- Securing ASP.NET Web API – Sovit Poudel discusses authentication and authorisation techniques for ASP.NET Web API based services
- Story of Equality in .Net – Part 4 – Ehsan Sajjad continues this series of posts looking at the concepts of equality in .NET
- Referencing an F# library from C# on .NET Core – Gergely Kalapos looks at using F# based code from C# .NET Core projects, a useful way of starting to include F# in your projects.
- Getting started with F# on .NET Core – Phillip Carter shares an article looking at getting up and running with F# on .NET Core – this tutorial is based on the .NET Core SDK 1.0 Preview 2
- How to scroll and view millions of records – ‘AJSON’ takes a look at the common pattern of pagination of results
Comments Off on The Morning Brew #2132