Facebook Sign in | Join
Getting Started with Adobe After Effects - Part 6: Motion Blur

Browse Blog Posts by Tags

Loading
  • Difference between SkipWhile and Where in linq

    Before some time I have written a blog post about the SkipWhile operator and a reader of my blog asked me that we can do the same thing with Where also but there is a difference between this two. So In this post I am going to explain you difference between those two. Where operator filters a list of...
    Posted to DotNetJalps-SQL by Jalpesh on 04-16-2012
    Filed under: Filed under: , ,
  • Tuple in C# 4.0

    C# 4.0 language includes a new feature called Tuple . Tuple provides us a way of grouping elements of different data type. That enables us to use it a lots places at practical world like we can store a coordinates of graphs etc. In C# 4.0 we can create Tuple with Create method. This Create method offer...
    Posted to DotNetJalps-SQL by Jalpesh on 04-15-2012
    Filed under: Filed under: , ,
  • SkipWhile Method in Linq

    I have been playing around linq and I have found great method call SkipWhile method.  SkipWhile methods skips particular element which matches condition in predicate this can be use full in condition where we need to skip elements on particular condition. So let’s take some example. I have written...
    Posted to DotNetJalps-SQL by Jalpesh on 04-13-2012
    Filed under: Filed under: ,
  • Multicast delegates in c#

    In yesterday’s post We learn about Delegates and how we can use delegates in C#. In today’s blog post we are going to learn about Multicast delegates. What is Multicast Delegates? As we all know we can assign methods as object to delegate and later on we can call that method with the help delegates....
    Posted to DotNetJalps-SQL by Jalpesh on 04-12-2012
    Filed under: Filed under: , ,
  • Delegates in c#

    I have used delegates in my programming since C# 2.0. But I have seen there are lots of confusion going on with delegates so I have decided to blog about it. In this blog I will explain about delegate basics and use of delegates in C#. What is delegate? We can say a delegate is a type safe function pointer...
    Posted to DotNetJalps-SQL by Jalpesh on 04-11-2012
    Filed under: Filed under: , , ,
  • Ternary operator in VB.NET

    We all know about Ternary operator in C#.NET. I am a big fan of ternary operator and I like to use it instead of using IF..Else. Those who don’t know about ternary operator please go through below link. http://msdn.microsoft.com/en-us/library/ty67wk28(v=vs.80).aspx Here you can see ternary operator...
    Posted to DotNetJalps-SQL by Jalpesh on 04-03-2012
    Filed under: Filed under: , ,
  • How to pad number with leading zero with C#

    Recently I was working with a project where I was in need to format a number in such a way which can apply leading zero for particular format.  So after doing such R and D I have found a great way to apply this leading zero format. I was having need that I need to pad number in 5 digit format. So...
    Posted to DotNetJalps-SQL by Jalpesh on 04-03-2012
    Filed under: Filed under: , , ,
  • My first video for code refactoring in visual studio 2010

    I have been planning this since long but now Its happened. I have created a video for visual studio 2010 code refactoring features. I have made this video public. Following is a link for that. http://www.youtube.com/watch?v=HvC63rE7tB4&feature=share Here is the video.. Please see the video and let...
    Posted to DotNetJalps-SQL by Jalpesh on 01-28-2012
    Filed under: Filed under: , ,
  • string.format escape sequence in c#

    Recently I was working on something and I need to put a curly bracket on the string with a string.format function but I was not aware how to to do it. So I did some search on internet and found how to give escape sequence in string.format. Suppose You need to put curly bracket then you have write two...
    Posted to DotNetJalps-SQL by Jalpesh on 01-08-2012
    Filed under: Filed under: ,
  • ASP.NET Page Methods with Parameters

    In earlier post I have written how we can use page methods to call server-side from the java script. In this post I am going to explain How we can pass parameters to page methods with java script. So let’s take a simple example to see how we can pass parameters to the page methods. I am going to create...
    Posted to DotNetJalps-SQL by Jalpesh on 01-07-2012
    Filed under: Filed under: , , , , ,
  • Page methods in asp.net

    Now days people are looking for richer and fluid user experience and to create that kind of application Ajax is required. There are several options available to call server-side function from JavaScript with ASP.NET Ajax and if you are using asp.net 2.0 or higher version of Microsoft.NET Framework then...
    Posted to DotNetJalps-SQL by Jalpesh on 12-23-2011
    Filed under: Filed under: , , , ,
  • new solution explorer feature in visual studio11 developer preview

    Microsoft Visual Studio11 Developer preview comes with bunch of new features and Solution explorer is also get some new features in it. There are few new icons added at top of solution explorer like below. Create new window with copy of this Window Feature: Now there is a one feature given with solution...
    Posted to DotNetJalps-SQL by Jalpesh on 10-09-2011
    Filed under: Filed under: , , , ,
  • NuGet package with multiple projects

    Before some day one of my friend asked me to install NuGet in project another then startup project. At that time I don’t have any idea about it. So I did some R and D on web and found one easiest way to do it. So let’s first create a solution where we have more then one project in single solution. I...
    Posted to DotNetJalps-SQL by Jalpesh on 09-23-2011
    Filed under: Filed under: , , , , ,
  • BigInteger in C# 4.0

    In C# 4.0 Microsoft has added so many features and I love all most all the features. In today’s post we are going to discuss BigInteger Class. During programming some complex systems often we need a very big numbers. For example if we use some of asymmetrical cryptographic feature which require...
    Posted to DotNetJalps-SQL by Jalpesh on 09-13-2011
    Filed under: Filed under: , ,
  • Jquery and ASP.NET- Set and Get Value of Server control

    Yesterday one of my reader asked me one question that How can I set or get values from Jquery of server side element for example. So I decided to write blog post for this. This blog post is for all this people who are learning Jquery and don’t know how to set or get value for a server like ASP.NET Textbox...
    Posted to DotNetJalps-SQL by Jalpesh on 09-08-2011
    Filed under: Filed under: , , , , ,
Page 1 of 4 (52 items) 1 2 3 4 Next >
Contact US

Copyright © Rivera Informatic Private Ltd.