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 application. I am still remembering old days...
Tuesday, August 30, 2011
Sunday, August 28, 2011
Visual Studio 2010 Features post list on my blog
Before some days one of my friend asked me about my visual studio 2010 features list. So this post is about my visual studio 2010 post list. I have done lots of blog post about features of Visual Studio 2010 and Following is complete list of it.
Visual Studio 2010 Color Theme Editor-...
Saturday, August 27, 2011
ILSpy-Alternative of .NET Reflector
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 made that tool paid version so I was finding...
Wednesday, August 17, 2011
Creating Basic RSS Reader in ASP.NET MVC 3
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 is the definition for RSS as per Wikipedia.
RSS...
Tuesday, August 16, 2011
Setting default value for @Html.EditorFor in asp.net mvc
Yesterday one of my friend asked me to set default value for @HTML.EditorFor in ASP.NET MVC. 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 Model class called User. In User...
Saturday, August 13, 2011
Visual Studio 2010 Color Theme Editor- Customize look of visual studio
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 me I’m sure you won’t believe but this reality and...
Tuesday, August 2, 2011
Surround with feature in Visual Studio 2010
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 or ASP.NET element i.e. Suppose there is one very...