To read last week’s post, see The week in .NET: .NET Core 1.0.1 – On .NET with Peachpie – Avalonia – Folk Tale.
On .NET
Last week, we had David Morhovich and Zach Brown on the show to talk about Steeltoe:
This week, we’ll speak with Sébastien Ros about Orchard 2, the new version of the .NET CMS that can run on .NET Core. The show begins at 10AM Pacific Time on Channel 9. We’ll take questions on Gitter, on the dotnet/home channel. Please use the #onnet
tag. It’s OK to start sending us questions in advance if you can’t do it live during the show.
Package of the week: C# Functional Extensions
C# functional extensions is a project that adds common functional patterns such as tuples, option types, monads, easier Lambda declaration: var add = fun( (int x, int y) => x + y );
, or even pattern matching. It also implements “Erlang-like” concurrency, which is based on the concept of agents communicating through messages.
Game of the Week: Firewatch
Firewatch is a visually beautiful, story driven adventure game. The story takes place in 1989, where you witness a mystery that pulls you out of the sanctity of your lookout post and into the wilderness to investigate. Explore the Wyoming wilderness as Henry, a man who has retreated from his messy life to work as a fire lookout. Your only human interaction while you investigate is your supervisor, Delilah, who is available at any time over a handheld radio.
Firewatch was created by Campo Santo using Unity and C#. It is available on PlayStation 4, Windows, Mac and Linux (via Steam and Good Old Games) and will release for the Xbox One on September 21, 2016.
User group meeting of the week: PerfView and Warden in Wrocław, Poland
Tonight at 6:30 in Wrocław, Poland, the Wrocław .NET User Group has a meeting where Michal Malecki and Piotr Gankiewicz will talk about PerfView and Warden.
.NET
- Self-contained .NET Core Applications by Scott Hanselman.
- Marten 1.0 is Here! by Jeremy D. Miller.
- Authenticode Signing Service and Client by Oren Novotny.
- Creating Beautiful Effects for UWP by Michael Crump.
- Subverting .NET Type Safety with ‘System.Runtime.CompilerServices.Unsafe’ (NSFW in a completely new sense of the term) and Compact strings in the CLR by Matt Warren.
- Use HiLo to generate keys with Entity Framework Core by Talking Dotnet.
- Asynchronous Programming – Exception Handling by jbe2277.
- A first look at Entity Framework Core with SQLite database on Ubuntu Linux by Võ Minh Trí.
- Using PeerFinder from Console: Wi-Fi Direct data transfer in C# by PlasticSCM.
- Graph Database with Neo4j and a .NET Client by Chris Skardon and Michael Hunger.
ASP.NET
- Custom ASP.NET Core Middleware Example by Mike Rousos.
- Peachpie: What Difference Does the ‘Core’ Make? by Benjamin Fistein.
- Configuring environment specific services in ASP.NET Core – Part 2, HTML minification using WebMarkupMin in ASP.NET Core, and Viewing what’s changed in ASP.NET Core 1.0.1 by Andrew Lock.
- ASP.NET Core with Angular2 – tutorial by Michał Dymel.
- Step by step: Serilog with ASP.NET Core and .NET Core and Microsoft Bot Framework by Carlos Mendible.
- AWS DynamoDB on .NET Core: Getting Started by Armen Shimoon.
- Bending ASP.NET Core MVC To Your Will by James Chambers.
- Include user properties in IdentityServer4 with ASP.NET Identity by David Keller.
- Full Server logout with IdentityServer4 and OpenID Connect Implicit Flow by Damien Bowden.
- Getting started with EF Core + Sqlite + Asp.Net core Web api on Mac by Swaminathan Vetri.
- Real-World CQRS/ES with ASP.NET and Redis Part 3 – The Read Model, Part 4 – Creating the APIs, and Part 5 – Running the APIs by Matthew Jones.
F#
- Exploring StackOverflow [with F#], by Evelina Gabasova.
- Langston’s Ant in F#, by Ram.
- Programming UrhoSharp with F#, by Xamarin.
- Use apply and carry on, by Milosz Krajewski.
- F# Series: Building Real-World Applications in F#, by Ody Mbegbu.
Check out F# Weekly for more great content from the F# community.
Xamarin
- Major Updates: iOS 10, Android Nougat, and Other Tasty Bits by Miguel de Icaza.
- Xamarin Stable Release: Cycle 8 with iOS 10 and Xcode 8 Support and Xamarin Preview: Xamarin Profiler 0.34.1 by Adrian Murphy.
- Testing iOS 10 in Xamarin Test Cloud by John Lago.
- Introducing the Azure Track in Xamarin University by Bryan Costanich.
- Preparing for Native Library Linking Changes in Android N and Preparing Machines for Xamarin Cycle 8 / iOS10 / Android N by James Montemagno.
- Xamarin Podcast: iOS 10, iPhone 7, Apple Watch Series 2, and more! by Pierce Boggan.
- Yet Another Podcast #163: James Montemagno and Xamarin Cycle 8 by Jesse Liberty.
- VSTS September Extensions Roundup – App Stores! by Joe Bourne.
- Access a Control Method from a ViewModel by Adam Pedley.
- Now Xamarin Devs can create Hololens Apps! by Bruno Capuano.
- LoaderViewXamarin – Loading animations for Android TextView and ImageView elements by Martijn van Dijk.
Azure
- Serving Static Content From Azure Storage: Content Delivery Network Setup by Doug Vanderweide.
Games
- MonoGame – Building multi-platform solutions by Simon Jackson.
- Tutorial – Zelda style screen transitions in Unity.
- Seeing Is Deceiving: Your Brain and VR.
- Episode 22: MonoGame (video) by Katie Stone Perez.
- Unity: In Beta – Animation Window Workflows by Will Goldstone.
- Curated #UnityTips No. 13 by DevDog.
- Unity: Make the Camera Follow a Player (or any GameObject) Smoothly and Fluidly by Kyle W. Banks.
- Unity: Terrain Generation Part 1(2)- Viking Game #2 (video) by System Cult.
And this is it for this week!
Contribute to the week in .NET
As always, this weekly post couldn’t exist without community contributions, and I’d like to thank all those who sent links and tips. The F# section is provided by Phillip Carter, the gaming section by Stacey Haffner, and the Xamarin section by Dan Rigby.
You can participate too. Did you write a great blog post, or just read one? Do you want everyone to know about an amazing new contribution or a useful library? Did you make or play a great game built on .NET? We’d love to hear from you, and feature your contributions on future posts:
- Send an email to beleroy at Microsoft,
- comment on this gist
- Leave us a pointer in the comments section below.
- Send Stacey (@yecats131) tips on Twitter about .NET games.
This week’s post (and future posts) also contains news I first read on The ASP.NET Community Standup, on Weekly Xamarin, on F# weekly, on ASP.NET Weekly, and on Chris Alcock’s The Morning Brew.
0 comments