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

    Delegates vs. Function Pointers, Addendum: Multicast Delegates

    Until now, I've been focusing on only one of the differences between delegates and function pointers; namely, associated state. Delegates have one other capability that function pointers do not.  A single function pointer can only point to one function.  .Net, on the other hand, support......

    SLaks  Posted on Aug 16 2011 1:02AM
    Profile
  • 0
    Liked
    0
    Comments

    Delegates vs. Function Pointers, Addendum: Multicast Delegates

    Until now, I've been focusing on only one of the differences between delegates and function pointers; namely, associated state. Delegates have one other capability that function pointers do not.  A single function pointer can only point to one ...

    SLaks  Posted on Aug 16 2011 12:00AM
    Profile
  • 0
    Liked
    0
    Comments

    Delegates vs. Function Pointers, part 4: C# 2.0+

    This is part 4 in a series about state and function pointers; part 1 is here. Last time, we saw that it is possible to pass local state with a delegate in C#.  However, it involves lots of repetitive single-use classes, leading to ugly code. To...

    SLaks  Posted on Jun 19 2011 12:00AM
    Profile
  • 0
    Liked

    Open Delegates vs. Closed Delegates

    .Net supports two kinds of delegates: Open delegates and closed delegates. When you create a delegate that points to an instance method, the instance that you created it from is stored in the delegate’s Target property.  This property is passed as the first parameter to the method that the de......

    SLaks  Posted on Jun 14 2011 2:49PM
    Profile
  • 0
    Liked
    0
    Comments

    Open Delegates vs. Closed Delegates

    .Net supports two kinds of delegates: Open delegates and closed delegates. When you create a delegate that points to an instance method, the instance that you created it from is stored in the delegate’s Target property.  This property is passed ...

    SLaks  Posted on Jun 14 2011 12:00AM
    Profile
  • 0
    Liked

    Delegates vs. Function Pointers, part 3: C# 1.0

    This is part 3 in a series about state and function pointers; part 1 is here. Last time, we saw that it is impossible to bundle context along with a function pointer in C. In C#, it is possible to fully achieve my standard example.  In order to explain how this works behind the scenes, I wil......

    SLaks  Posted on Jun 13 2011 9:29PM
    Profile
  • 0
    Liked
    0
    Comments

    Delegates vs. Function Pointers, part 3: C# 1.0

    This is part 3 in a series about state and function pointers; part 1 is here. Last time, we saw that it is impossible to bundle context along with a function pointer in C. In C#, it is possible to fully achieve my standard example.  In order to...

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