[Gabyslaw] Added other frameworks to the article (#20926)

This commit is contained in:
gabyslaw
2018-11-17 22:37:46 +01:00
committed by Manish Giri
parent 263f53e468
commit 64020be179

View File

@ -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/)