18 lines
590 B
Markdown
18 lines
590 B
Markdown
|
---
|
||
|
title: Primitives in ASP.NET Core
|
||
|
author: guardrex
|
||
|
description: Discover articles on ASP.NET Core building blocks shared by framework extensions that you can use in your own code.
|
||
|
ms.author: riande
|
||
|
manager: wpickett
|
||
|
ms.date: 10/28/2017
|
||
|
ms.topic: article
|
||
|
ms.technology: aspnet
|
||
|
ms.prod: asp.net-core
|
||
|
uid: fundamentals/primitives/index
|
||
|
---
|
||
|
# Primitives in ASP.NET Core
|
||
|
|
||
|
ASP.NET Core primitives are low-level building blocks shared by framework extensions. You can use these building blocks in your own code.
|
||
|
|
||
|
[Detect changes with Change Tokens](xref:fundamentals/primitives/change-tokens)
|