Getting Started with Adobe After Effects - Part 6: Motion Blur

Liked



Upload Image Close it
Select File

Slaks Blog
Browse by Tags · View All
.Net 39
C# 28
functions 10
C# 5 9
caller-info-attributes 9
Javascript 9
delegates 8
closures 8
design 8
ASP.Net MVC 7

Archive · View All
July 2011 10
September 2011 10
June 2011 10
October 2011 8
November 2011 4
December 2011 4
May 2011 2
August 2011 2
June 2012 1
April 2011 1

  • 0
    Liked

    Caller Info Attributes vs. Stack Walking

    People sometimes wonder why C# 5 needs to add caller info attributes, when this information is already available by using the StackTrace class.  In reality, caller info attributes behave rather differently from the StackTrace class, for a number of reasons. Advantages to Caller Info Attributes......

    SLaks  Posted on Oct 23 2011 11:55PM
    Profile
  • 0
    Liked
    0
    Comments

    Caller Info Attributes vs. Stack Walking

    People sometimes wonder why C# 5 needs to add caller info attributes, when this information is already available by using the StackTrace class.  In reality, caller info attributes behave rather differently from the StackTrace class, for a number o...

    SLaks  Posted on Oct 23 2011 12:00AM
    Profile
  • 0
    Liked

    Subtleties of C# 5’s new [CallerMemberName]

    Last time, I explored various pathological code samples in which the [CallerLineNumber] attribute does not have obvious behavior.  This time, I’ll cover the last of these new caller info attributes: [CallerMemberName]. The [CallerMemberName] attribute tells the compiler to insert the name of t......

    SLaks  Posted on Oct 18 2011 12:31AM
    Profile
  • 0
    Liked
    0
    Comments

    Subtleties of C# 5’s new [CallerMemberName]

    Last time, I explored various pathological code samples in which the [CallerLineNumber] attribute does not have obvious behavior.  This time, I’ll cover the last of these new caller info attributes: [CallerMemberName]. The [CallerMemberName] attr...

    SLaks  Posted on Oct 18 2011 12:00AM
    Profile
  • 0
    Liked

    Subtleties of C# 5’s new [CallerLineNumber]

    This is part 2 in a series about C# 5’s new caller info attributes; see the introduction. The [CallerLineNumber] attribute tells the compiler to use the line number of the call site instead of the parameter’s default value.  This attribute has more corner cases than [CallerFileName].  In ......

    SLaks  Posted on Oct 7 2011 3:20PM
    Profile
  • 0
    Liked
    0
    Comments

    Subtleties of C# 5’s new [CallerLineNumber]

    This is part 2 in a series about C# 5’s new caller info attributes; see the introduction. The [CallerLineNumber] attribute tells the compiler to use the line number of the call site instead of the parameter’s default value.  This attribute has mo...

    SLaks  Posted on Oct 7 2011 12:00AM
    Profile
  • 0
    Liked

    Subtleties of the new Caller Info Attributes in C# 5

    C# 5 is all about asynchronous programming.  However, in additional to the new async features, the C# team managed to slip in a much simpler feature: Caller Info Attributes. Since C#’s inception, developers have asked for __LINE__ and __FILE__ macros like those in C and C++.  Since C# int......

    SLaks  Posted on Oct 6 2011 1:02PM
    Profile
  • 1
    Liked
    1
    Comments

    Subtleties of the new Caller Info Attributes in C# 5

    C# 5 is all about asynchronous programming.  However, in additional to the new async features, the C# team managed to slip in a much simpler feature: Caller Info Attributes. Since C#’s inception, developers have asked for __LINE__ and __FILE__ ma...

    SLaks  Posted on Oct 6 2011 12:00AM
    Profile
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]