You can try installing the Community edition(free version) for Visual Studio 2017 from https://www.visualstudio.com/
Once you select the Community 2017, You will get an exe for download. Follow the instructions to install the Community Edition. You might need to create an account to install the community edition.
You can view this video
to understand the procedures to install Visual Studio
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
552 Points
591 Posts
VS 2017 free edition
Aug 26, 2017 02:09 PM|Anil Srivastava|LINK
Hi all
I want to learn following sample
How to authenticate web pages using JWT token in ASP.NET Core
On following url
https://code.msdn.microsoft.com/How-to-authentication-web-f58efc25
but it requires vs 2017
I have vs 2015 on my machine running
can someone give me the URL to iso image file
Thanks All
All-Star
50841 Points
9895 Posts
Re: VS 2017 free edition
Aug 26, 2017 03:33 PM|A2H|LINK
You can try installing the Community edition(free version) for Visual Studio 2017 from https://www.visualstudio.com/
Once you select the Community 2017, You will get an exe for download. Follow the instructions to install the Community Edition. You might need to create an account to install the community edition.
You can view this video to understand the procedures to install Visual Studio
Reference url : https://docs.microsoft.com/en-us/visualstudio/install/install-visual-studio
Aje
My Blog | Dotnet Funda
Member
552 Points
591 Posts
Re: VS 2017 free edition
Aug 26, 2017 05:21 PM|Anil Srivastava|LINK
A2H
I installed it as you told me.
one more question which version of sql server should i install to be compatible with both
vs 2015
vs 2017
thanking you sir
All-Star
50841 Points
9895 Posts
Re: VS 2017 free edition
Aug 26, 2017 05:42 PM|A2H|LINK
I have Visual Studio Community 2017 and SQLServer 2016 installed and it works fine with out any issue.
You can try installing SQL Server 2016
Aje
My Blog | Dotnet Funda
Member
552 Points
591 Posts
Re: VS 2017 free edition
Aug 27, 2017 01:42 PM|Anil Srivastava|LINK
This is my sample code
Thanking You very much
Member
552 Points
591 Posts
Re: VS 2017 free edition
Aug 27, 2017 01:45 PM|Anil Srivastava|LINK
Hi All
I got code samples from following
https://code.msdn.microsoft.com/
are there more safe sites to learn/download code samples
Contributor
2260 Points
815 Posts
Re: VS 2017 free edition
Aug 28, 2017 04:29 AM|Billy Liu|LINK
Hi anil Srivastava,
You could refer to the link below for the tutorial of asp.net core:
https://docs.microsoft.com/en-us/aspnet/core/
And you could refer to the following link for some code sample:
https://channel9.msdn.com/coding4fun/blog/45-and-counting-ASPNET-Core-Samples
Best Regards,
Billy
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.