Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muratsercann/dotnetcoresamples
I am writing code samples about some fundamental topics of dotnet C#, EFCore, Dapper, OOP, Asp.net Core, MVC in this repo.
https://github.com/muratsercann/dotnetcoresamples
Last synced: 1 day ago
JSON representation
I am writing code samples about some fundamental topics of dotnet C#, EFCore, Dapper, OOP, Asp.net Core, MVC in this repo.
- Host: GitHub
- URL: https://github.com/muratsercann/dotnetcoresamples
- Owner: muratsercann
- Created: 2023-09-18T09:50:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-27T21:32:43.000Z (20 days ago)
- Last Synced: 2024-10-28T01:38:14.140Z (19 days ago)
- Language: C#
- Homepage:
- Size: 1.07 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotnet code samples
I am writing code samples about some fundamental topics of **C#**, **EFCore**, **Dapper**, **OOP**, **Asp.net Core**, **MVC**
### Some topics and keywords in this repo :
- Async/Await, ConfigureAwait
- Casting
- is
- as
- GetType
- typeof
- implicit and explicit casting
- casting with operator overloading
- Covariance(out) and Contravariance(in)
- IEnumerable, IEnumerator, Custom (Generic)Collection
- Delegates
- Extension Method
- Generic Types
- Mutable/Immutable
- Operator overloading
- Passing Parameters with 'ref','out','in', 'params'
- Equals, ReferenceEquals, ==
- yield keyword
- Dependency Injection
- Design Patterns (Structural codes)
- Factory
- Abstract Factory
- Singleton
- Adapter
- Facade
- Multi Threading
- OOP
- ORM
- Efcore (Lazy/Eager Loading, Queryable vs Enumerable),
- Dapper (CRUD operations)
- Minimal API with Asp .NET Core (Endpoints, Middlewares ,DI , EndpointFilter)
- Asp .NET MVC
- Dependency Injection,
- CancellationToken,
- Logging
- Exception handling in MiddleWare
- Authentication with JWT in Asp.Net Core Rest Api