Fixed a typo (#20569)

Removed redundant "For".

E.g. is short for exempli gratia which means “for the sake of example. ” We take this to mean simply “for example.” So if you write for e.g., you are in effect writing "for for example".
This commit is contained in:
Karol Skrobot
2018-10-31 15:20:16 +00:00
committed by Christopher McCormack
parent 501e789b77
commit 037d515f28

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: For e.g Web Forms and ASP.NET MVC.
ASP.NET offers different frameworks for creating web applications, e.g. Web Forms and ASP.NET MVC.
#### More Information:
- [ASP .NET Tutorials](https://www.tutorialspoint.com/asp.net/)