June 2011 - Posts

0
Comments

Code refactoring with Visual Studio 2010 Part-4 by Jalpesh P. Vadgama

I have been writing few post with code refactoring features in Visual Studio 2010. This post also will be part of series and this post will be last of the series. In this post I am going explain two features 1) Encapsulate Field and 2) Extract Interface...
0
Comments

Code refactoring with Visual Studio 2010-Part 3 by Jalpesh P. Vadgama

I have been writing few post about Code refactoring features of visual studio 2010 and This blog post is also one of them. In this post I am going to show you reorder parameters features in visual studio 2010. As a developer you might need to reorder...
0
Comments

Code refactoring with Visual Studio 2010 Part-2 by Jalpesh P. Vadgama

In previous post I have written about Extract Method Code refactoring option. In this post I am going to some other code refactoring features of Visual Studio 2010.  Renaming variables and methods is one of the most difficult task for a developer...
0
Comments

My blog post appearing on Channel9.msdn.com by Jalpesh P. Vadgama

Recently I was searching something and I found that one of the post about New Features of the SQL Server Denali was being discussed on Channel9 on MSDN. It’s a great pleasure and honour to have this kind of appreciation. I would like to thanks again Microsoft...
1
Comments

Code refactoring with Visual Studio 2010 Part-1 by Jalpesh P. Vadgama

Visual studio 2010 is a Great IDE(Integrated Development Environment) and we all are using it in day by day for our coding purpose. There are many great features provided by Visual Studio 2010 and Today I am going to show one of great feature called for...
3
Comments

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...
6
Comments

PetaPoco with stored procedures by Jalpesh P. Vadgama

In previous post I have written that How we can use PetaPoco with the asp.net MVC. One of my dear friend Kirti asked me that How we can use it with Stored procedure. So decided to write a small post for that. So let’s first create a simple stored procedure...
7
Comments

Get started with ASP.NET MVC and PetaPoco by Jalpesh P. Vadgama

Micro ORM are having their pro and cons and right now its a buzz in the Microsoft.NET developers buzz. I personally like a Micro ORM Concept and I already posted some blog posts with asp.net mvc and dapper Micro ORM. Today I am going to explain how we...
2
Comments

Tech-Ed on Road 2011- Ahmedabad–A great event by Jalpesh P. Vadgama

Last Saturday on June 11,2011 Ahmedabad was having Microsoft Tech-Ed on Road event. I was fortunate to being part of it. I have attended many community events in Ahmedabad but this time we get overwhelming response and approx. 300 to 400 persons where...
14
Comments

Maintaining Browser History for Ajax events through script manager in asp.net by Jalpesh P. Vadgama

In one of our project we have requirement of maintaining history of Ajax events. After doing some search on the web I have found one interesting capabilities of Script Manager control. I have found that there is one property called “EnableHistory” which...
More Posts Next page »