Re: Using async/await without .NET Framework 4.5

2012-11-17 Thread David Burela
*Fist pump*
I'd been hanging out for this one for ages. Glad it was finally released.


On 24 October 2012 18:06, Preet Sangha  wrote:

> David,
>
> This is good news. The idea that good ideas can/have to be implemented in
> the BCL and not just the language is great for those of us who are
> abstraction wonks.
>
> Thanks.
>
>
>> On Wed, Oct 24, 2012 at 12:25 PM, David Kean wrote:
>>
>>>  We just released an updated async package that enables async/await on
>>> .NET Framework 4, Silverlight 4 & 5, Phone 7.5 and portable library
>>> combinations:
>>> http://blogs.msdn.com/b/bclteam/archive/2012/10/22/using-async-await-without-net-framework-4-5.aspx
>>> 
>>>
>>> ** **
>>>
>>> Tell me what you think.
>>>
>>
>>
>
>
> --
> regards,
> Preet, Overlooking the Ocean, Auckland
>


Re: Using async/await without .NET Framework 4.5

2012-10-24 Thread Preet Sangha
David,

This is good news. The idea that good ideas can/have to be implemented in
the BCL and not just the language is great for those of us who are
abstraction wonks.

Thanks.


> On Wed, Oct 24, 2012 at 12:25 PM, David Kean wrote:
>
>>  We just released an updated async package that enables async/await on
>> .NET Framework 4, Silverlight 4 & 5, Phone 7.5 and portable library
>> combinations:
>> http://blogs.msdn.com/b/bclteam/archive/2012/10/22/using-async-await-without-net-framework-4-5.aspx
>> 
>>
>> ** **
>>
>> Tell me what you think.
>>
>
>


-- 
regards,
Preet, Overlooking the Ocean, Auckland


Re: Using async/await without .NET Framework 4.5

2012-10-23 Thread Stephen Price
Awesome!! I've been awaiting this for some time now.

Had to be done. :)

On Wed, Oct 24, 2012 at 12:25 PM, David Kean wrote:

>  We just released an updated async package that enables async/await on
> .NET Framework 4, Silverlight 4 & 5, Phone 7.5 and portable library
> combinations:
> http://blogs.msdn.com/b/bclteam/archive/2012/10/22/using-async-await-without-net-framework-4-5.aspx
> 
>
> ** **
>
> Tell me what you think.
>


Using async/await without .NET Framework 4.5

2012-10-23 Thread David Kean
We just released an updated async package that enables async/await on .NET 
Framework 4, Silverlight 4 & 5, Phone 7.5 and portable library combinations: 
http://blogs.msdn.com/b/bclteam/archive/2012/10/22/using-async-await-without-net-framework-4-5.aspx

Tell me what you think.