Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Whirlwind Screencasts Explore New Features in C#4

Whirlwind Screencasts Explore New Features in C#4

Scheduled Pinned Locked Moved C#
csharpcomxml
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    brucedkyle
    wrote on last edited by
    #1

    Stuart Celarier[^] and I continue the set of screencasts on Channel 9[^] about new language features in C#. It's a Whirlwind Tour of the important language features of C# 4. Stuart describes each major feature and why it is useful. But he doesn't get into best practices nor suggested usages. Just the facts about each feature. Whirlwinds are bite-sized webcasts, generally shorter than 15 minutes. You can start anywhere in the series to learn about the parts you're most interested in. What's new in C# 4

    • Whirlwind 9 - Introducing C# 4[^]. This session reviews the history of C# and provides an overview of the features in the upcoming screencasts.
    • Whirlwind 10 - Dynamic Lookup[^]. This session on dynamic lookup introduces a new pseudo-type dynamic into the C# type system. It's used to call dynamic languages, COM object, or XML using types that are not known at compile time (aka duck typing). Stuart introduces the concepts of dynamic lookup and how you use it in your C# code.
    • Whirlwind 11 - Named & Optional Parameters[^]. Stuart describes the feature that VB programmers have known, using parameters by name and having default values set on parameters that are not specified.

    Three more coming later this week.

    • Whirlwind 12 - More COM Love. Stuart describes the importance of these two new features in C# for COM Interop. ref keyword is optional if you are not going to use a return value when calling COM. No Primary Interop Assembly (PIA) is required.
    • Whirlwind 13 - Covariance & Contravariance. These features provide way for you to access collections of deriv
    N M 2 Replies Last reply
    0
    • B brucedkyle

      Stuart Celarier[^] and I continue the set of screencasts on Channel 9[^] about new language features in C#. It's a Whirlwind Tour of the important language features of C# 4. Stuart describes each major feature and why it is useful. But he doesn't get into best practices nor suggested usages. Just the facts about each feature. Whirlwinds are bite-sized webcasts, generally shorter than 15 minutes. You can start anywhere in the series to learn about the parts you're most interested in. What's new in C# 4

      • Whirlwind 9 - Introducing C# 4[^]. This session reviews the history of C# and provides an overview of the features in the upcoming screencasts.
      • Whirlwind 10 - Dynamic Lookup[^]. This session on dynamic lookup introduces a new pseudo-type dynamic into the C# type system. It's used to call dynamic languages, COM object, or XML using types that are not known at compile time (aka duck typing). Stuart introduces the concepts of dynamic lookup and how you use it in your C# code.
      • Whirlwind 11 - Named & Optional Parameters[^]. Stuart describes the feature that VB programmers have known, using parameters by name and having default values set on parameters that are not specified.

      Three more coming later this week.

      • Whirlwind 12 - More COM Love. Stuart describes the importance of these two new features in C# for COM Interop. ref keyword is optional if you are not going to use a return value when calling COM. No Primary Interop Assembly (PIA) is required.
      • Whirlwind 13 - Covariance & Contravariance. These features provide way for you to access collections of deriv
      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      Although this is interesting information, I don't think this is the place for it. The forums are for asking questions, advice, etc, not for advertising and self-promotion.


      I know the language. I've read a book. - _Madmatt

      1 Reply Last reply
      0
      • B brucedkyle

        Stuart Celarier[^] and I continue the set of screencasts on Channel 9[^] about new language features in C#. It's a Whirlwind Tour of the important language features of C# 4. Stuart describes each major feature and why it is useful. But he doesn't get into best practices nor suggested usages. Just the facts about each feature. Whirlwinds are bite-sized webcasts, generally shorter than 15 minutes. You can start anywhere in the series to learn about the parts you're most interested in. What's new in C# 4

        • Whirlwind 9 - Introducing C# 4[^]. This session reviews the history of C# and provides an overview of the features in the upcoming screencasts.
        • Whirlwind 10 - Dynamic Lookup[^]. This session on dynamic lookup introduces a new pseudo-type dynamic into the C# type system. It's used to call dynamic languages, COM object, or XML using types that are not known at compile time (aka duck typing). Stuart introduces the concepts of dynamic lookup and how you use it in your C# code.
        • Whirlwind 11 - Named & Optional Parameters[^]. Stuart describes the feature that VB programmers have known, using parameters by name and having default values set on parameters that are not specified.

        Three more coming later this week.

        • Whirlwind 12 - More COM Love. Stuart describes the importance of these two new features in C# for COM Interop. ref keyword is optional if you are not going to use a return value when calling COM. No Primary Interop Assembly (PIA) is required.
        • Whirlwind 13 - Covariance & Contravariance. These features provide way for you to access collections of deriv
        M Offline
        M Offline
        Mycroft Holmes
        wrote on last edited by
        #3

        The self promotion is in slightly bad taste but hey this is a dotnet centric site after all. Listened to the first few minutes the C# 4, man you guys really swallowed the saccharine, I wonder if that format really goes over well in the US, I walked out, I'll read about it somewhere else rather than put up with that condescending crap.

        Never underestimate the power of human stupidity RAH

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups