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

Liked



Upload Image Close it
Select File

I am Jalpesh Vadgama a Microsoft MVP for Visual C# and BrainBench Certified ASP.NET Developer having more then 6 years of experience in .NET Technology.
Browse by Tags · View All
#ASP.NET 88
#DOTNET 87
BRH 79
ASP.NET 72
#.NET 52
C#.NET 48
DOTNET 44
ASP.NET 4.0 31
ASP.NET MVC 29
VisualStudio 27

Archive · View All
December 2010 16
July 2011 13
April 2011 13
April 2012 12
January 2011 12
June 2011 11
May 2011 11
May 2012 8
February 2013 7
January 2013 7

  • 3
    Liked

    Tuple in C# 4.0

    C# 4.0 language includes a new feature called Tuple. Tuple provides us a way of grouping elements of different data type. That enables us to use it a lots places at practical world like we can store a coordinates of graphs etc. In C# 4.0 we can create Tuple with Create method. This Create method of......
    Blogs »  DotNetJalps-SQL
    Jalpesh  Posted on Apr 16 2012 4:20AM
    Profile · Blog · Facebook · Twitter
  • 2
    Liked

    TakeWhile operator in linq

    In this post I am going to explain TakeWhile Operator in details. TakeWhile is one of partitioning operator available in Linq. It will take sequence until condition becomes false. Here is the example for that. using System; using System.Collections.Generic; using System.Linq; namespace Linq {......
    Blogs »  DotNetJalps-SQL
    Jalpesh  Posted on Apr 14 2012 4:14PM
    Profile · Blog · Facebook · Twitter
  • 3
    Liked

    SkipWhile Method in Linq

    I have been playing around linq and I have found great method call SkipWhile method.  SkipWhile methods skips particular element which matches condition in predicate this can be use full in condition where we need to skip elements on particular condition. So let’s take some example. I have wr......
    Blogs »  DotNetJalps-SQL
    Jalpesh  Posted on Apr 14 2012 5:41AM
    Profile · Blog · Facebook · Twitter
  • 2
    Liked

    Multicast delegates in c#

    In yesterday’s post We learn about Delegates and how we can use delegates in C#. In today’s blog post we are going to learn about Multicast delegates. What is Multicast Delegates? As we all know we can assign methods as object to delegate and later on we can call that method with the help delegate......
    Blogs »  DotNetJalps-SQL
    Jalpesh  Posted on Apr 13 2012 3:02AM
    Profile · Blog · Facebook · Twitter
  • 3
    Liked
    2
    Comments

    Delegates in c#

    I have used delegates in my programming since C# 2.0. But I have seen there are lots of confusion going on with delegates so I have decided to blog about it. In this blog I will explain about delegate basics and use of delegates in C#. What is delegate? We can say a delegate is a type safe functio......
    Blogs »  DotNetJalps-SQL
    Jalpesh  Posted on Apr 12 2012 3:54AM
    Profile · Blog · Facebook · Twitter
  • 2
    Liked
    3
    Comments

    Ternary operator in VB.NET

    We all know about Ternary operator in C#.NET. I am a big fan of ternary operator and I like to use it instead of using IF..Else. Those who don’t know about ternary operator please go through below link. http://msdn.microsoft.com/en-us/library/ty67wk28(v=vs.80).aspx Here you can see ternary o......
    Blogs »  DotNetJalps-SQL
    Jalpesh  Posted on Apr 4 2012 4:34AM
    Profile · Blog · Facebook · Twitter
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]