Recent Posts

0
Comments

Where I can find SQL generated by Linq-To-SQL by Jalpesh P. Vadgama

Yesterday I have written a blog post about Where I can find SQL Generated by Entity Framework? and same day I got request from one of the our reader Ramesh that how I can find SQL generated by Linq-To-SQL? . I thought its a good idea to write a blog post...
Filed under: , ,
0
Comments

Where I can find SQL Generated by Entity framework? by Jalpesh P. Vadgama

Few days back I was optimizing the performance with Entity framework and Linq queries and I was using LinqPad and looking SQL generated by the Linq or entity framework queries. After some point of time I got the same question in mind that how I can find...
0
Comments

Caller Info Attributes in C# 5.0 by Jalpesh P. Vadgama

In c# 5.0 Microsoft has introduced a Caller information attribute. It’s a new feature that is introduced in C# 5.0 and very useful if you want to log your code activities. With the help of this you can implement the log functionality very easily. It can...
Filed under: , ,
0
Comments

Parallel task in C# 4.0 by Jalpesh P. Vadgama

In today’s computing world the world is all about Parallel processing. You have multicore CPU where you have different core doing different work parallel or its doing same task parallel. For example I am having 4-core CPU as follows. So the code that...
Filed under: ,
0
Comments

Dynamic URL of asp.net web service with web reference by Jalpesh P. Vadgama

It’s been a while I am writing this. But never late.. So I am writing this. Before some time one of friend asked about the URL of web service when we add reference. So I am writing this. Some of you may find this very basic but still many of people does...
Filed under: ,
1
Comments

Dark Visual Experience in Visual Studio 2012 by Jalpesh P. Vadgama

I have written whole series related to Visual Studio 2012 features and this post will also be part of same series.You can get all my post related to visual studio from the following link. Visual Studio 2012 feature series Before some days I was searching...
2
Comments

Predicate delegate in C# by Jalpesh P. Vadgama

I am writing few post on different type of delegates and and this post also will be part of it. In this post I am going to write about Predicate delegate which is available from C# 2.0. Following is list of post that I have written about delegates. Delegates...
Filed under: , , ,
2
Comments

Action delegate in C# by Jalpesh P. Vadgama

In last few posts about I have written lots of things about delegates and this post is also part of that series. In this post we are going to learn about Action delegates in C#.  Following is a list of post related to delegates. Delegates in C#....
Filed under: , ,
0
Comments

Incremental search in Visual Studio by Jalpesh P. Vadgama

Visual studio is a Great IDE and there are still lots of feature that not known to developers. Incremental search is one of them. This is a amazing feature to find code in particular document and its available from Visual Studio 2010 and carried over...
0
Comments

Func Delegate in C# by Jalpesh P. Vadgama

We already know about delegates in C# and I have previously posted about basics of delegates in C#. Following are posts about basic of delegates I have written. Delegates in C# Multicast Delegates in C# In this post we are going to learn about Func Delegates...
Filed under: ,
More Posts « Previous page - Next page »