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

  • 1
    Liked

    Internals of Dependency Property in WPF

    WPF introduces new property system to us. Every WPF objects that is inherited from DependencyObject inherently supports Dependency property containers within it. That means you can define your own dependency property in your code which can take part in some of the interesting features of WPF like Bi......

    Abhishek Sur  Posted on Jul 31 2011 12:05AM
    Profile · Facebook · Twitter
  • 1
    Liked

    Writing a Reusable Custom Control in WPF

    In my previous post, I have already defined how you can inherit from an existing control and define your own reusable chunk. The reusable XAML code that I have defined there is actually a composition of one of more existing elements in a common design surface. But sometimes you must define a new be......

    Abhishek Sur  Posted on Jul 24 2011 4:49PM
    Profile · Facebook · Twitter
  • 1
    Liked
    1
    Comments

    ValueType and ReferenceType : Under the Hood Part 2

    Well, if you have read my previous post, you should be already clear how memory of ValueTypes and ReferenceTypes are allocated and De-allocated internally in terms of IL. Here in this post, I am going to cover some more concepts behind ValueTypes and ReferenceTypes and what exactly comprises of them......

    Abhishek Sur  Posted on Jul 16 2011 7:50PM
    Profile · Facebook · Twitter
  • 0
    Liked
    1
    Comments

    ValueTypes and ReferenceTypes : Under the Hood

    In .NET, Value Type and Reference Types are forms an element of confusion between both developers and the students. Many of us take this as granted that Value Types are allocated in Thread Stack ( a 1 MB local stack created per Thread) and on each method calls the local value types are allocated in ......

    Abhishek Sur  Posted on Jul 16 2011 11:31AM
    Profile · Facebook · Twitter
  • 0
    Liked
    1
    Comments

    Managed Extensibility Framework - A Look

    Hi guys, If you are really new to .NET framework 4.0, this is going to be a quickstart guide to a new framework for extensibility which every developers should know. In this post, I will give you a brief introduction to what Managed Extensibility Framework is all about and also create a sample ap......

    Abhishek Sur  Posted on Jul 3 2011 4:57PM
    Profile · Facebook · Twitter
  • 0
    Liked
    4
    Comments

    Some facts about Null in .NET

    As I am tweeting around the facts on Nulls for last couple of days, I thought of writing a blog on that as many of you have already requested me on this regard. This post is basically dealing with Nulls and will go through only with basic C# stuffs, so for geeks, it is not recommended and you might......

    Abhishek Sur  Posted on Jun 25 2011 12:53PM
    Profile · Facebook · Twitter
  • 0
    Liked

    Concept Overide vs Method Hiding in terms of C#

    Overriding is one of the most interesting topic that many software professionals are dealing with quite regularly. Most of the applications we write in .NET or other languages somehow uses overriding. While you write your class, one of the most important thing that you need to consider is overriding......

    Abhishek Sur  Posted on Jun 24 2011 7:36PM
    Profile · Facebook · Twitter
  • 0
    Liked

    Internals of Array

    Arrays are most important part of your program. Almost most of the collection that you work with in .NET framework is internally maintains Array. Say for instance, if you take the List it actually internally represents T[], while Dictionary is actually an array of structure KeyValuePair internally. ......

    Abhishek Sur  Posted on Jun 1 2011 10:45PM
    Profile · Facebook · Twitter
  • 0
    Liked
    1
    Comments

    DLR in C# using Scripting Language

    You should note, till now C# has very little Dynamic Language feature. As mentioned in PDC, we will soon have the feature Compiler as Service feature in C# it is really hard to wait for such a thing to happen. As for me, after the dynamic capabilities released with C# 4.0, I was really excited to lo......

    Abhishek Sur  Posted on May 4 2011 11:02PM
    Profile · Facebook · Twitter
  • 0
    Liked

    Creating Animated Splash screen in Windows Phone 7

    Creating a beautiful splash screen is always great to see for any application. Windows Phone 7 being no exception to it, you want to give the user great look and feel while loading the application using your Splash Screens. In this article, I am going to spend some time by talking about some of the ......

    Abhishek Sur  Posted on May 1 2011 10:42PM
    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]