freeCodeCamp/guide/chinese/aspnet/index.md

17 lines
596 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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