What is Visual Studio?

0
1505

Visual Studio is a software that makes it easy to build apps for the Universal Windows Platform. It comes in Professional or Enterprise edition, which you can download from microsoftstore.com. You can also find a complete tutorial with expert advice on this link.

The launch of Windows 10 marked a new beginning for software developers and users of Microsoft’s operating system. For developers, Windows 10 represents the culmination of platform convergence journey with Windows running on a single, unified Windows core. This convergence enables one app targeting the Universal Windows Platform to run on every Windows device – on Lumia 950 in your pocket, the Surface or the Surface Book in your bag, the PC on your desk, and the Xbox console in your living room. And that’s not even mentioning all the new devices being added to the Windows family, including the HoloLens, Surface Hub, and IoT devices like the Raspberry Pi 2. All these Windows devices will access one unified Windows App Store for app acquisition, distribution and updates.

Along with the Windows 10, Microsoft kickstarted an opportunity for developers to build apps for the Universal Windows Platform with Visual Studio 2015. The Windows Dev Center is also now open and accepting submissions of Universal Windows apps.

If you already have Visual Studio 2015 RTM, you can now add these tools to your existing Visual Studio installation. You can run the installer, or open Programs and Features from Control Panel, select Visual Studio and click Change. Then in setup, click Modify and select the Tools for Universal Windows Apps.

You can create a Universal Windows apps with the new project templates in Visual Studio 2015 in a language of your choice – C#, VB, C++, or JavaScript. With Windows 10, it is now possible to have a single universal app project that when deployed can run on all Windows 10 devices like PC, Phone, Tablet, or XBox. However, just as on Windows 8.1, you still have the option to have multiple projects in your solution that you can tailor for functionality and form-factor exhibited by various devices running Windows 10 and can maximize code sharing across those projects using Shared projects. You can also create Win32 applications that target the Windows 10 SDK to leverage the new APIs exposed by the platform.

You can reserve names for your Universal Windows apps with the Store, and create app packages for submissions to the Windows Dev Center. Visual Studio also generates packages that are ready for side-loading in an enterprise scenario using the tools in the SDK. The manifest designer in Visual Studio has been updated to allow you to target the full breadth of capabilities that you can express for your app.

LEAVE A REPLY

Please enter your comment!
Please enter your name here