Monday 17 December 2012

How to start Visual Studio from run prompt

Hi  friends some time question arise that how to open visual studio from run command so there are the solution.
there are some simple step to complete this task

Step -1 
open the run prompt like this
Start->Programs->Run
or
press 
window logo + R 
then below pop up open
Step -2
after that type on this run prompt 
devenv
or
devenv /nosplash 
 
 after that press enter. then your visual studio open .
there are difference in both keyword 
devenv for Opens Visual Studio  With Splash Screen.
 devenv /nosplash for Opens Visual Studio  Without Splash Screen. 
now the question arise that what is Splash screen 
when you type only devenv on run prompt then below screen are shown

if you are type devenv /nosplash  then this screen are not shown.
devenv /nosplash this command is faster than devenv

Hope this will help you ..
if any issue then please let me know
Thanks 
ROHIT KUMAR SRIVASTAVA

Friday 14 December 2012

Advantage and disadvantage of Juqery

Advantage-
  • Good User Experience, close to a Windows GUI
  • Much easier to use than plain JavaScript
  • Impressive speed
  • Coders don’t have to worry about Browser differences
  • Reduces Server Load as fewer round-trips
  • Widely used, good community support
  • Many components already developed
  • Open Source