How would you compare VS Express to Pro?First, download visual studio express.
http://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx
Make sure you pick the one for windows store 8.1.
Then start following these instructions.
http://msdn.microsoft.com/en-us/library/windows/apps/hh986965.aspx
That's it.
What language do you know? If you don't have a language yet, I highly recommend you start learning C#. I used to be a C++ programmer. I also know java, fortran, and python. Took me exactly 1 night to learn C#. I think C# & XAML combo is the best thing since sliced bread. Extremely easy to learn.
Simply put, XAML allows you to create contents and objects visually. When you want those contents and objects to do things, then you program them to do things in C# (or visual basic, C++, or javascript).
The first thing you need to do is try to understand to think in the language. Computers don't think like people. There is no shortcut. When you want the computer to do something, you have to give it instructions in detail.
I'm at a point where I can run the code logic through my head to debug my program while I drive to and from work.
Wish you the best of luck.
You absolutely do not need the pro version. To put things in perspective, my Modern Word Processor is written and compiled entirely with express.How
How would you compare VS Express to Pro?
Install it on your SP3. I've been drooling to get an SP3 to run visual studio 2013. But between my morgage, putting my b/f through school, student loan debt, etc., I can't justify getting it now. So, still using a piece of crap toshiba laptop from 2009. My laptop only has 100gb of drive space. VS uses like 2-3gb, so you're fine. If my piece of crap toshiba from 2009 with 100gb disk space can run visual studio express, then your SP3 should have no problem at all.Would it be okay to install on my SP3 or is it something I should install on my old lap top?
OR
Is it something I can install on a flashdrive and run it from there on my SP3?
I have the i5 256gb SP3
So, still using a piece of crap toshiba laptop from 2009. My laptop only has 100gb of drive space. VS uses like 2-3gb, so you're fine. If my piece of crap toshiba from 2009 with 100gb disk space can run visual studio express, then your SP3 should have no problem at all.
If you're going try the video tutorials I definitely recommend checking out some of Bob Tabors videos on Channel 9. I also came across a really helpful book that delves more into the theory of objected oriented programming called "The Object-oriented thought process". That coupled with the videos on Channel 9 got me up to speed and making some really cool stuff pretty quickly while also feeling like I have a firm grip on what exactly I'm doing.
Not trying to promote anything here but this approach worked (is working) really well for me.