installation of visual studio

hey, i am using opensuse 13.1 and i want to install visual studio and all its components.
is it possible to install, if yes, then please help me out telling step by step procedure…

You will need to use Windows
You could look at using a VM of Windows in openSUSE too

There are IDE apps for Linux. But you’d need to define your needs more precisely for further advice.

Visual Studio requires “real” .NET…

As caf4926 suggests, you can run Visual Studio on Windows in a VM (any paravirtualized or full emulation virtualization will work, just avoid things like LXC).
Or, if your objective is to build dotNET which will run on Linux, then you can install Eclipse or MonoDevelop with Mono (reverse engineered version of dotNET) Dev libraries to build similar apps.

TSU