Newsletters

How to build / publish self contained .NET Core binaries for Windows, Linux and OSX

June 25, 2017

This week’s issue covers building self-contained .NET Core binaries, securing JSON APIs, profiling async tasks in C#, managing secrets in ASP.NET Core, and optimizing memory with ArrayPool. Dive in for insights and best practices.

Microdot: Easily create .NET Microservices with Orleans

June 18, 2017

In this issue, explore creating scalable microservices with Microdot, harnessing Azure Functions for Webhooks, deploying ASP.NET Core using Docker and Nginx, implementing Singleton patterns, and understanding the .NET Runtime type loading process.

Postmortems - Tale of Two Casts

June 11, 2017

This week’s issue explores the nuances of .NET, featuring insights on CLR quirks, the excitement of the .NET renaissance, enhancing Docker compatibility, utilizing Hangfire for task scheduling, and significant performance improvements in .NET Core.

Lowering in the C# Compiler (and what happens when you misuse it)

June 04, 2017

This week’s newsletter dives into C# compiler 'Lowering', leveraging .NET with Docker, managing database schema changes, the Actor model with Akka.NET, and mastering HttpClient for advanced web APIs.

Adding a new Bytecode Instruction to the CLR

May 28, 2017

This week, explore the addition of a new IL instruction to the CLR, the unveiling of XAML Standard alongside .NET Standard 2.0, a sneak peek at Xamarin.Forms 3.0, and insights on data encapsulation in C#, plus a performance test of string interpolation.

BUILD 2017 Conference Rollup for .NET Developers

May 21, 2017

This week’s issue highlights the latest from MS BUILD 2017, featuring Scott Hanselman's talks, plus insights on Entity Framework, hosting .NET Core on Digital Ocean, unit testing tips, and serverless C# with Azure Functions.

Design Patterns in C#

May 14, 2017

This week’s issue dives into C# design patterns for beginners, explores the unique relationship between arrays and the CLR, and highlights essential Visual Studio tips and updates from Build 2017. Discover more.

De-virtualization in CoreCLR: Part I

May 07, 2017

In this issue, explore the latest on de-virtualization in CoreCLR, strategies to prevent performance issues with Entity Framework, and tips for maximizing throughput with tasks. Plus, learn how to speed up string validation without regex.

Introduction to functional programming with C#

April 30, 2017

This week’s issue dives into functional programming with C#, high-performance optimization techniques, a visual guide to LINQ operators, and the often-overlooked LookUp class for key/value collections. Discover insights and practical examples.

A C# Developer’s Guide to F#

April 23, 2017

This week's issue features insights for C# developers, including a guide to F#, best practices for C# 7, understanding nullable reference types, mastering 'yield return', and precise computation of CLR object sizes.

NuGet is Now Part of MSBuild

April 16, 2017

This issue explores key developments in .NET technologies, including the integration of NuGet with MSBuild, performance tips for ReSharper, and a proposal for limited multiple inheritance. Dive in for insights.

Performant text processing in C#

April 09, 2017

In this issue, explore performant text processing in C#, uncover the essence of TDD in .NET Core, demystify C# 7 deconstruction, and discover the new .NET Framework 4.7. Dive into the .NET API Browser for all your API needs.

Simple WPF Reporting

April 02, 2017

This week's issue features easy WPF reporting, a guide to CoreCLR source code, insights on dynamic class generation in .NET, handling metadata attributes, and a handy library for parsing command line arguments.

A Tour of Default Interface Methods for C# ("traits")

March 26, 2017

This week’s newsletter explores C#'s default interface methods, the actor model in Akka.NET, ASP.NET Core request pipelines, array sorting in .NET, and unit testing in ASP.NET Core. Dive in for insights and practical examples.

New Features in C# 7.0

March 19, 2017

This week, explore the exciting new features of C# 7.0, including tuples and pattern matching for cleaner code. Plus, learn about deploying ASP.NET Core apps with ZEIT and the benefits of Visual Studio 2017's Live Unit Testing.

Tips and Tricks to Build High Performance, Highly Available .NET Database Application

March 12, 2017

This week’s issue highlights tips for building high-performance .NET database apps, explores an innovative C# OS, announces Visual Studio 2017, and discusses real-time application monitoring for effective error management.

Choosing centralized logging and monitoring system

March 05, 2017

This week’s newsletter explores centralized logging for telemetry, running WordPress on .NET with Peachpie, a new range operator proposal, and insights on database migrations in .NET Core. Discover these intriguing topics.

Penny Pinching in the Cloud: Running and Managing LOTS of Web Apps on a single Azure App Service

February 26, 2017

This week’s newsletter highlights efficient cloud management with Azure, dives into the ins and outs of GetHashCode in .NET, explores real-time ASP.NET Core middleware, and uncovers exciting features in Visual Studio 2017. Don’t miss it.

Common Multithreading Mistakes in C# - III: Unsafe Assumptions

February 19, 2017

This week, dive into common C# multithreading mistakes, the FOR vs. FOREACH debate, the ReadLine library, a look back at .NET's evolution, and celebrate .NET's 15th birthday.

How to install .NET Core on Raspberry Pi

February 12, 2017

This week, dive into Raspberry Pi with .NET Core, explore real-time heart rate visualization, dynamic NHibernate queries, WCF for ONVIF devices, and the CLR's initialization process. Get inspired and learn something new.