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

My Badges

Request Friendship



Upload Image

33 years old
Ahmedabad
Jalpesh
15 · 11% · 3478

Jalpesh's Home

My name is Jalpesh. I blog at .
  • How to create overload methods in WCF service with C#

    Jalpesh Posted 3 Months ago through Blogs
    Before some days I have posted an blog about How to create overloaded web methods in asp.net web service? In this post I am going to explain how we can create overload methods in WCF(Windows Communication Foundation) service with C# language. So let’s ...
  • SelectMany operator in Linq C#

    Jalpesh Posted 4 Months ago through Blogs
    SelectMany is an important operator in Linq. It takes each element of a sequence to an IEnumerable and flattens the resulting sequences into one sequence. You can find out more information about different overload list from the below link. http://msdn....
  • C# null-coalescing operator ??

    Jalpesh Posted 4 Months ago through Blogs
    C# language provides many features and null-coalescing operator(??) is one of them. It’s a great operator to check whether object is null and if it is null then it will provide a default value. I have seen most of the people are not using while it’s a g...
  • Tip-Convert array to Comma delimited string

    Jalpesh Posted 4 Months ago through Blogs
    I was needed to convert an string array into the comma delimited string and the old way to do that is too with for loop. But I was sure that there should be some ready made function that will do this very easily. After doing some research I have found...
  • Linq performance with Count() and Any()

    Jalpesh Posted 4 Months ago through Blogs
    Recently I was using resharper to refactor some of my code and found that it was suggesting to use any() extension method instead of count() method in List. I was really keen about performance and found that resharper was right. There is huge performanc...
  • How to get N row from datatable in C#

    Jalpesh Posted 4 Months ago through Blogs
    Problem: Recently one of my friend was needed only first three rows of data table and so he asked me and I have multiple solutions for that. So thought it would be great idea to share with you guys. Possible Solutions to problem: There are two way...
  • Lazy<T> in C# 4.0

    Jalpesh Posted 4 Months ago through Blogs
    Before C# 4.0 there was no on demand initialization by default. So at the time of declaration we need to create a value or object will be null or we have to create on demand initialization via coding.. But with C# 4.0 we now have lazy class. As per MSDN...
  • Lock keyword in C#

    Jalpesh Posted 5 Months ago through Blogs
    As we have written earlier we have now multi core CPU for our computers and laptops and to utilize that we need to use threading in code. Now if we create thread and access same resource at same time then it will create a problem at that time locking be...
  • Lock keyword in C#

    Jalpesh Posted 5 Months ago through Blogs
    As we have written earlier we have now multi core CPU for our computers and laptops and to utilize that we need to use threading in code. Now if we create thread and access same resource at same time then it will create a problem at that time locking be...
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.