We left off Visual Studio Express 2015 Install and Early Days Tutorial as shown below promising โฆ
Along the way I noticed the term โMac OS Xโ flash past and you can rest assured Iโll be following up that lead
โฆ and today, as with WordPress 4.1.1โs Visual Studio Code on Mac OS X for .NET Core and C# Tutorial, we follow up on that. In my mind Iโd always associated the five below as sacrosanct, with respect to each other โฆ
- Windows
- Visual Studio
- .Net Framework
- ASP.Net or IIS
- C#
โฆ but my mindโs world got โrockedโ by delving into Visual Studio Express 2015 and noticing that โMac OS Xโ reference flash by so that today we involve โฆ
- Mac OS X (Yosemite)
- Visual Studio Code
- .NET Core
- node.js (open-source, cross-platform runtime environment for developing server-side Web applications)
- C#
- npm (package manager)
โฆ to create a Hello World web application on //localhost:50000 on a MacBook Pro laptop. This new local web server connection we feature in the list at Cassini++ WebServer Primer Tutorial.
Now weโre not saying that we didnโt take quite a few sideways steps getting this going, because we did, and so, today, our slideshow presentation will be a Gifpal animated GIF โstream of consciousnessโ presentation giving you just the gist which you can view here, and some programming code highlights โฆ
- package
json of Hello World project incorporating C# code
- project
json
- Program
cs
- Startup
cs
- package
json of earlier try of Hello World project not incorporating C# code
- app
js
โฆ and a few major links below that if followed should get you to where you want to go should you, too, be interested in this topic โฆ
- Google search good introductory advice
- Download for Visual Studio Code
- Great getting started tips for Visual Studio Code
- node.js and npm install
- .NET Core install for Mac OS X plus great Hello World project ideas
We hope this is of some good food for thought for you, as it was for us.
Previous relevant Visual Studio Express 2015 Install and Early Days Tutorial is shown below.
Today weโre creating a Visual Studio Express 2015 VB.Net Project for an Online Project called โExample of math variables and if statementsโ as an entry level project you could quickly try as your first Visual Studio 2015 Express project.
We say โfirstโ because even though weโve created more complex Visual Studio projects in the past, weโve just installed a new Visual Studio version called Visual Studio Express 2015.
We did the install of Visual Studio Express 2015 (using .NET Framework 4.5.2) onto Windows 10 and had no issues, as long as you have more than 8 gB of spare hard disk space. The installs for Visual Studio keep on getting easier to work and visually more pleasing.
Once up and running the VB.Net major piece of code for this Windows Desktop application called โExample of math variables and if statementsโ you could call Form1vb fits in to the steps to create the project that went, for us โฆ
- Opened Visual Studio Express 2015 in Windows 10 via Windows icon at bottom left -> All Apps -> (look in the Vโs for) Visual Studio 2015 (with the purple logo)
- File -> New -> Projectโฆ
- Online
- Samples -> Visual Basic -> Web -> Example of math expressions, and if statements
- Build -> Build Solution
- Debug -> Start without debugging
So this project will create an executable in โC:\Users\[YourUsername]\Documents\Visual Studio 2015\Projects\Example of math, variables, and if statements\bin\Debug\Example of math variables and if statements.exeโ (believe it or not โฆ was gobsmacked, myself, at the commas in a directory name?!) that could be double clicked as a way to execute independent of the Visual Studio Express 2015 IDE, or the other way to run it is to use the IDE as described in the last two steps above.
We like animated GIFs for a โstream of consciousnessโ view, as weโve composed one (using our previously written web application from Animated GIF via PHP Writing PHP Primer Tutorial) to cover highlights of โฆ
- Visual Studio Express 2015 install on Windows 10
- โC:\Users\[YourUsername]\Documents\Visual Studio 2015\Projects\Example of math, variables, and if statements\bin\Debug\Example of math variables and if statements.exeโ desktop Windows form application creation via cloning of an Online VB.Net project
We hope you like it?!
Maybe this is the introduction you need to explore the massive world that Visual Studio (as an IDE for desktop or web or mobile application software) is. Along the way I noticed the term โMac OS Xโ flash past and you can rest assured Iโll be following up that lead โฆ (another meaning!) โฆ over time.
If this was interesting you may be interested in this too.
If this was interesting you may be interested in this too.
2 Responses to Visual Studio Code on Mac OS X for .NET Core and C# Tutorial