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

Liked



Upload Image Close it
Select File

Handy Tricks and Tips to do your .NET code Fast, Efficient and Simple. Some common questions that comes into mind. Please check if you could find them listed or not.
Browse by Tags · View All
CodeProject 36
C# 36
.NET 28
beyondrelational 20
internals 19
.NET 4.0 17
BRH 15
.NET 3.5 13
WPF 11
architecture 11

Archive · View All
April 2011 6
July 2011 5
January 2011 5
February 2011 5
March 2011 5
June 2011 4
September 2011 3
May 2011 2
February 2012 1
August 2011 1

Abhishek Sur's Blog

  • 0
    Liked

    Code Contracts in .NET 4.0 & its Internals

    After I have introduced you the Internals of Exception handling, I have mentioned that I will cover some of the features that is coming as an improvement to it. Code Contract in .NET 4.0 is one among them. In this post, I will cover how you could use code contract in your application and also take t......

    Abhishek Sur  Posted on Feb 13 2011 8:10AM
    Profile · Facebook · Twitter
  • 0
    Liked

    Internals of Anonymous Types

    .NET comes with lots of new features as it introduces new features. Many of them are quite useful while others might be very specific to an issue. One of the features that came up recently with the introduction of .NET 3.5 in C# is anonymous method. Anonymous means an object with no name. Before .Ne......

    Abhishek Sur  Posted on Feb 6 2011 8:10AM
    Profile · Facebook · Twitter
  • 0
    Liked

    Get Reflected use TypeDescriptor

    Hi there. Reflection is one of the major library that runs over the CLR which lets you get information about a CLR type or an object during runtime. A large number of application which is built today is taking advantage of Reflection to make their 3rd party codes plugin to their application dynamica......

    Abhishek Sur  Posted on Feb 5 2011 8:10AM
    Profile · Facebook · Twitter
  • 0
    Liked

    Internals of Exception Handling

    Exceptions are runtime bugs that occur due to illegal action taken by the user. The Exception occurs whenever the object state is corrupted and which causes the program to terminate. Based on the severity of the exception we choose either to continue with the program by proper handling the code or r......

    Abhishek Sur  Posted on Jan 31 2011 8:10AM
    Profile · Facebook · Twitter
  • 0
    Liked

    Internals to C# iterators

    Hi Folks, Hope you all are good. If you are new to this post, I would recommend to red my other post too from the Internals series. In this series I am trying to cover the basic C# programming and also relate them with the compiled MSIL. In my previous post while I am going through with the inte......

    Abhishek Sur  Posted on Jan 24 2011 8:10AM
    Profile · Facebook · Twitter
  • 0
    Liked

    Different approaches to Casting

    Conversion from one type to another is the most common programming need of our daily activities. We need cast operation almost for all applications we create. Few of them require regular type conversion while other requires you to specify the cast on an expression. In BCL, there are few libraries av......

    Abhishek Sur  Posted on Jan 23 2011 8:10AM
    Profile · Facebook · Twitter
  • 0
    Liked

    Internals of loops (While, For and ForEach)

    Practically speaking, a loop is the primary building block of a program. We use loop to repeat a set of actions for a certain interval. Now if you think of these intervals, it could be a traversal from one number (called as start index) to another number (called as end index). Very often or probably......

    Abhishek Sur  Posted on Jan 24 2011 8:11AM
    Profile · Facebook · Twitter
  • 0
    Liked

    Internals of Extension Methods

    Hi folks, It is nice to see people likes my post so much. Ever since I wrote about “Internals of Delegates” there is a large hits on my site and people wanted me to continue posting few more internals like that. Even I was thinking the same, I was confused what I should start for my next topic. ......

    Abhishek Sur  Posted on Jan 16 2011 8:11AM
    Profile · Facebook · Twitter
  • 0
    Liked

    Async support for Silverlight and WP7

    Async support in C# language brings the new life to the modern application development to bring forth the same technique of writing your code and bring asynchrony easily. The main focus of async ctp is to ornament the language in such a way so that the developer could seamlessly crea......

    Abhishek Sur  Posted on Apr 27 2011 8:31PM
    Profile · Facebook · Twitter
  • 0
    Liked

    Application Bar for your Windows Phone 7

    If you are working with Windows Phone 7, the first thing that you should have noticed is the very own Application bar. Application Bar is present in most of the applications that you use in your Windows Phone 7. This is basically a standard Toolbar with a menu associated with it which......

    Abhishek Sur  Posted on Apr 27 2011 3:58PM
    Profile · 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]