.netCoreAlphabet
Why
This site wants to list the most important keywords and technologies in C# / .NET Core ecosystem
Does not want to have third party libraries, just the Microsoft ones. That's why EntityFramework is here and AutoMapper will not be here.
Also, it wants to list the important features , that's why Expando will be mentioned and HttpClient will not be here.
Contribute
The database is the netCoreAlphabet.json file in the https://github.com/ignatandrei/netCoreAlphabet/tree/master/primaryData
You can browse the site at https://ignatandrei.github.io/netCoreAlphabet/
Feel free to make a PR request !
.net Core A To Z
A
- async / await
- Auto implemented properties
- Anonymous methods
- attributes
- Asp.Net
B
- Boxing
C
- CallerInfo attributes
- classes
D
- Delegates
- Dynamic
E
- Expando
- Expression bodied members
- Exception filters
- extension methods
- Entity Framework
- Events
G
- Generic Constraints
- Generics covariance / contravariance
- Generics
H
- health check
I
- IDisosable
- Iterators
- interfaces
J
- jwt validation, authorization ,authentication
K
- kestrel
L
- Local functions
- Linq
- Lambda
M
- Memory<T>
N
- Nameof
- Null propagator
- Nullable types
O
- Out
P
- Pattern matching
- Property initializers
- Partial types + methods
R
- Ref variables ( in function + local )
- Razor
- Roslyn
S
- (.NET) Standard
- Span<T>
- string interpolation
- Static imports
- SignalR
- structs
- Static classes
T
- tuple
- task
U
- Using for Idisposable
- using for namespaces
- unboxing
V
- var