Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 601 Bytes

File metadata and controls

25 lines (22 loc) · 601 Bytes
title CSharp记录
date 2021-08-15
tags
随笔
笔记
Git
网络
CSharp
categories
ANote
comments true

CSharp记录

垃圾回收的基本知识:
https://github.com/dotnet/docs.zh-cn/blob/live/docs/standard/garbage-collection/fundamentals.md
垃圾回收的基本知识:
https://docs.microsoft.com/zh-cn/dotnet/standard/garbage-collection/fundamentals

清理未托管资源:
https://docs.microsoft.com/zh-cn/dotnet/standard/garbage-collection/unmanaged

.NET documentation 中文版:
https://docs.microsoft.com/zh-cn/dotnet/fundamentals/