AspNetCore.Docs/aspnetcore/test/index.md

26 lines
1.1 KiB
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
title: Test, debug, and troubleshoot in ASP.NET Core
author: guardrex
description: Links to resources for testing and debugging ASP.NET Core applications.
2016-10-29 01:35:15 +08:00
manager: wpickett
2018-01-29 23:21:31 +08:00
ms.author: riande
ms.custom: mvc
ms.date: 05/24/2018
ms.prod: asp.net-core
2018-01-29 23:21:31 +08:00
ms.technology: aspnet
ms.topic: article
uid: test/index
2016-10-29 01:35:15 +08:00
---
# Test, debug, and troubleshoot in ASP.NET Core
2016-10-29 01:35:15 +08:00
* [Unit testing](/dotnet/articles/core/testing/unit-testing-with-dotnet-test)
* [Integration tests](xref:test/integration-tests)
* [Razor Pages unit tests](xref:test/razor-pages-tests)
* [Test controllers](xref:mvc/controllers/testing)
* [Debug ASP.NET Core 2.x source](https://github.com/aspnet/Docs/issues/4155)
* [Remote debugging](/visualstudio/debugger/remote-debugging-azure)
* [Snapshot debugging](/azure/application-insights/app-insights-snapshot-debugger)
* [NDC Conference (London, 2018): Diagnosing issues in ASP.NET Core Applications](https://www.youtube.com/watch?v=RYI0DHoIVaA)
* [ASP.NET Blog: Troubleshooting ASP.NET Core Performance Problems](https://blogs.msdn.microsoft.com/webdev/2018/05/23/asp-net-core-performance-improvements/)
* [Troubleshoot](xref:test/troubleshoot)