如何在.NET框架中开发的Web应用程序中区分ASP.NET和C# [英] How to differentiate ASP.NET and C# in an web application developed in .NET framework

查看:86
本文介绍了如何在.NET框架中开发的Web应用程序中区分ASP.NET和C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我有一个非常基本的疑问,因为我是.NET的新手,但我对以下问题没有清楚的认识如何在.NET框架中开发的Web应用程序中区分ASP.NET和C#,或者ASP.NET应该要求C#完成它的工作,如果有人知道请教我会很好

谢谢提前。

Hi all there,

I have a very basic doubt as i am new to .NET but yet i haven't got cleared idea on the following question that How to differentiate ASP.NET and C# in an web application developed in .NET framework or where the ASP.NET should requires C# to complete it's job, if anybody knows please teach me would be greatful
Thanks in advance.

推荐答案

C#是编程语言。



ASP.Net是一个Web开发SDK /框架你用编程语言编写代码,并使用SDK来加速开发.ASP.NET是用于制作网站的.NET库的一部分。



请在谷歌做一些基础研究,你会清楚地了解它。
C# are programming languages.

ASP.Net is a Web Development SDK/Framework.You write code in a programming language and you use a SDK to speed up development.ASP.NET is the portion of the .NET library used for making web sites.

Please do some basic research in google you will get clear idea of it.


C#是一种CLS编程语言,专为.NET框架。 ASP.NET是.NET框架的一部分,允许您使用任何符合CLS的语言编写Web应用程序,例如C#,VB.NET,F#,...



你所说的原始asp语言叫做Classic ASP,它不是一种语言。它是使用VBScript和JScript语言开发Web应用程序的框架。它现在被认为是已弃用的技术,Microsoft建议使用ASP.NET开发新的应用程序。



更多信息



https://www.classle.net/content-page/difference-between- csharp-and-aspnet [ ^ ]

http://programmers.stackexchange.com/questions/44810/relationship-between-c-net-asp-asp-net-etc [ ^ ]
C# is a CLS programming language designed for the .NET framework. ASP.NET is part of the .NET framework allowing you to write web applications using any CLS compliant language such as C#, VB.NET, F#, ...

What you are referring to original asp language is called Classic ASP and it is not a language. It is a framework for developing web applications using VBScript and JScript languages. It is now considered deprecated technology and Microsoft recommends using ASP.NET for developing new applications.

More information

https://www.classle.net/content-page/difference-between-csharp-and-aspnet[^]
http://programmers.stackexchange.com/questions/44810/relationship-between-c-net-asp-asp-net-etc[^]


这篇关于如何在.NET框架中开发的Web应用程序中区分ASP.NET和C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆