> For the complete documentation index, see [llms.txt](https://dotnetweekly.gitbook.io/weekly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dotnetweekly.gitbook.io/weekly/2016/2016.10/number-5.md).

# .NET Weekly #5

## Cloud & Web

1. [Facebook announced that they have open sourced Yarn, a backwards-compatible client for the npm registry](http://blog.npmjs.org/post/151660845210/hello-yarn)
2. [ASP.NET Core and the Enterprise: Part 1 Frameworks](http://odetocode.com/blogs/scott/archive/2016/10/11/asp-net-core-and-the-enterprise-part-1ndashframeworks.aspx)
3. [Dockerizing Nerd Dinner: Part 1, Running a Legacy ASP.NET App in a Windows Container](https://blog.sixeyed.com/dockerizing-nerd-dinner-part-1-running-a-legacy-asp-net-app-in-a-windows-container/)

## Tooling & Libraries

1. [Faster Visual Studio “15” Startup](https://blogs.msdn.microsoft.com/visualstudio/2016/10/10/faster-visual-studio-15-startup/)
2. [Shorter Solution Load Time in Visual Studio “15”](https://blogs.msdn.microsoft.com/visualstudio/2016/10/11/shorter-solution-load-time-in-visual-studio-15/)
3. [Reduced Out of Memory Crashes in Visual Studio “15”](https://blogs.msdn.microsoft.com/visualstudio/2016/10/12/reduced-out-of-memory-crashes-in-visual-studio-15/)
4. [Visual Studio Code 1.6.1](https://code.visualstudio.com/updates/v1_6)

## Architecture & Databases

1. [RavenDB 3.5 Release Candidate 3 (and final) is out](https://ayende.com/blog/175809/ravendb-3-5-release-candidate-3-and-final-is-out)
2. [Temporal Tables are generally available in Azure SQL Database](https://azure.microsoft.com/en-us/blog/general-availability-temporal-tables-in-azure-sql-database/)
3. [Implementation Strategies for the Repository Pattern with Entity Framework, Dapper, and Chain](https://www.infoq.com/articles/repository-implementation-strategies)

## Programming Languages

1. [Microsoft Open-Sources P Language for Safe Async Event-Driven Programming](https://www.infoq.com/news/2016/10/microsoft-p-language-opensourced)
2. [ES proposal: asynchronous iteration](http://www.2ality.com/2016/10/asynchronous-iteration.html)

## Runtime

1. [Fall cleaning: Optimizing V8 memory consumption](http://v8project.blogspot.com.by/2016/10/fall-cleaning-optimizing-v8-memory.html)
2. [Timing the time it takes to parse time: Part II](https://ayende.com/blog/175714/timing-the-time-it-takes-to-parse-time-part-ii)
3. [More details on Span](https://github.com/dotnet/corefxlab/blob/master/docs/Span.md)
4. [Native Compilation – Why JIT when you can CodeGen!](https://blogs.msdn.microsoft.com/alphageek/2016/10/13/native-compilation-why-jit-when-you-can-codegen/)

## Other

1. [Google’s beautiful new free font covers 800+ languages](https://www.wired.com/2016/10/meet-noto-googles-free-font-800-languages/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dotnetweekly.gitbook.io/weekly/2016/2016.10/number-5.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
