# .NET Weekly #59

## Cloud & Web

1. [Exploring the ASP.NET Core Identity PasswordHasher](https://andrewlock.net/exploring-the-asp-net-core-identity-passwordhasher/)
2. [Migrating passwords in ASP.NET Core Identity with a custom PasswordHasher](https://andrewlock.net/migrating-passwords-in-asp-net-core-identity-with-a-custom-passwordhasher/)
3. [.NET Core 2.0 and ASP.NET Core 2.0 are Here](https://weblog.west-wind.com/posts/2017/Oct/22/NET-Core-20-and-ASPNET-20-Core-are-finally-here)
4. [Cray Supercomputers are coming to Azure](https://azure.microsoft.com/en-us/blog/cray-supercomputers-are-coming-to-azure/)
5. [Secure your ASP.NET Core 2.0 API (part 2 - restrict access to JWT bearers only)](https://jonhilton.net/security/apis/secure-your-asp.net-core-2.0-api-part-2---jwt-bearer-authentication/)
6. [Azure Functions Now Support Java](https://www.infoq.com/news/2017/10/azure-functions-java)

## Tooling & Libraries

1. [Akka.NET v1.3.2 Stable Release](https://github.com/akkadotnet/akka.net/releases/tag/v1.3.2)
2. [First steps in integration of Windows and Linux Containers in OpenShift](https://developers.redhat.com/blog/2017/10/23/first-steps-integration-windows-linux-containers-openshift/)
3. [Debugging React Like a Champ with VSCode](https://hackernoon.com/debugging-react-like-a-champ-with-vscode-66281760037)
4. [VSCode - The Icon Journey](https://code.visualstudio.com/blogs/2017/10/24/theicon)
5. [.NET Core DevOps with Docker, Travis CI and Rancher – part 1](http://piotrgankiewicz.com/2017/10/23/net-core-devops-with-docker-travis-ci-and-rancher-part-1/)

## Architecture & Databases

1. [Scaling Event-Sourcing at Jet](https://medium.com/@eulerfx/scaling-event-sourcing-at-jet-9c873cac33b8)
2. [Something Rotten In The Core](http://www.codersnotes.com/notes/something-rotten-in-the-core/)
3. [Aerospike - Benchmarking Speed At Scale](https://www.aerospike.com/manifesto/)
4. [Achieving High-Throughput for Specific Data Access Pattern](http://www.iamontheinet.com/2016/01/20/achieving-high-throughput-for-specific-data-access-pattern/)
5. [Importing JSON Data from Web Services and Applications into SQL Server](https://www.red-gate.com/simple-talk/sql/t-sql-programming/importing-json-web-services-applications-sql-server/)

## Programming Languages

1. [Convex hull monoid](http://blog.ploeh.dk/2017/10/23/convex-hull-monoid/)
2. [C# 7.2 New Features With Visual Studio 2017](http://www.c-sharpcorner.com/article/c-sharp-7-2-new-features-with-visual-studio-2017/)
3. [Using operator overloads for concatenating file system paths in CSharp](https://blog.maartenballiauw.be/post/2017/10/26/operator-overloads-concatenate-file-system-path.html)
4. [Why we used Pony to write Wallaroo](https://blog.wallaroolabs.com/2017/10/why-we-used-pony-to-write-wallaroo/)

## Runtime

1. [.NET Core Performance Profiling with Intel® VTune™ Amplifier 2018](https://blogs.msdn.microsoft.com/dotnet/2017/10/23/net-core-performance-profiling-with-intel-vtune-amplifier-2018/)
2. [Microsoft Security Advisory CVE-2017-8585  - Malformed Culture can cause application crash](https://github.com/dotnet/announcements/issues/34)
3. [.NET Framework Compatibility Pack](https://github.com/dotnet/designs/pull/16)
4. [Add generic Math methods for numeric types](https://github.com/dotnet/corefx/issues/11030)
5. [Time Travel Debugging FAQ](https://blogs.msdn.microsoft.com/windbg/2017/10/20/time-travel-debugging-faq/)

## Other

1. [Rendering HTML5 video in Servo with GStreamer](https://coaxion.net/blog/2017/10/rendering-html5-video-in-servo-with-gstreamer/)
2. [Open Sourcing the Java Debugger for Visual Studio Code](https://blogs.msdn.microsoft.com/visualstudio/2017/10/23/open-sourcing-the-java-debugger-for-visual-studio-code/)
3. [Who contributed the most to open source in 2017? Let’s analyze GitHub’s data and find out](https://medium.freecodecamp.org/the-top-contributors-to-github-2017-be98ab854e87)
4. [The Upspin manifesto - On the ownership and sharing of data](https://commandcenter.blogspot.com.by/2017/10/the-upspin-manifesto-on-ownership-and.html)
5. [Opinion Time - Should Code Reviews Include Manual Testing?](https://exceptionnotfound.net/opinion-time-should-code-reviews-include-manual-testing/)
6. [Crossing the Line - Skill Atrophy](https://www.red-gate.com/simple-talk/opinion/career/crossing-line-skill-atrophy/)
7. [Can You Afford It? Real-world Web Performance Budgets](https://infrequently.org/2017/10/can-you-afford-it-real-world-web-performance-budgets/)


---

# 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.10/number-59.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.
