# .NET Weekly #53

## Cloud & Web

1. [.NET Framework 4.7.1 ASP.NET and Configuration features](https://blogs.msdn.microsoft.com/dotnet/2017/09/13/net-framework-4-7-1-asp-net-and-configuration-features/)
2. [Announcing SignalR for ASP.NET Core 2.0](https://blogs.msdn.microsoft.com/webdev/2017/09/14/announcing-signalr-for-asp-net-core-2-0/)
3. [How to include scopes when logging exceptions in ASP.NET Core](https://andrewlock.net/how-to-include-scopes-when-logging-exceptions-in-asp-net-core/)
4. [Using a CDN and Front-End Optimization to Boost Website Performance](https://dzone.com/articles/using-a-cdn-and-front-end-optimization-to-boost-we)

## Tooling & Libraries

1. [Sysinternals Update - Sysmon v6.10, Process Monitor v3.40, Autoruns v13.80, AccessChk v6.11](https://blogs.technet.microsoft.com/sysinternals/2017/09/12/sysinternals-update-sysmon-v6-1-process-monitor-v3-4-autoruns-v13-8-accesschk-v6-11/)
2. [Ionide 3.0 released](https://github.com/ionide/ionide-vscode-fsharp/blob/master/release/CHANGELOG.md)
3. [MSBuild Major performance improvements](https://github.com/Microsoft/msbuild/pull/2513)
4. [Announcing Orleans 2.0 Tech Preview 3](https://blogs.msdn.microsoft.com/orleans/2017/09/13/announcing-orleans-2-0-tech-preview-3/)
5. [Fable 1.2 Announced along with First FableConf](https://www.infoq.com/news/2017/09/fable-12-released-fableconf)
6. [Sublime Text 3.0](https://www.sublimetext.com/blog/articles/sublime-text-3-point-0)

## Architecture & Databases

1. [Serverless beyond Functions](https://medium.com/cloud-academy-inc/serverless-beyond-functions-cd81ee4c6b8d)
2. [Betting on Riak - bet365’s acquisition and its consequences for the product](http://www.igamingbusiness.com/press/betting-riak-bet365-s-acquisition-and-its-consequences-product)
3. [Multiple Perspectives On Technical Problems and Solutions](https://www.kitchensoap.com/2017/08/12/multiple-perspectives-on-technical-problems-and-solutions/)
4. [Yet Another Evil Suffix For Object Names - Client](http://www.yegor256.com/2017/09/12/evil-object-name-suffix-client.html)
5. [Resilient Functional Service Design](https://www.infoq.com/presentations/resilience-functional-service-design)
6. [Migrating from RethinkDB to Postgres — An Experience Report](https://medium.com/fuzzy-sharp/migrating-to-postgres-2dc1519a6dc7)

## Programming Languages

1. [12 practical ways for executing F# scripts](http://www.codingwithsam.com/12-practical-ways-executing-f-scripts)
2. [Test data without Builders](http://blog.ploeh.dk/2017/09/11/test-data-without-builders/)
3. [The design side of programming language design](http://tomasp.net/blog/2017/design-side-of-pl/)
4. [Flow and TypeScript](https://engineering.tumblr.com/post/165261504692/flow-and-typescript)

## Runtime

1. [Managed object internals, Part 3. The layout of a managed array](https://blogs.msdn.microsoft.com/seteplia/2017/09/12/managed-object-internals-part-3-the-layout-of-a-managed-array-3/)
2. [NET Framework September 2017 Security and Quality Rollup](https://blogs.msdn.microsoft.com/dotnet/2017/09/12/net-framework-september-2017-security-and-quality-rollup/)
3. [RyuJIT Tutorial](https://github.com/dotnet/coreclr/blob/master/Documentation/botr/ryujit-tutorial.md)
4. [Mono on WebAssembly status update](http://forums.dotnetfoundation.org/t/mono-on-webassembly-status-update/2776)

## Other

1. [A brief overview and history of systemd — the Linux process manager](https://hackernoon.com/a-brief-overview-and-history-of-systemd-the-linux-process-manager-ca508bee4a33)
2. [NERSC Scales Scientific Deep Learning to 15 Petaflops](https://www.infoq.com/news/2017/09/NERSC-Deep-Learning-15-PFLOPS)
3. [Why Dropbox decided to drop AWS and build its own infrastructure and network](https://techcrunch.com/2017/09/15/why-dropbox-decided-to-drop-aws-and-build-its-own-infrastructure-and-network/)


---

# 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/2017/2017.09/number-53.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.
