# .NET Weekly #1

## Cloud & Web

1. [Improving the syntax of EJS templates](http://www.2ality.com/2016/09/better-ejs.html)
2. [Configuring ASP.NET Core Apps with WebHostBuilder](http://ardalis.com/configuring-aspnet-core-apps-with-webhostbuilder)
3. [Announcing Face Reduction for Azure Media Analytics](https://azure.microsoft.com/en-us/blog/azure-media-redactor/)
4. [Angular 2.0 has been released](http://angularjs.blogspot.dk/2016/09/angular2-final.html)

## Tooling & Libraries

1. [Reshaper 2016.2.1 is available](https://www.jetbrains.com/resharper/download/)
2. [New .NET profiler and execution analyser](http://www.getcodetrack.com/)

## Architecture & Databases

1. [24 hours of PASS (September 2016): Recordings are available](http://sqlblog.com/blogs/sergio_govoni/archive/2016/09/10/24-hours-of-pass-september-2016-recordings-now-available.aspx)
2. [AOP in C# with SOLID](http://www.dotnetcurry.com/patterns-practices/1305/aspect-oriented-programming-aop-csharp-using-solid)
3. [Inheritance is a procedural technique for code reuse](http://www.yegor256.com/2016/09/13/inheritance-is-procedural.html)

## Programming Languages

1. [The F# Path to Relaxation](https://www.youtube.com/watch?v=ZTbyKsw7uIU)
2. [But why is the iterator operating in multiple threads](https://colinmackay.scot/2016/09/12/but-why-is-the-iterator-operating-in-multiple-threads/)
3. [Channels API](http://blog.marcgravell.com/2016/09/channelling-my-inner-geek.html)

## Runtime

1. [Announcing September 2016 updates for .NET Core 1.0](https://blogs.msdn.microsoft.com/dotnet/2016/09/13/announcing-september-2016-updates-for-net-core-1-0/)
2. [Under the hood - performance considerations of a garbage collector](https://blogs.msdn.microsoft.com/alphageek/2016/09/13/under-the-hood-performance-considerations-of-a-garbage-collector/)
3. [Subverting .NET Type Safety with ’System.Runtime.CompilerServices.Unsafe'](http://mattwarren.org/2016/09/14/Subverting-.NET-Type-Safety-with-System.Runtime.CompilerServices.Unsafe/)

## Other

1. [IBM scientists imitate the functionality of neurons with a phase-change device](http://www-03.ibm.com/press/us/en/pressrelease/50297.wss)
2. [GitHub introduces reviews, projects, improved API and more](https://www.infoq.com/news/2016/09/github-universe-announcement)


---

# 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-1.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.
