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

Activity Details

Learned14
Liked16
Request Friendship



Upload Image

Ahmedabad
Male

My Sections

Yogesh Bhadauriya
267 · 1% · 163

Yogesh Bhadauriya - Just Learned

  • Using Partition Switching you can move millions of rows from one table to another in less than a second

    Yogesh Bhadauriya Learned 2 Years ago through Just Learned | 1 Point
    Assume that there are two tables table1 and table2 which have same structures and table1 has 10 millions rows and you want to move all rows from table1 to table2. The quickest method that I have learnt is to use Partition Switching [code] alter table ta
    Madhivanan JR
    3 · 39% · 12430
  • Mathematics Puzzle - Birthdate

    Yogesh Bhadauriya Liked 2 Years ago through Just Learned | 1 Point
    Recently watched an inspiring regional movie, where actor asks actress to take her birth date, and multiply day with 12 and Month with 31 and add those results. As soon as she tells the result, in 3-4 seconds, actor will tell her birth date. At first glanc
    Rami Reddy
    2 · 41% · 12972
  • New Type in C# 4.0 - Dynamic - Which will bypass static type checking

    Yogesh Bhadauriya Liked 2 Years ago through Just Learned | 1 Point
    In few scenarios, we might use types of other programming languages, and the operations on that type. But if those types are not recognized in compile-time, it will throw compile-time errors. By declaring the type as dynamic it will bypass compile time err
    Rami Reddy
    2 · 41% · 12972
  • C# - Each Constructed Type will maintain its own copy of static variable

    Yogesh Bhadauriya Liked 2 Years ago through Just Learned | 1 Point
    We all know that a static variable will be shared by entire class instead of objects. What about Generic Types?? Suppose, from a generic type, if 2 constructed types created, will they maintain different copy or same copy?? They will maintain their own cop
    Rami Reddy
    2 · 41% · 12972
  • C# - A Generic Type with type arguments provided is called as Constructed Type

    Yogesh Bhadauriya Liked 2 Years ago through Just Learned | 1 Point
    Today, my colleague asked me an interesting question. In below code snippet, what is A<T> and A<int> called as? Are both of these are classes? If so, How can you differentiate these while calling them? [code] class A<T> { } clas
    Rami Reddy
    2 · 41% · 12972
  • In .NET 4.0, we can use string.IsNullOrWhiteSpace() method to check for empty spaces also

    Yogesh Bhadauriya Learned 2 Years ago through Just Learned | 1 Point
    In Earlier versions of .NET, String class has IsNullOrEmpty() method, which can be used to check whether the string is null or empty. To check for white spaces, we need to write additional code. Now .NET 4.0 introduced a new method, IsNullOrWhiteSpace()
    Kirti.darji
    10 · 16% · 4982
  • You can re-use the result of MERGE operation in other query!

    Yogesh Bhadauriya Liked 2 Years ago through Just Learned | 1 Point
    I found a very interesting and ingenious solution for the poster's problem in MSDN Transact-SQL forum by Peter Larsson (PESO) and it was so interesting, that I'd like to share this whole thing: [code] /* I would like to insert information from table Pro
    Naomi Nosonovsky
    33 · 6% · 1774
  • C# - Difference between RegisterClientScriptBlock and RegisterStartupScript

    Yogesh Bhadauriya Learned 2 Years ago through Just Learned | 1 Point
    Both RegisterClientScriptBlock & RegisterStartupScript can be used to register script in web page. However script registered through "RegisteredClientScriptBlock" method will be rendered before any page elements rendered, where as script registered through
    Kirti.darji
    10 · 16% · 4982
  • Table Variable are created and stored in tempdb just like Temp Tables

    Yogesh Bhadauriya Liked 2 Years ago through Just Learned | 1 Point
    Many people believe that table variables are stored in memory (RAM) and temp tables are stored in tempdb. I can see a few comments around this post. (http://beyondrelational.com/justlearned/posts/262/sql-server-difference-between-temp-table-and-table-varia
    manub22
    245 · 1% · 183
  • UPDATE with OUTPUT clause can be used for auditing Old values and New Values

    Yogesh Bhadauriya Liked 2 Years ago through Just Learned | 1 Point
    OUTPUT clause can return in parallel way both INSERTED and DELETED rows. It is useful to logging in archive original and new values. [code] ... OUTPUT DELETED.value [oldValue], INSERTED.value [newValue] [/code]
    tokarski
    58 · 3% · 1021
Previous 1 | 2 Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.