# .NET Weekly #13

## Cloud & Web

1. [10x speedup utilizing Nagle Algorithm in business application](https://ayende.com/blog/176257/10x-speedup-utilizing-nagle-algorithm-in-business-application)
2. [Fun with the HttpClient pipeline](http://www.thomaslevesque.com/2016/12/08/fun-with-the-httpclient-pipeline/)
3. [Introducing Microsoft R Server 9.0](https://blogs.technet.microsoft.com/machinelearning/2016/12/07/introducing-microsoft-r-server-9-0/)

## Tooling & Libraries

1. [Writing C# build scripts with FAKE, OmniSharp and VS Code](http://www.strathweb.com/2016/12/writing-c-build-scripts-with-fake-omnisharp-and-vs-code/)
2. [Orleans 2.0 Tech Preview supporting .NET Core](https://blogs.msdn.microsoft.com/orleans/2016/12/05/orleans-20-tech-preview-net-core/)
3. [IdentityServer4 and ASP.NET Core 1.1](https://leastprivilege.com/2016/12/08/identityserver4-and-asp-net-core-1-1/)
4. [ReSharper Ultimate 2016.3 Release Candidate](https://blog.jetbrains.com/dotnet/2016/12/08/resharper-ultimate-2016-3-release-candidate/)

## Architecture & Databases

1. [Domain modelling with REST](http://blog.ploeh.dk/2016/12/07/domain-modelling-with-rest/)
2. [Observations on Porting from .NET Framework to .NET Core](http://developerblog.redhat.com/2016/12/08/observations-porting-from-net-framework-to-net-core/)

## Programming Languages

1. [Announcing TypeScript 2.1](https://blogs.msdn.microsoft.com/typescript/2016/12/07/announcing-typescript-2-1/)
2. [Excessive explanation, part two](https://ericlippert.com/2016/12/05/excessive-explanation-part-two/)
3. [Excessive explanation, part three](https://ericlippert.com/2016/12/08/excessive-explanation-part-three/)

## Runtime

1. [What is this race condition that the OpenMutex documentation is trying to warn me about?](https://blogs.msdn.microsoft.com/oldnewthing/20161208-00/?p=94885)
2. [Immo Landwerth - .NET Standard - Checking Compatibilty](https://www.youtube.com/watch?v=rzs_FGPyAlY\&list=PLRAdsfhKI4OWx321A_pr-7HhRNk7wOLLY\&index=3)

## Other

1. [Measuring GC latencies in Haskell, OCaml, Racket](http://prl.ccs.neu.edu/blog/2016/05/24/measuring-gc-latencies-in-haskell-ocaml-racket/)
2. [Symlinks in Windows 10!](https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/#uJAvfC1AmXcoG48o.97)
3. [Project Jigsaw in JDK 9: Modularity Comes to Java](https://www.infoq.com/presentations/java9-jigsaw)
4. [Comparing Haskell and Node concurrency performance](https://www.fpcomplete.com/blog/2016/12/concurrency-and-node)
5. [Microsoft is about to turn a phone into a real PC](http://www.theverge.com/2016/12/8/13881930/microsoft-turn-a-phone-into-a-pc-arm-continuum)


---

# 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.12/number-13.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.
