© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•5w ago•
26 replies
Salight

I want to learn Threads and Asynchronous programming perfectly

asp.net
I am trying to find a trusted source about it but i am kinda confused for example

i was watching CodeMaze's Asynchronous Programming and i saw this implementation for repository pattern
public async Task SaveChangesAsync()=> await _context.SaveChangesAsync();
public async Task SaveChangesAsync()=> await _context.SaveChangesAsync();

but i also asked chat gpt and find out from different sources(i don't remember i used those in the past)
we don't need to use
await 
await 
and
async 
async 
keywords in 1 line code
example:
public Task SaveChangesAsync() => _context.SaveChangesAsync();
public Task SaveChangesAsync() => _context.SaveChangesAsync();

So what do you think where can i learn and stick to that source only
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Asynchronous TCP-programming
C#CC# / help
3y ago
✅ Confused about Asynchronous Programming
C#CC# / help
3y ago
❔ How should I learn programming?
C#CC# / help
3y ago
✅ I want to learn C#
C#CC# / help
2y ago