File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-core/
32
32
33
33
## 行业资讯
34
34
35
- 1、[ 如何用 Stopwatch 正确的计算耗时 ] ( https://www.youtube. com/watch?v=Lvdyi5DWNm4&ab_channel=NickChapsas )
35
+ 1、[ 是否升级.NET 9还是等.NET 10的投票 ] ( https://x. com/Dave_DotNet/status/1856017668261724547 )
36
36
37
37
![ image] ( https://github.com/user-attachments/assets/5268c04e-ff5c-4454-a6b5-f28f86608fba )
38
38
@@ -46,7 +46,7 @@ https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-core/
46
46
47
47
## 文章推荐
48
48
49
- 1、[ .NET 9 性能提升 ] ( https://devblogs.microsoft .com/dotnet/performance-improvements-in-net-9/ )
49
+ 1、[ 如何用 Stopwatch 正确的计算耗时 ] ( https://www.youtube .com/watch?v=Lvdyi5DWNm4&ab_channel=NickChapsas )
50
50
51
51
![ image] ( https://github.com/user-attachments/assets/0a14e040-4fb9-4143-86e2-010653df9aeb )
52
52
@@ -352,8 +352,6 @@ nmi: 0.0005399568034557236
352
352
353
353
2 、[.NET Debugging 开源书](https :// michaelscodingspot.com/free-book/)
354
354
355
- ! [image ](https :// github.com/user-attachments/assets/bc890975-8867-4583-a172-3a0274404c72)
356
-
357
355
! [image ](https :// github.com/user-attachments/assets/246a518b-bd50-4149-aaf6-ab7392c1202b)
358
356
359
357
这是一本开源的 `.NET ` 调试开源书籍,主要包含下面这些主题
@@ -437,4 +435,4 @@ var format = inspector.DetermineFileFormat(stream);
437
435
Console .WriteLine (format .Extension );
438
436
```
439
437
440
- 比如这个文件的拓展类型是 `doc ` 类型,但是实际上是 `xlsm ` 类型文件,这个库可以精确的检测出来。
438
+ 比如这个文件的拓展类型是 `doc ` 类型,但是实际上是 `xlsm ` 类型文件,这个库可以精确的检测出来。
You can’t perform that action at this time.
0 commit comments