From 64020be17918caa786e444380487ecc74d6addc6 Mon Sep 17 00:00:00 2001 From: gabyslaw <35562700+gabyslaw@users.noreply.github.com> Date: Sat, 17 Nov 2018 22:37:46 +0100 Subject: [PATCH] [Gabyslaw] Added other frameworks to the article (#20926) --- guide/english/aspnet/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/aspnet/index.md b/guide/english/aspnet/index.md index feeb191a0d..cd32534318 100644 --- a/guide/english/aspnet/index.md +++ b/guide/english/aspnet/index.md @@ -8,7 +8,7 @@ title: ASPNET ASP.Net is a web development platform provided by Microsoft. It is used for creating web-based applications and websites using HTML, CSS, and JavaScript as front end. Server-side programming languages like C# and VB .NET may be used to code the back end. -ASP.NET offers different frameworks for creating web applications, e.g. Web Forms and ASP.NET MVC. +ASP.NET offers different frameworks for creating web applications, e.g. Web Forms, ASP.NET MVC, ASP.NET Web API, SignalR etc. #### More Information: - [ASP .NET Tutorials](https://www.tutorialspoint.com/asp.net/)