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. Let’s explore both features in details.
Encapsulate...
Wednesday, June 29, 2011
Tuesday, June 28, 2011
Code refactoring with Visual Studio 2010-Part 3
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 parameter of a method or procedure in code for better...
Monday, June 27, 2011
Code refactoring with Visual Studio 2010 Part-2
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. Normally we do like this. First we will rename method...
Sunday, June 26, 2011
My blog post appearing on Channel9.msdn.com
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 for giving opportunity and serve community....
Code refactoring with Visual Studio 2010 Part-1
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 code refactoring. This feature is one of the most...
Friday, June 24, 2011
PetaPoco with parameterised stored procedure and Asp.Net MVC
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 few blog post about this. In this blog post I have...
Monday, June 20, 2011
PetaPoco with stored procedures
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 for customer table which I have used in my...
Friday, June 17, 2011
Get started with ASP.NET MVC and PetaPoco
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 can use PetaPoco in asp.net mvc application. First...
Thursday, June 16, 2011
Tech-Ed on Road 2011- Ahmedabad–A great event
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 there in person and organizers were having hard...
Wednesday, June 15, 2011
Important milestone achieved!!- I got 300000 visitors for my blog
I have been writing this blog since last four years and I am working on hard on this to server community which I love most as much as I can. Here I got great news from www.sitemeter.com that my blog has achieved 300000 mark. I would like to take this opportunity to thanks all my readers who has...