ASP.Net is an environment or technological framework for web development.
ASP.Net systems have "code behind" code where programming is done in one of the programming languages such as VB.Net or C# (C#.Net) or J# as per the user's choice. ASP.Net supports 4 different kinds of programming languages as "code behind" code.
ASP.Net system have 2 distinct programming components.
Web pages which are .aspx files which are rendered to client machines using HTML like formats.
Web page side code is coded in HTML, DHTML or even using javascript.
Server side code is called "Code behind".
Both web pages and server side code that is
web page side code and "Code behind" together make ASP.Net software system.
To run ASP.Net systems on the web server you need .Net framework or equivalent. On the client side IE or similar compatible browser with sufficiently higher version is sufficient.
Is asp.net a language by itself or asp.net is coded using c#.net?
ASP.NET is a framework, not language.
ASP.NET leverages the multi-language capabilities of the .NET CLR, allowing web pages to be coded in VB.NET, C#, J#, etc.
Why don't u just google it, takes less than submit a question here.. or this is called socializing? :)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment