Getting Started with Adobe After Effects - Part 6: Motion Blur
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.

Friends

Request Friendship



Upload Image

27 years old
Hyderabad
Male
Robert Dennyson
11 · 14% · 4419

Robert Dennyson - Just Learned

  • Flags Enumerations in C#

    Robert Dennyson Posted 1 Years ago through Just Learned | 5 Points
    Flags enumerations are used for masking bit fields and doing bitwise comparisons. They are the correct design to use when multiple enumeration values can be specified at the same time. [code] If we are using flag enumerations there are few consideratio
  • Max Size of String

    Robert Dennyson Posted 2 Years ago through Just Learned | 5 Points
    String length is an int so the its size is 2,147,483,647...but you will hit other problems such as memory issues before loading up that string. Roughly the max string could be 2 gig, but the real issue is getting enough memory from the heap as an allocatio
  • StringBuilder - Dont't Use '+' for Concat.

    Robert Dennyson Posted 2 Years ago through Just Learned | 5 Points
    When you use StringBuilder, don't also use +. The plus operator creates a bunch of temporary strings. We can eliminate these for better performance. We eliminate the plus on the strings, and simply pass the strings directly to Append on StringBuilder. It c
  • Session State or ViewState?

    Robert Dennyson Posted 2 Years ago through Just Learned | 5 Points
    There are certain cases where holding a state value in ViewState is not the best option. The most commonly used alternative is Session state, which is generally better suited for: Large amounts of data. [code]Since ViewState increases the size of b
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.