https://github.com/berkaykanca78/aspnet-code-tricks
C# ASP.NET Core Code Tricks & Examples
https://github.com/berkaykanca78/aspnet-code-tricks
asp-net-core c-sharp code-tricks console-app web-api
Last synced: 4 months ago
JSON representation
C# ASP.NET Core Code Tricks & Examples
- Host: GitHub
- URL: https://github.com/berkaykanca78/aspnet-code-tricks
- Owner: berkaykanca78
- Created: 2024-07-17T08:23:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T21:43:56.000Z (almost 2 years ago)
- Last Synced: 2025-10-09T11:25:46.084Z (8 months ago)
- Topics: asp-net-core, c-sharp, code-tricks, console-app, web-api
- Language: C#
- Homepage: https://www.berkaykanca.com
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C# ASP.NET Core Code Tips - Tricks - Keywords:

---
## Global Usings
-----
## using statement (Keyword - Scope)
-----
## sealed Keyword:
## record Type:
## AsReadonly Methpd:
## Any - All Methods:
## Required Member:
## Architectural Patterns:
### N-Tier Arc.
### Onion Arc.
### Clean Arc.
### Virtual Arc.
### Microservice
## IQueryable:
## EF Core Indexing:
## CancellationToken:
## Asenkron (async-await-Task):
## Single Method - Unique Keyword:
## Logs:
### Performance Log
### Error Log
## AsNoTracking
## Benchmark
## Pagination
## Entity Framework Eager - Lazy Loading
## HealthCheck - UI, SQL
## Authorization - Rol, Yetki, Authorize
#### Kaynakça:
- TechBuddy (Salih Cantekin) - YouTube - Udemy
- IAmTimCorey - YouTube
- Taner Saydam - Udemy - YouTube