# .NET Weekly #8

## Cloud & Web

1. [Resource-based authorisation in ASP.NET Core](https://andrewlock.net/resource-specific-authorisation-in-asp-net-core/)
2. [ASP.NET Core and the Enterprise Part 2: Hosting](http://odetocode.com/blogs/scott/archive/2016/10/25/asp-net-core-and-the-enterprise-part-2-hosting.aspx)

## Tooling & Libraries

1. [.NET Core + RabbitMQ = RawRabbit](http://piotrgankiewicz.com/2016/10/31/net-core-rabbitmq-rawrabbit/)
2. [ReSharper Ultimate 2016.3 EAP 6](https://blog.jetbrains.com/dotnet/2016/11/01/resharper-ultimate-2016-3-eap-6/)
3. [Using NDepend to Help Improve Architecture](https://stevedesmond.ca/blog/using-ndepend-to-help-improve-architecture)
4. JetBrains Rider: a new build is available - [macOS](https://download.jetbrains.com/resharper/riderRS-163.7608.dmg), [Windows](https://download.jetbrains.com/resharper/riderRS-163.7608.exe), [Linux](https://download.jetbrains.com/resharper/riderRS-163.7608.tar.gz)
5. [Visual Studio Code 1.7.1 is out](http://code.visualstudio.com/updates)

## Architecture & Databases

1. [The Laws of Distributed Systems](http://www.dylanbeattie.net/2016/10/the-laws-of-distributed-systems.html)
2. [Distributed Systems Materials from GeekNight](http://malisancubeblog.azurewebsites.net/distributed-systems-materials/)
3. [Keeping Your Code Clean while Logging](http://www.daedtech.com/keeping-code-clean-logging/)

## Programming Languages

1. [Computing tag functions for ES6 template literals](http://www.2ality.com/2016/11/computing-tag-functions.html)
2. [Efficient discriminated unions in C#](http://xoofx.com/blog/2016/10/28/efficient-discriminated-unions-in-csharp/)
3. [Using F# on Azure](https://docs.microsoft.com/en-us/dotnet/articles/fsharp/using-fsharp-on-azure/)

## Runtime

1. [Idle memory GC memory yanking](https://ayende.com/blog/175970/idle-memory-gc-memory-yanking)
2. [Mei-Chin Tsai & Jan Kotas - CoreRT & .NET Native](https://www.youtube.com/watch?v=6ypNZ3FFHQg)

## Other

1. [Announcing RStudio v1.0!](https://blog.rstudio.org/2016/11/01/announcing-rstudio-v1-0/)
2. [A peek into the WebAssembly Browser Preview](https://blogs.windows.com/msedgedev/2016/10/31/webassembly-browser-preview/)
3. [OCaml version 4.04.0 is released](https://sympa.inria.fr/sympa/arc/caml-list/2016-11/msg00010.html)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dotnetweekly.gitbook.io/weekly/2016/2016.11/number-8.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
