From d1c04618164f5683b17dce95c3a383a5ac02001e Mon Sep 17 00:00:00 2001 From: Akash2912 <38444408+Akash2912@users.noreply.github.com> Date: Thu, 25 Oct 2018 16:14:41 +0530 Subject: [PATCH] Information about .Net core (#24139) Gave link to create a sample app with Microsoft basic tutorial. --- guide/english/aspnet/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guide/english/aspnet/index.md b/guide/english/aspnet/index.md index e1519c4492..bed015615a 100644 --- a/guide/english/aspnet/index.md +++ b/guide/english/aspnet/index.md @@ -15,4 +15,7 @@ ASP.NET offers different frameworks for creating web applications: For e.g Web F - [ASP .NET Tutorials](https://www.tutorialspoint.com/asp.net/) - [ASP .NET Site](https://www.asp.net/) - [ASP .NET Microsoft Documentation](https://docs.microsoft.com/en-us/aspnet/#pivot=aspnet/) -- [ASP .NET Forum](https://forums.asp.net/) + +ASP.Net development is now available on Mac and Linux, Checkout more here: +- [ASP .NET Core](https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app-xplat/start-mvc?view=aspnetcore-2.1) +