Note that there are some explanatory texts on larger screens.

plurals
  1. USJames Manning
    primarykey
    data
    text
    plurals
    1. COare both processes running as the same user? not that they need to be, just curious.
      singulars
    2. COGood point - IMHO that's a doc bug based on the former page. Besides my PowerShell experience in the past (PS v2 seems to have a problem with it), it's also simple to test by creating a new console app targeting 2.0 (I did this in VS 2010) with just 1 line of Console.WriteLine("CLR version: {0}", Environment.Version); - without an exe.config in place (by default), and running the built exe from the command line, I get: CLR version: 2.0.50727.4927 (which is what we would expect). If I add a config with supported of v4.0 (just via notepad, no VS action) I get CLR version: 4.0.30319.1
      singulars
    3. COI have to admit, the naming actually seems a little odd to me in terms of the goal that method names should read like an action - BeginFoo, EndFoo are pretty clear (as names), and FooAsync is even decent IMHO as async seems to clearly be an adverb. However, FooTask is actually kind of odd to me in that the 'foo' verb has a noun just tacked onto the end. IMHO it is then confusing, as, for instance "SendTask" as a method name makes me thing it's something that is going to Send a Task. I'm not sure "FooAsTask" or "FooAsyncAsTask" are actually better, though - so theirs is fine with me. :)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload