> 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/2017/2017.03/number-29.md).

# .NET Weekly #29

## Cloud & Web

1. [Raspberry Pi: Run ASP.NET Core on Startup](https://carlos.mendible.com/2017/03/26/raspberry-pi-run-aspnet-core-on-startup/)
2. [Using React, Redux and Webpack with Dotnet Core to build a modern web frontend](https://medium.com/@MaartenSikkema/using-react-redux-and-webpack-with-dotnet-core-to-build-a-modern-web-frontend-7e2d091b3ba)
3. [ASP.NET Core SynchronizationContext](http://blog.stephencleary.com/2017/03/aspnetcore-synchronization-context.html)

## Tooling & Libraries

1. [Report from the battlefield #10 - fuck-up with AutoMapper](http://www.michalkomorowski.com/2017/03/report-from-battlefield-10-fuck-up-with.html)
2. [Open sourcing the MSTest Test Framework](https://blogs.msdn.microsoft.com/bharry/2017/03/28/open-sourcing-the-mstest-test-framework/)
3. [DevExtreme - Real World Patterns - Orchestrating Microservices](https://community.devexpress.com/blogs/oliver/archive/2017/03/28/devextreme-real-world-patterns-orchestrating-microservices.aspx)
4. [Shutting down CodePlex](https://blogs.msdn.microsoft.com/bharry/2017/03/31/shutting-down-codeplex/)

## Architecture & Databases

1. [SOLID Is OOP for Dummies](http://www.yegor256.com/2017/03/28/solid.html)
2. [Building Better Entity Framework Applications](https://www.simple-talk.com/dotnet/net-development/building-better-entity-framework-applications/)
3. [SQL Server On Linux: Core-minidumps and Breakpad](https://blogs.msdn.microsoft.com/bobsql/2017/03/27/sql-server-on-linux-core-minidumps-and-breakpad/)
4. [Want unlimited scale and performance? This is where to start](https://indexoutofrange.com/Want-unlimited-scale-and-performanceThis-is-where-to-start/)
5. [A reusable ApiController Adapter](http://blog.ploeh.dk/2017/03/30/a-reusable-apicontroller-adapter/)

## Programming Languages

1. [TypeScript’s New Release Cadence](https://blogs.msdn.microsoft.com/typescript/2017/03/27/typescripts-new-release-cadence/)
2. [Why I hate Roslyn](http://www.michalkomorowski.com/2017/03/why-i-hate-roslyn.html)
3. [Building a security testing service with F# - William Blum](https://www.youtube.com/watch?v=ZVvcWIjbbhk\&feature=youtu.be)
4. [A Comprehensive Look at F# 4.1](https://www.infoq.com/articles/FSharp-4.1)

## Runtime

1. [Tiered Compilation step 1](https://github.com/dotnet/coreclr/pull/10478)
2. [Advanced GC Internals Documentation](https://github.com/dotnet/coreclr/issues/10529)
3. [The .NET IL Interpreter](http://mattwarren.org/2017/03/30/The-.NET-IL-Interpreter/)
4. [Tracing Runtime Events in .NET Core on Linux](http://blogs.microsoft.co.il/sasha/2017/03/30/tracing-runtime-events-in-net-core-on-linux/)

## Other

1. [Gravitational Wave Kicks Monster Black Hole Out of Galactic Core](https://www.nasa.gov/feature/goddard/2017/gravitational-wave-kicks-monster-black-hole-out-of-galactic-core)
2. [ThoughtWorks Technology Radar Vol. 16](https://www.thoughtworks.com/radar)
3. [Studio Ghibli API (v1.0.1)](https://ghibliapi.herokuapp.com/#)


---

# 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:

```
GET https://dotnetweekly.gitbook.io/weekly/2017/2017.03/number-29.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.
