Skip to content

Commit e501f17

Browse files
committed
episode 33
1 parent 80a72de commit e501f17

File tree

11 files changed

+371
-9
lines changed

11 files changed

+371
-9
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616

1717
### 2023
1818

19-
**二月份**[第 032 期](docs/episode-032.md) :high_brightness:
19+
**二月份**[第 033 期](docs/episode-033.md) :high_brightness:
20+
21+
**二月份**[第 032 期](docs/episode-032.md)
2022

2123
**一月份**[第 031 期](docs/episode-031.md) | [第 030 期](docs/episode-030.md)
2224

docs/episode-031.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# .NET 每周分享第 30
1+
# .NET 每周分享第 31
22

33
## 卷首语
44

docs/episode-032.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# .NET 每周分享第 30
1+
# .NET 每周分享第 32
22

33
## 卷首语
44

55
[为什么选择 .NET](https://devblogs.microsoft.com/dotnet/why-dotnet/)
66

7-
![image](https://user-images.githubusercontent.com/11272110/219825763-baa8f119-c799-41b9-9982-1f02d2f80006.png)
7+
![image](https://dotnetweeklyimages.blob.core.windows.net/033/dotnet.png)
88

99
最近 `.NET` 团队发布了一篇文章,介绍了自从 `.NET` 开源以来,微软和社区为 `.NET` 的发展和壮大做出的各种努力和付出。这也是为什么我们要选择 `.NET` 的原因。
1010

1111
## 行业资讯
1212

1313
1、[.NET 语言更新策略](https://devblogs.microsoft.com/dotnet/update-to-the-dotnet-language-strategy/)
1414

15-
![image](https://user-images.githubusercontent.com/11272110/218291917-aff30019-4d5c-4776-802d-21ed2675fff1.png)
15+
![image](https://dotnetweeklyimages.blob.core.windows.net/033/languages.png)
1616

1717
`.NET` 平台上有三种编程语言可以运行,分别是 `C#``F#``Visual Basic` 三种语言,那么微软官方对三种语言的支持承若是怎样的呢?
1818

@@ -58,7 +58,7 @@ Event Source 是广泛使用的持久化状态的工具, `Marten` 是 `.NET`
5858

5959
3、[C# Web 安全开发建议](https://dev.to/bytehide/net-security-headers-a-senior-developers-guide-150d)
6060

61-
![image](https://user-images.githubusercontent.com/11272110/218293000-2b684fb1-a021-468f-a869-1c570e07825b.png)
61+
![image](https://dotnetweeklyimages.blob.core.windows.net/033/security.png)
6262

6363
我们都知道 Web 是不安全的,那么作为 `.NET` Web 开发工程师,需要在服务端做好这些防护工作。
6464

@@ -119,7 +119,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env)
119119

120120
4、[Powershell 入门系列教程](https://twitter.com/khalilApriday/status/1623920383979290624)
121121

122-
![image](https://user-images.githubusercontent.com/11272110/219817957-f0c2582a-9714-427d-b482-2831033f3c3c.png)
122+
![image](https://dotnetweeklyimages.blob.core.windows.net/033/powershell.png)
123123

124124
这是一个 Powershell 学习资源的 twitter thread, 主要包含一下内容
125125

@@ -132,7 +132,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env)
132132

133133
5、[C# 异步编程模式](https://code-maze.com/asynchronous-programming-patterns-dotnet/)
134134

135-
![image](https://user-images.githubusercontent.com/11272110/219822754-28e63aba-6f97-4a85-9307-62ce231d4191.png)
135+
![image](https://dotnetweeklyimages.blob.core.windows.net/033/asynchronous.png)
136136

137137
`C#` 的历史发展过程中,异步编程经历过三种模式,分别为
138138

@@ -254,7 +254,7 @@ Console.WriteLine(object.ReferenceEquals(".net weekly", dotnetweekly3));// true;
254254

255255
1、[stride](https://github.com/stride3d/stride)
256256

257-
![image](https://user-images.githubusercontent.com/11272110/218292385-622972ee-c7ab-4bb2-9ca8-e836bf7ee4ce.png)
257+
![image](https://dotnetweeklyimages.blob.core.windows.net/033/stride.png)
258258

259259
Stride 是最近 `C#` 开源的游戏引擎库。
260260

0 commit comments

Comments
 (0)