Files
freeCodeCamp/guide/chinese/aspnet/index.md
2018-10-16 21:32:40 +05:30

17 lines
596 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: ASPNET
localeTitle: ASPNET
---
## ASP.NET
# 概观
ASP.Net是Microsoft提供的Web开发平台。它用于创建基于Web的应用程序和使用HTMLCSS和JavaScript作为前端的网站。 像C和VB .NET这样的服务器端编程语言可用于编写后端代码。
ASP.NET提供了用于创建Web应用程序的不同框架例如Web Forms和ASP.NET MVC。
#### 更多信息:
* [ASP .NET教程](https://www.tutorialspoint.com/asp.net/)
* [ASP .NET站点](https://www.asp.net/)
* [ASP .NET Microsoft文档](https://docs.microsoft.com/en-us/aspnet/#pivot=aspnet/)