Originally posted by BlueSharp
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Reply to: C# query... async-everything
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "C# query... async-everything"
Collapse
-
-
IMO adding Async at the end of a method name is a hangover from when it was implemented and you had to use a different method name to get the dam thing to compile. Dropping Async if their is no none async alternative is acceptable.
Leave a comment:
-
Having to name your methods xxxAsync seems particularly kludgy to me (I'm not sure if this is required or just encouraged).
It just seems like a keyword modifier could be used to imply you are returning Task<whatever>.
It IS a paradigm shift in the whole language.
Leave a comment:
-
I wouldn't say I was on the bleeding edge, but I did read this
Implicit async/await · Discussion #5469 · dotnet/csharplang · GitHub
I know what you mean about the extra typing and almost everything ends up being async anyway.
Leave a comment:
-
C# query... async-everything
The modern async stuff in C# is pretty cool, but async 'infects' code a bit like GPL - anything calling an async method is typically async too unless it needs to 'collapse' using await.
So every method ends up returning Task<whatever you want to return> and being called MethodNameAsync.
I was wondering if C# will move to make that implicit at some point because it leads to pretty ugly code and more typing. Anyone on the bleeding edge of C# to know? I noticed today that you can have a console app without a main() method so it seemed plausible.Tags: None
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- IR35 on the ground: Where SThree is seeing off-payroll compliance (with a little help from itself) Yesterday 09:45
- IR35: A contractor's overview to personal service Yesterday 09:30
- Labour Business vice-chair backs Single Enforcement Body and off-payroll rules reversal Feb 6 10:22
- Where Hunt's Brexit claims won't stack up to Brits longing to work abroad Feb 6 09:52
- Government signals Single Enforcement Body as dead in the water Feb 3 09:57
- Contractor MVL Solution from SFP Feb 2 15:41
- IR35: With secondary factors as his props, Stuart Barnes got over the line with 'in-business' Feb 2 10:25
- Contractors' Questions: Is an HMRC list some 15 years too late a remedy to Disguised Remuneration? Feb 2 09:37
- What Big Tech layoffs mean for the UK's IT contractors Feb 1 09:16
- Missed yesterday's tax deadline? Contractors, you should act now Feb 1 08:05
Leave a comment: