Asked by:
VS 2017 free edition

Question
-
User1027872733 posted
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
Saturday, August 26, 2017 2:09 PM
All replies
-
User2103319870 posted
Anil Srivastava
can someone give me the URL to iso image fileYou 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
Saturday, August 26, 2017 3:33 PM -
User1027872733 posted
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
Saturday, August 26, 2017 5:21 PM -
User2103319870 posted
Anil Srivastava
one more question which version of sql server should i install to be compatible with bothI have Visual Studio Community 2017 and SQLServer 2016 installed and it works fine with out any issue.
You can try installing SQL Server 2016
Saturday, August 26, 2017 5:42 PM -
User1027872733 posted
This is my sample code
Thanking You very much
Sunday, August 27, 2017 1:42 PM -
User1027872733 posted
Hi All
I got code samples from following
https://code.msdn.microsoft.com/
are there more safe sites to learn/download code samples
Sunday, August 27, 2017 1:45 PM -
User-335504541 posted
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
Monday, August 28, 2017 4:29 AM