From f423f0449598ba314fad2440c192f1ba1c7a1061 Mon Sep 17 00:00:00 2001 From: Anthony Campbell Date: Sat, 27 Oct 2018 21:23:05 -0500 Subject: [PATCH] Add ASP.NET MVC Information (#19942) Added ASP.NET MVC site, tutorials, and interview questions article in the More Information section. --- guide/english/aspnet/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guide/english/aspnet/index.md b/guide/english/aspnet/index.md index bed015615a..618f70ce9d 100644 --- a/guide/english/aspnet/index.md +++ b/guide/english/aspnet/index.md @@ -10,12 +10,13 @@ Server-side programming languages like C# and VB .NET may be used to code the ba ASP.NET offers different frameworks for creating web applications: For e.g Web Forms and ASP.NET MVC. - #### More Information: - [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 MVC Site](https://www.asp.net/mvc/) +- [ASP .NET MVC Tutorials](https://www.tutorialspoint.com/asp.net_mvc/) +- [ASP .NET MVC Interview Questions](https://medium.com/dot-net-tutorial/top-50-asp-net-mvc-interview-questions-with-answers-1fd9b1638c61) 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) -