asp.net最有前途的web开发"语言"
Microsoft简介
【来自微软官方,作为本文参考】
It's hard to believe that Microsoft is already 30 years old. The company that made Redmond, Washington, a household name was actually founded in 1975 in another city by two young Seattle men, one of whom was a college dropout. From this inauspicious beginning came an equally improbable vision: A personal computer on every desk and in every home. Thirty years later, it seems so obvious. But at the time, when only a handful of people knew what a personal computer was, it was a great leap of faith and daring.
This revolutionary idea not only made technology a powerful tool for all of us, it also created a new industry that changed our world. Today, we continue to expand the possibilities of personal computing by developing new ways to empower our customers anytime, anywhere, and on any device.
The Microsoft Visitor Center timeline documents some of the most critical turning points along our 30-year journey.
asp.net简介
ASP.NET (originally called ASP+) is the next generation of Microsoft's Active Server Page (ASP), a feature of their Internet Information Server (IIS). Both ASP and ASP.NET allow a Web site builder to dynamically build Web pages on the fly by inserting queries to a relational database in the Web page. ASP.NET is different than its predecessor in two major ways: it supports code written in compiled languages such as Visual Basic, C++, C#, and Perl, and it features server controls that can separate the code from the content, allowing WYSIWYG editing of pages. Although ASP.NET is not backwards compatible with ASP, it is able to run side by side with ASP applications. ASP.NET files can be recognized by their .aspx extension.
ASP.NET 是微软所提供的网站开发技术。程式设计师可以利用这些技术建置一个网站/页应用程式。
论证结束,谢谢阅读。 from:asp学习网/title:asp.net最有前途的web开发"语言"/ time:2007-4-30 23:02:49
本文主题web开发