Skip to content

Commit 79c166f

Browse files
Merge pull request #8 from praisetompane/learn_plan
docs: ecosystem and learning plan
2 parents e15a22b + dfd4529 commit 79c166f

File tree

16 files changed

+219
-72
lines changed

16 files changed

+219
-72
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "c#",
2+
"name": "csharp",
33
"image": "mcr.microsoft.com/devcontainers/dotnet",
44
"customizations": {
55
"vscode": {

.spellcheck_exceptions_dictionary.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ eShopSupport
2727
csc
2828

2929
# authors
30+
ravipatel
3031
Kernighan
3132
Ritchie
3233
praisetompane
@@ -70,6 +71,12 @@ freecodecamp
7071

7172

7273
# urls:
74+
txt
75+
Rkck
76+
cSehrGgdr
77+
eqDkSw
78+
hH
79+
oUfIayQMrRqaSL
7380
DBHV
7481
oUIuvGTv
7582
uFPeorZs

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dotnet-core 8.0.413
1+
dotnet-core 8.0.414

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Software And Its Engineering/Software Notations And Tools/General Programming La
1111
- [Language Specification](https://github.com/dotnet/csharpstandard/)
1212
- [C# Language Design](https://github.com/dotnet/csharplang)
1313
- [Compiler | Interpreter](https://github.com/dotnet/roslyn)
14+
- [API](https://learn.microsoft.com/en-us/dotnet/api/?view=roslyn-dotnet-4.13.0&preserve-view=true)
1415
- [Type System](https://learn.microsoft.com/en-us/dotnet/csharxp/fundamentals/types/)
1516
- Memory Model
1617
- [.NET memory model](https://github.com/dotnet/runtime/blob/main/docs/design/specs/Memory-model.md)
@@ -22,6 +23,7 @@ Software And Its Engineering/Software Notations And Tools/General Programming La
2223
- [Standard Library](https://github.com/dotnet/csharpstandard/blob/draft-v8/standard/standard-library.md)
2324
- Packaging and Distribution
2425
- [Package Index](https://www.nuget.org/packages)
26+
- [.NET API Browser](https://learn.microsoft.com/en-us/dotnet/api/?view=efcore-8.0&preserve-view=true)
2527
- Tools:
2628
- [nuget](https://www.nuget.org/)
2729
- [Structuring Projects](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/program-structure/)

ecosystem/0_dotnet.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ def dotnet:
1010
- intuition: ???
1111

1212
- properties:
13+
- API: https://learn.microsoft.com/en-us/dotnet/api/?preserve-view=true&view=net-10.0
14+
1315
- .NET Standard: legacy
1416
- https://devblogs.microsoft.com/dotnet/the-future-of-net-standard/
1517

ecosystem/cloud/0_orleans.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

ecosystem/database/1_core_language/0_entity_framework_core.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def entity framework core | ef core:
88
- intuition: ???
99

1010
- properties:
11+
- API: https://learn.microsoft.com/en-us/dotnet/api/?view=efcore-8.0&preserve-view=true
1112
- features:
1213
- ORM
1314
- LINQ support
@@ -22,4 +23,4 @@ def entity framework core | ef core:
2223
- proof: ???
2324

2425
References:
25-
- dotnet. Entity Framework Core for Beginners. https://www.youtube.com/playlist?list=PLdo4fOcmZ0oX7uTkjYwvCJDG2qhcSzwZ6
26+
- dotnet. 2022. Entity Framework Core for Beginners. Microsoft.

ecosystem/database/1_core_language/1_sqlclient.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def sqlclient:
1+
def sqlclient core:
22
- formal: https://github.com/dotnet/SqlClient
33

44
- in words: ???
@@ -8,6 +8,7 @@ def sqlclient:
88
- intuition: ???
99

1010
- properties:
11+
- API: https://learn.microsoft.com/en-us/dotnet/api/?preserve-view=true&view=sqlclient-dotnet-core-6.0
1112
- features:
1213
- ORM
1314
- LINQ support
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
def ci_cd | DevOps:
2+
- formal:
3+
4+
- in words: ???
5+
6+
- plain english:
7+
8+
- intuition: ???
9+
10+
- properties:
11+
- environment variables: https://medium.com/@ravipatel.it/managing-configuration-and-environment-variables-in-net-b1c10d69d3d2
12+
13+
- examples: ???
14+
15+
- use cases: ???
16+
17+
- proof: ???
18+
19+
References:
20+
- dotnet. 2020. DevOps for .NET. Microsoft.
File renamed without changes.

0 commit comments

Comments
 (0)