forked from alura/techguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcsharp.yaml
92 lines (90 loc) · 1.95 KB
/
csharp.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
name: C#
tags:
- back-end
expertise:
- name: C# Back-end Jr
cards:
- csharp-fundamentals:
priority: 10
- oop-concepts:
priority: 10
- csharp-collections:
priority: 9
- nuget:
priority: 8
- csharp-system-io:
priority: 8
- csharp-memory-management:
priority: 7
- csharp-testing:
priority: 8
- ado-dot-net:
priority: 9
- entity-framework-core:
priority: 9
- data-structures:
priority: 8
- name: C# Back-end Mid
cards:
- clr:
priority: 8
- linq:
priority: 9
- csharp-serialization:
priority: 6
- csharp-networking-and-sockets:
priority: 6
- asp-net-core:
priority: 7
- dapper:
priority: 7
- dependency-injection:
priority: 7
- csharp-multithreading:
priority: 4
optional: true
- name: C# Back-end in depth
cards:
- csharp-delegates-and-events:
priority: 8
- csharp-anonymous-methods-and-lambda-expressions:
priority: 6
- containers:
priority: 7
- microservices:
priority: 7
- reflection-and-attributes:
priority: 5
optional: true
- maui:
priority: 4
optional: true
collaboration:
- name: Infraestructura
cards:
- git-and-github-fundamentals:
priority: 9
- http-fundamentals:
priority: 10
- json:
priority: 8
- command-line-fundamentals:
priority: 8
- cloud-fundamentals:
priority: 6
optional: true
- sql-fundamentals:
priority: 9
- name: Buenas prácticas
cards:
- solid:
priority: 7
- design-patterns:
priority: 7
- clean-architecture:
priority: 7
- clean-code:
priority: 6
- ddd-concepts:
priority: 5
optional: true