Click here to Skip to main content
15,905,136 members

Comments by Graeme_Grant (Top 200 by date)

Graeme_Grant 3 days ago View    
Take a look at his QA history. Bit of a help vampire.
Graeme_Grant 3 days ago View    
A background service can do what you want, you simply have to code it. You have a central ticker and that executes the jobs based on your custom job scheduler. What that is is up to you to create.

If that is too much, then look at third-party like libs. Watch this: The Easiest Scheduling for Your .NET Applications - YouTube[^]
Graeme_Grant 10-May-24 5:02am View    
Set a breakpoint here to check what is returned:
var result = signinManager. ...
Graeme_Grant 30-Apr-24 17:09pm View    
Deleted
Graeme_Grant 30-Apr-24 16:21pm View    
"Well, when I was at Microsoft we weren't using TAP yet... They embrace and abandon coding patterns as they need to ..."

F# added asynchronous workflows with await points in version 2.0 in 2007 (5 years before C#). Microsoft first released a version of C# with async/await in the Async CTP (2011) in .Net Framework. It was later officially released in C# 5 (2012).

Not just a fad or latest trend...