# .NET Weekly #2

## Cloud & Web

1. [Service Fabric on Linux support available this month](https://azure.microsoft.com/en-us/blog/service-fabric-on-linux-support-available-this-month/)
2. [ASP.NET Core - Feature Slices for ASP.NET Core MVC](https://msdn.microsoft.com/magazine/mt763233)

## Tooling & Libraries

1. [Marten 1.0 is Here!](https://jeremydmiller.com/2016/09/14/marten-1-0-is-here/)
2. [PerfView is now Open Source On GitHub](https://blogs.msdn.microsoft.com/vancem/2016/09/18/perfview-is-now-open-source-on-github/)
3. [New experience for NuGet Documentation](http://blog.nuget.org/20160920/NuGet-Docs-GoLive.html)
4. JetBrains Rider - a new build is available ([macOS](http://download.jetbrains.com/resharper/riderRS-163.5065.dmg), [Windows](http://download.jetbrains.com/resharper/riderRS-163.5065.exe), [Linux](http://download.jetbrains.com/resharper/riderRS-163.5065.tar.gz))

## Architecture & Databases

1. [API Stylebook: A Collections Of Resources For API Designers](http://apievangelist.com/2016/09/12/api-stylebook-a-collections-of-resources-for-api-designers/)
2. [Distributed Systems in Practice, in Theory](https://www.infoq.com/presentations/patterns-distributed-systems)

## Programming Languages

1. [Langton's Ant in F#](https://technicalitee.blogspot.dk/2016/09/langtons-ant-in-f.html)
2. [F# Series: Building Real-World Applications in F#](https://medium.com/@odytrice/f-series-building-real-world-applications-in-f-b45b62ac653d#.nxsst2q5e)
3. [TypeScript 2.0 goes live!](https://blogs.msdn.microsoft.com/typescript/2016/09/22/announcing-typescript-2-0/)
4. [Why isn’t F# the King of .NET?](https://www.reddit.com/r/programming/comments/53h8u8/why_isnt_f_the_king_of_net/d7t1fwd)

## Runtime

1. [Compact string in CLR](http://mattwarren.org/2016/09/19/Compact-strings-in-the-CLR/)
2. [When a disk cache performs better than an in-memory cache (befriending the .net GC)](http://www.productiverage.com/when-a-disk-cache-performs-better-than-an-inmemory-cache-befriending-the-net-gc)

## Other

1. [DeepMind Unveils WaveNet - A Deep Neural Network for Speech and Audio Synthesis](https://www.infoq.com/news/2016/09/deepmind-wavenet)
2. [On knowledge sharing](http://sergeyteplyakov.blogspot.dk/2016/09/on-knowledge-sharing.html)
3. [Java Language Support for Visual Studio Code has landed](http://developers.redhat.com/blog/2016/09/19/java-language-support-for-visual-studio-code-has-landed/)
4. [Swift 3.0 released!](https://swift.org/blog/swift-3-0-released/)


---

# 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.09/number-2.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.
