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

    Inter-Process Communication using MemoryMappingFile

    In an operating system, a Memory Mapping file are virtual storage place which has direct byte to byte correlation between the Virtual Address Space and the corresponding physical storage. So when we access the Virtual Address space via a memory mapping file we are directly communicating with the ker......

    Abhishek Sur  Posted on Feb 27 2012 12:00AM
    Profile · Facebook · Twitter
  • 0
    Liked

    Internals of .NET Objects and Use of SOS

    Well, now getting deeper into the facts, lets talk about how objects are created in .NET and how type system is laid out in memory for this post in my Internals Series. As this is going to be very deep dive post, I would recommend to read this only if you want to kill your time to know the internal......

    Abhishek Sur  Posted on Sep 26 2011 9:23AM
    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
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]