Browse by Tags

All Tags » ADO.NET (RSS)

Entity framework and Stored procedure output parameter by Jalpesh P. Vadgama

One of my friend was having problem in Entity framework and stored procedure output parameter. He was confused how to use output parameter with stored procedures.So I did some search on internet and I found a great way to use output parameter so I thought...
Filed under: , , ,

Windows Azure Table Storage in detail by Jalpesh P. Vadgama

Windows Azure table storage provides two kind of storage 1) SQL Azure and other one is 2) Table,queue,blob and other storage like drives etc. In this blog post I am going to explain Table storage in details. What is Windows Azure Table Storage: Windows...

PetaPoco with parameterised stored procedure and Asp.Net MVC by Jalpesh P. Vadgama

I have been playing with Micro ORMs as this is very interesting things that are happening in developer communities and I already liked the concept of it. It’s tiny easy to use and can do performance tweaks. PetaPoco is also one of them I have written...

Windows Azure camp in various city of India- Go Register it. by Jalpesh P. Vadgama

  Microsoft is organizing the windows Azure camp in various cities of India. It’s a great chance to learn new things about Microsoft Windows Azure. So If you want to be part of that then you must register in this event. Following are date and cities...

Historical Debugging (Intellitrace) on Visual Studio 2010 Ultimate Part-2 by Jalpesh P. Vadgama

In the first post I have explained how historical debugging will going to work and how we can enable the historical debugging. In this blog post I am going to take one real time scenario and then we will see the How historical debugging will work. Here...

ASP.NET MVC Razor IsPost property with IF –Else loop by Jalpesh P. Vadgama

ASP.NET MVC Razor a new view engine from Microsoft looks very promising. Here are example of code where we can determine page is post back or not. It support a IsPost Property which will tell you whether page is post back or not. So based on that we can...

LinqDatasource A Great Control for declarative programming by Jalpesh P. Vadgama

I have used data source control many times and its great it provides us great features for declarative binding. LinqDataSource Control is a great control and it allows us to bind linq queries without writing any code declaratively. Let’s create a example...
More Posts