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

Liked



Upload Image Close it
Select File

Browse by Tags · View All
#DOTNET 33
#.NET 26
#ASP.NET 25
ASP.NET 24
brh 22
#C# 14
.NET 13
WCF 11
c# 9
#MultiThreading 7

Archive · View All
January 2011 10
September 2011 6
May 2011 6
December 2011 5
October 2011 5
June 2011 5
February 2011 3
November 2012 2
August 2012 2
April 2012 2

  • 3
    Liked
    4
    Comments

    Refactoring of C# Code

    What is Refactoring? Refactoring of code helps to restructure the code to enhance performance, scalability, reusability and code readability. There could be chances that refactoring can result in breaking of application flow when you do refactoring of big chunks of code. It is better to do refactor......
    Blogs »  Neeraj's blog
    Neeraj Kaushik  Posted on Sep 4 2011 9:36PM
    Profile · Facebook · Twitter
  • 1
    Liked
    2
    Comments

    Lazy Loading in C# 4.0

    Lazy loading is a pattern which delay initialization of object. C# 4.0 introduced new class which defers the creation of expensive objects when not in use. In this article I’ll explain the use of Lazy class. Suppose we have Customer class and one customer can have many Accounts, if you want show Acc......
    Blogs »  Neeraj's blog
    Neeraj Kaushik  Posted on Jun 23 2011 2:23AM
    Profile · Facebook · Twitter
  • 1
    Liked
    2
    Comments

    When to use var keyword in C#

    Microsoft introduced “var” keyword in C# 3.0. The purpose of using this keyword is when you don’t know type of variable. The technical term for var is "implicitly typed local variable declaration". The variable itself is still statically typed (the type is determined when the code is compi......
    Blogs »  Neeraj's blog
    Neeraj Kaushik  Posted on Jun 21 2011 1:54AM
    Profile · Facebook · Twitter
  • 1
    Liked
    2
    Comments

    How to Integrate FxCop in VSTS 2010?

    FxCop is standalone tool that can analyse managed code assemblies. It gives report about improvement in code based on Microsoft standard coding guidelines. However you can also add your rules in this tool. FxCop is not integrated into Visual studio. There is separate extension (FxCop Integrator ) w......
    Blogs »  Neeraj's blog
    Neeraj Kaushik  Posted on May 1 2011 11:53AM
    Profile · Facebook · Twitter
  • 3
    Liked
    1
    Comments

    Multithreading Best Practices

    Multithreading requires careful programming. For most tasks, you can reduce complexity by queuing requests for execution by thread pool threads. This topic addresses more difficult situations, such as coordinating the work of multiple threads, or handling threads that block. Deadlocks and Race Cond......
    Blogs »  Neeraj's blog
    Neeraj Kaushik  Posted on Oct 10 2011 3:55AM
    Profile · Facebook · Twitter
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]