August 2011 - Posts

6
Comments

Chart Helpers in ASP.NET MVC3 by Jalpesh P. Vadgama

I am exploring ASP.NET MVC3 and everyday I am learning something new. In today’s post I am going to explain how we can create chart with ASP.NET MVC3. Chart is one of greatest way of expressing figures. We all need that functionality in any commercial...
2
Comments

Visual Studio 2010 feature post list by Jalpesh P. Vadgama

Before some days one of my friend ask me about my visual Studio 2010 features post. So this post is about my Visual Studio 2010 posts. I have done lots of post about features of visual studio 2010 and Following is complete list of it. Visual Studio 2010...
3
Comments

ILSpy-Alternative of .NET Reflector by Jalpesh P. Vadgama

Sometimes we need to have decomposer tool or reflector tool for our applications to improve the performance or to know the internals of the assembly we have created. I was using Red Gate .NET Reflector earlier for same as it was free. Now Red Gate has...
Filed under: , ,
13
Comments

Creating Basic RSS Reader in ASP.NET MVC 3 by Jalpesh P. Vadgama

In this post I am going to explain you how we can create a basic RSS Reader with the help of Linq-To-Xml and ASP.NET MVC3  Razor. Those who are writing or reading Blogs already knows what is RSS Reader. But those who does not know What is RSS. Below...
Filed under: , , ,
4
Comments

Setting default value for @Html.EditorFor in asp.net mvc by Jalpesh P. Vadgama

Yesterday one of my friend asked me to set default value for @HTML.EditorFor. So I decided to write this blog post. In this blog post I am going to Explain How we create Default values for model Entities. So Let’s start this via taking a simple example...
Filed under: ,
2
Comments

Visual Studio 2010 Color Theme Editor- Customize look of visual studio by Jalpesh P. Vadgama

We have all love Visual Studio 2010 and I am sure you all want to change color for menus, toolbars and title etc. Today I have found one of the most interesting Extension for Visual studio 2010 from which you can manage all this things. Don’t believe...
3
Comments

Surround with feature in Visual Studio 2010 by Jalpesh P. Vadgama

Everyday I am discovering something new with Visual Studio 2010 and today Once again I have discovered a new feature called “Surround with” feature. This feature is quite useful when you have very big HTML element and You want to surround it some HTML...
More Posts