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

    Tracking Event Handler Registrations

    When working with large .Net applications, it can be useful to find out where event handlers are being registered, especially in an unfamiliar codebase. In simple cases, you can do this by right-clicking the event definition and clicking Find All References (Shift+F12).  This will show you eve......

    SLaks  Posted on Jul 29 2011 7:58PM
    Profile
  • 0
    Liked

    About .Net Events

    A .Net event actually consists of a pair of accessor methods named add_EventName and remove_EventName.  These functions each take a handler delegate, and are expected to add or remove that delegate from the list of event handlers.  In C#, writing public event EventHandler EventName; crea......

    SLaks  Posted on Jul 29 2011 2:14AM
    Profile
  • 0
    Liked
    0
    Comments

    Tracking Event Handler Registrations

    When working with large .Net applications, it can be useful to find out where event handlers are being registered, especially in an unfamiliar codebase. In simple cases, you can do this by right-clicking the event definition and clicking Find All Referenc...

    SLaks  Posted on Jul 29 2011 12:00AM
    Profile
  • 0
    Liked
    0
    Comments

    About .Net Events

    A .Net event actually consists of a pair of accessor methods named add_EventName and remove_EventName.  These functions each take a handler delegate, and are expected to add or remove that delegate from the list of event handlers.  In C...

    SLaks  Posted on Jul 29 2011 12:00AM
    Profile
  • 0
    Liked

    Creating Local Extension Methods

    Sometimes, it can be useful to make an extension method specifically for a single block of code.  Unfortunately, since extension methods cannot appear in nested classes, there is no obvious way to do that. Instead, you can create a child namespace containing the extension method.  In orde......

    SLaks  Posted on Jul 27 2011 2:08AM
    Profile
  • 0
    Liked
    0
    Comments

    Creating Local Extension Methods

    Sometimes, it can be useful to make an extension method specifically for a single block of code.  Unfortunately, since extension methods cannot appear in nested classes, there is no obvious way to do that. Instead, you can create a child namespac...

    SLaks  Posted on Jul 27 2011 12:00AM
    Profile
  • 0
    Liked

    Don’t modify other controls during a WPF layout pass

    Unlike WinForms or native Win32 development, WPF provides a rich layout model which allows developers to easily create complicated UIs that resize to fit their contents or the parent window. However, when developing custom controls, it can be necessary to layout child controls manually by overridin......

    SLaks  Posted on Jul 26 2011 2:18AM
    Profile
  • 0
    Liked
    0
    Comments

    Don’t modify other controls during a WPF layout pass

    Unlike WinForms or native Win32 development, WPF provides a rich layout model which allows developers to easily create complicated UIs that resize to fit their contents or the parent window. However, when developing custom controls, it can be necessary to...

    SLaks  Posted on Jul 26 2011 12:00AM
    Profile
  • 0
    Liked

    Delegates vs. Function Pointers, part 5: Javascript

    This is part 5 in a series about state and function pointers; part 1 is here. Last time, we saw how C# 2 supports closures by compiling anonymous functions into member functions of a special class that holds local state from the outer function.  Unlike the languages we’ve looked at before, J......

    SLaks  Posted on Jul 25 2011 12:33AM
    Profile
  • 0
    Liked
    0
    Comments

    Delegates vs. Function Pointers, part 5: Javascript

    This is part 5 in a series about state and function pointers; part 1 is here. Last time, we saw how C# 2 supports closures by compiling anonymous functions into member functions of a special class that holds local state from the outer function.  ...

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