# .NET Weekly #6

## Cloud & Web

1. [Managing containerized ASP.NET Core apps with Kubernetes](https://cloudplatform.googleblog.com/2016/10/managing-containerized-ASP.NET-Core-apps-with-Kubernetes.html)
2. [Asynchronous PushStreamContent](http://blog.stephencleary.com/2016/10/async-pushstreamcontent.html)

## Tooling & Libraries

1. [Improved overall Visual Studio “15” Responsiveness](https://blogs.msdn.microsoft.com/visualstudio/2016/10/14/improved-overall-visual-studio-15-responsiveness/)
2. [ReSharper Ultimate 2016.3 EAP 4](https://blog.jetbrains.com/dotnet/2016/10/14/resharper-ultimate-2016-3-eap4/)
3. [Introducing Fiddler for OS X Beta 1](http://www.telerik.com/blogs/introducing-fiddler-for-os-x-beta-1)
4. [ServiceStack now available on .NET Core!](http://docs.servicestack.net/releases/v4.5.2.html)

## Architecture & Databases

1. [An Authentication and Authorization Architecture for a Microservices World](https://www.infoq.com/presentations/forgerock-security)
2. [Accessing SQL from Entity Framework Core Queries in ASP.NET Core](http://rion.io/2016/10/19/accessing-entity-framework-core-queries-behind-the-scenes-in-asp-net-core/)
3. [Rowan Miller - Entity Framework Core 1.1](https://www.youtube.com/watch?v=bMR6zx84TGk)

## Programming Languages

1. [Using F# with .NET Core](https://medium.com/real-world-fsharp/using-f-with-net-core-aa6cfc9ef547#.ga7bhcpzj)
2. [Functional programming is a tool for thought, imperative programming is a tool for hacking](http://hotforknowledge.com/2016/10/19/4-functional-for-thought-imperative-for-hacking/)

## Runtime

1. [Interception in .NET – Part 3: Static Interception](https://weblogs.asp.net/ricardoperes/interception-in-net-part-3-static-interception)
2. [Introducing C# script runner for .NET Core and .NET CLI](http://www.strathweb.com/2016/10/introducing-c-script-runner-for-net-core-and-net-cli/)
3. [Announcing the October 2016 Update for .NET Core 1.0](https://blogs.msdn.microsoft.com/dotnet/2016/10/20/announcing-the-october-2016-update-for-net-core-1-0/)

## Other

1. [Swift 4.0 roadmap](https://github.com/apple/swift-evolution/blob/master/README.md)
2. [Introducing Rust Language Server, source release](https://internals.rust-lang.org/t/introducing-rust-language-server-source-release/4209)
3. [Windows Subsystem for Linux: Windows and Ubuntu Interoperability](https://channel9.msdn.com/Blogs/Seth-Juarez/Windows-Subsystem-for-Linux-Windows-and-Ubuntu-Interoperability)
4. [Rust roadmap for 2017](https://github.com/aturon/rfcs/blob/roadmap-2017/text/0000-roadmap-2017.md)


---

# 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.10/number-6.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.
