I need more information in Vs 2015 [Resolved]

Posted by Jayakumars under C# on 9/22/2015 | Points: 10 | Views : 1665 | Status : [Member] [MVP] | Replies : 9
Hi

I need more information in Vs 2015 what we will do this version?

How to find the Feature in vs 2015 any one share the beginner tutorial in vs 2015.


1. I need 2015 Features?

2. what is new in 2015

3. Sample Tutorial in vs 2015.

Mark as Answer if its helpful to you

Kumaraspcode2009@gmail.com



Responses

Posted by: Rajnilari2015 on: 9/22/2015 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 50

Up
0
Down

Resolved
Hi, there are plenty. But to start with the main features in which I basically got attracted and played with in the last few months are

a) Project Roslyn
b)The cross platform applications (using Mono.net - imbibed internally)
c)You can develop mobile applications in Cross Platform using Xamarin (Windows, Android, Mac, IOS,Linux) (I am currently working on this - targeted platform for mine are: Windows/Android)
d)Unity 3D has been incorporated into it for excellent gaming development
e)Inclusion of Type Script project
f)You can use 'R' and Python seamlessly for Data Analysis
g)Inclusion of Apache Cordova for Cross Platform Mobile Application development.
h)Inclusion of Node.JS

I have played more or less with all the features I have mentioned herewith. You can download the community edition ( https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx) and can start playing with that.

Regarding the products you can visit https://www.visualstudio.com/support/support-overview-vs

Regarding features please visit https://www.visualstudio.com/features/net-development-vs

Hope this will give you a good starting point. For individual items to explore on , you can visit the MSDN forums to get a good grasp. Moreover, once you install VS2015 or any edition, then in the landing page itself you can get the update about the new features that they are implementing into the VS system. You can equally visit Channel9 in-order to glean more information about that.

Regards
Niladri Biswas

--
Thanks & Regards,
RNA Team

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Rajnilari2015 on: 9/24/2015 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 25

Up
0
Down
Here are some of the C#6.0 features -

Null-Conditional Access Operator (?.)
Expression Bodied Methods
Auto-Property Initializers
Primary Constructor
OUT Parameter Declaration During Method Call
Await in the Catch Block
Exception Filters
Using Statis Is Allowed
String Interpolation
The nameof Operator
Default Constructors in Structs
Dictionary Initializer
Roslyn—A New Compiler for C# and VB

More Information:

https://msdn.microsoft.com/en-us/magazine/dn879355.aspx

http://www.developer.com/net/csharp/slideshows/top-10-csharp-6.0-language-features.html


--
Thanks & Regards,
RNA Team

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Rajnilari2015 on: 9/24/2015 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 25

Up
0
Down
About Project Roslyn
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs. You can build code analysis tools with the same APIs that Microsoft is using to implement Visual Studio!

Read more about the same :

https://msdn.microsoft.com/en-us/hh500769#Toc306015663

https://channel9.msdn.com/Events/BUILD/BUILD2011/TOOL-816T

https://visualstudiomagazine.com/articles/2012/03/20/10-questions-10-answers-on-roslyn.aspx

http://blogs.msdn.com/b/ericlippert/archive/2011/10/19/the-roslyn-preview-is-now-available.aspx


--
Thanks & Regards,
RNA Team

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Rajnilari2015 on: 9/24/2015 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 25

Up
0
Down
About Xamarin

Xamarin lets you write cross-platform apps using C# and .NET. Some features includes:

Framework: It use the open source mono framework, which is an implementation of the .net framework on multiple non windows operating systems.

Language: They have created/used the mono compilers for c# and f# and used them to compile apps written for ios, android, and a few other platforms.

Framework bindings: Ios, android, and others have native APIs that developers use to call. Xamarin has created framework bindings to all c# /f# to call this APIs.

Ide plugins: You can use xamarin studio or visual studio to create apps just by hitting the build and run key sequence. You get back compile time errors and warnings just like every other compilation sequence.

Design surfaces: They have created ios and android design surfaces for xamarin studio as well as visual studio.

More about Xamarin: https://xamarin.com/

You can enroll in Xamarin University (free) to know more about it . Register at : https://xamarin.com/university

You can use Xamarin Studio for making your Xamarin application. It is a modern sophisticated IDE with many features for creating iOS, Mac and Android applications. It includes a rich editor, debugging, native platform integration with iOS, Mac and Android, and integrated source control to name just of few of its many features.

Also you can use Xamarin for Visual Studio for your development purpose

More about developing applications using Xamarin Studio and Xamarin for Visual Studio at : https://xamarin.com/starter

--
Thanks & Regards,
RNA Team

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Rajnilari2015 on: 9/24/2015 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 25

Up
0
Down
About Unity 3D
It's a gaming engine. You can make beautiful dazzling 3D games using it. Please visit https://unity3d.com/ for more information.

This youtube video How to use Visual Studio 2013 with Unity 3D will provide you information about the usage of the same from Visual Studio

Also please don't miss to read : http://laumania.net/2015/04/30/how-to-use-visual-studio-code-as-unity3d-script-editor/

--
Thanks & Regards,
RNA Team

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Rajnilari2015 on: 9/24/2015 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 25

Up
0
Down
TypeScript
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.It runs on any browse,any host,any OS.It is Open Source. You can write Pure OOPs based JS by using TypeScript. Read more: http://www.typescriptlang.org/Tutorial

You can also read how to use TypeScript from VS2015 from: http://mobilemancer.com/2015/08/14/getting-started-typescript-1-5-in-visual-studio-2015/

--
Thanks & Regards,
RNA Team

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Rajnilari2015 on: 9/24/2015 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 25

Up
0
Down
For Inclusion of Python and Python Tools for Visual Studio (PTVS), you can follow : https://msdn.microsoft.com/en-us/library/dn705848.aspx
Also please go thru : http://blogs.msdn.com/b/visualstudio/archive/2015/08/03/why-write-python-in-visual-studio.aspx
This youtube video will help you a lot regarding Setting up Visual Studio for Python Development : https://www.youtube.com/watch?v=_okUV47eM5c

For Analysis purpose you can go either with 'R' or 'Python'

http://blog.datacamp.com/r-or-python-for-data-analysis/

http://blog.udacity.com/2015/01/python-vs-r-learn-first.html

--
Thanks & Regards,
RNA Team

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Rajnilari2015 on: 9/24/2015 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 25

Up
0
Down
Visual Studio 2015 and Apache Cordova

http://www.codeproject.com/Articles/860150/Visual-Studio-and-Apache-Cordova

And follow this excellent Channel9 video: https://channel9.msdn.com/Series/Visual-Studio-Tools-for-Apache-Cordova/Building-Apache-Cordova-Apps-with-Visual-Studio

--
Thanks & Regards,
RNA Team

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Rajnilari2015 on: 9/24/2015 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 25

Up
0
Down
Node.js Tools for Visual Studio

Please visit:https://channel9.msdn.com/Events/Visual-Studio/Visual-Studio-2015-Final-Release-Event/Nodejs-Tools-for-Visual-Studio

Also do't miss: http://blogs.msdn.com/b/visualstudio/archive/2015/03/25/node-js-tools-1-0-for-visual-studio.aspx

Hope this all will help you.

--
Thanks & Regards,
RNA Team

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response