CodingSup3rnatur@l-360's Profile User Rating: *****

Reputation: 735 Enlightened
Group:
Mentors
Active Posts:
767 (1.27 per day)
Joined:
30-September 10
Profile Views:
8,768
Last Active:
User is online 14 minutes ago
Currently:
Viewing Forum: VB.NET

Previous Fields

Country:
GB
OS Preference:
Windows
Favorite Browser:
Chrome
Favorite Processor:
Intel
Favorite Gaming Platform:
XBox
Your Car:
Who Cares
Dream Kudos:
425
Expert In:
C#

Latest Visitors

Icon   CodingSup3rnatur@l-360 My status

About Me

Hi everybody,

I'm Jason and I'm 19 years of age. I have just left school with four A-Levels and 13 GCSE's, and I am now beginning a honours degree in Computing and Mathematical Sciences (with the OU), with a view to completing a Masters in Software Development. I am also starting a new job that will get me some real world development experience. C# is my main language now, and I absolutely love it, although we mainly use VB.NET, and a business language called Progress at work.

I have been coding for about a 2.25 now, and have become very interested in OS development, and assembly language. I also enjoy learning the art Android development, when I can.
private async void DownloadStringAndUpdateTextBoxAsync(Uri uri, TextBoxBase textBox, CancellationToken token) {
       using (WebClient client = new WebClient()) {
            try { textBox.Text = await client.DownloadStringTaskAsync(uri, token); }
            catch (WebException) { /*process exception here*/ throw; }
            catch (OperationCanceledException) { Debug.WriteLine("Download cancelled!"); throw; }
       }
}


That tiny, slightly contrived (to show updating of a GUI control) method can now be called from the UI thread without making the UI unresponsive, without wastefully blocking a background thread; it can handle specific exceptions directly, it will update the GUI without cross thread communication issues, and the download can be cancelled on demand by the caller! Can you spot the differences between that and its synchronous equivalent?

Check out the Async CTP for .NET - here

My Information

Member Title:
D.I.C Addict
Age:
19 years old
Birthday:
June 11, 1992
Gender:
Location:
United Kingdom
Interests:
Rock music from the past \m/.
Online gaming.
Watching Supernatural.
Sport
Writing code. Loving C#, in particular.
Full Name:
Jason
Years Programming:
2
Programming Languages:
C#, a bit of Actionscript 3.0 ,SQL,Progress4GL. Learning VB.NET, along with Java and C++ when I can.

Contact Information

E-mail:
Click here to e-mail me

Comments

  • (2 Pages)
  • +
  • 1
  • 2
  1. Photo

    raziel_ Icon

    13 Sep 2011 - 11:31
    Just stalking your profile :P
  2. Photo

    smohd Icon

    03 Jul 2011 - 15:49
    Thank you, and congratulations for Mentor badge. Doing great in C#
  3. Photo

    CodingSup3rnatur@l-360 Icon

    03 Jul 2011 - 08:25
    It's no problem at all, and thanks a lot! I am extremely grateful to be recognised in such a big way!
  4. Photo

    macosxnerd101 Icon

    02 Jul 2011 - 19:19
    Thanks for all your hard work! Welcome to the cyan club!
  5. Photo

    MATTtheSEAHAWK Icon

    07 May 2011 - 12:26
    Congratulations on Expert! Purple nurple :P
  6. Photo

    CodingSup3rnatur@l-360 Icon

    04 May 2011 - 13:32
    Thanks! I couldn't believe it when I saw my name in purple this morning. Thought I'd gone colour blind overnight... It was a very nice surprise :)
  7. Photo

    Curtis Rutland Icon

    04 May 2011 - 06:30
    Hey, grats on the promotion to Expert!
  8. Photo

    ishkabible Icon

    27 Apr 2011 - 13:19
    relatively speaking however, your better. e.g. your skill in C# surpasses my skill in C++ as far as i can tell. you have nearly 1 rep per post o_0. other experts have commented on the extend of your knowledge. keep up the good job :)
  9. Photo

    MATTtheSEAHAWK Icon

    24 Apr 2011 - 14:45
    Thanks! I was working on it until 3:30 am xD
    I was like "I have to finish this!". Are you doing one?
  10. Photo

    ishkabible Icon

    20 Apr 2011 - 19:23
    how on earth did you get that good at programing in a year? f'ing genius...
  11. Photo

    Curtis Rutland Icon

    21 Mar 2011 - 10:42
    Another tutorial added to the Learning C# Series! Keep up the good work!
  12. Photo

    Curtis Rutland Icon

    01 Mar 2011 - 12:04
    Thanks for contributing to the Learning C# Series!
  13. Photo

    CodingSup3rnatur@l-360 Icon

    25 Feb 2011 - 15:54
    @ishkabible - yeah, that looks a lot better. What actually is the limit when you register I wonder... Is there a limit, or could someone technically have a name of like 1000 letters that just swallows the whole page?
  14. Photo

    Neetu sharma Icon

    25 Feb 2011 - 11:52
    hello
  15. Photo

    ishkabible Icon

    23 Feb 2011 - 16:50
    hey Chris fixed that name issue, now it just cuts your name off at '...natu' i think it's a 15 letter max
  • (2 Pages)
  • +
  • 1
  • 2