Jump to content

C# 5

- - - - -

  • Please log in to reply
3 replies to this topic

#1
genux

genux

    Learning Programmer

  • Members
  • PipPipPip
  • 80 posts
What is the general feeling over C# 5 and the new ASYNC keyword ?
Asynchrony in C# 5, Part One - Fabulous Adventures In Coding - Site Home - MSDN Blogs

int coffeePerDay = 10; // need to cut down!!!

Codingfriends

#2
Momerath

Momerath

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 242 posts
Looks interesting, will make writing async code easier. I'd like to know more on how the threading is handled (specifically accessing GUI thread, something they should take a look at :))

#3
genux

genux

    Learning Programmer

  • Members
  • PipPipPip
  • 80 posts
At present I have been using Mono within a Linux setup, but thinking about trying out the a Visual Studio instance either within Linux (Wine) or natively just for checking out the latest version and also some things that Mono does not implement.

int coffeePerDay = 10; // need to cut down!!!

Codingfriends

#4
GIT Solutions

GIT Solutions

    Newbie

  • Members
  • PipPip
  • 13 posts
The proposed Await Keyword in C# 5 to simplify asynchronous programming is no doubt one of the coolest things to come out of Microsoft PDC 2010. The current model of using Begin and End Async with callback methods is quite a pain in the butt. I don't know anyone who really enjoys that style of programming. At a brief glance it appears that in C# 5 the compiler will handle all the plumbing and all we need to do is use the new Await Keyword as necessary.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users