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
    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
    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
    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
    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
    0
    Comments

    Using a default controller in ASP.Net MVC

    One common question about ASP.Net MVC is how to make “default” controller. Most websites will have a Home controller with actions like About, FAQ, Privacy, or similar pages.  Ordinarily, these actions can only be accessed through URLs like ~/Home...

    SLaks  Posted on Sep 19 2011 12:00AM
    Profile
Previous 1 | 2 | 3 | 4 | 5 | 6 Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]