Question:
what is the reason to name ".net"(programming language) like that?
ram
2006-04-30 19:42:48 UTC
We have a programming environment called ".net" frame work developed by microsoft.I want to the reason behind nomanclature ".net".
Five answers:
2006-04-30 19:49:30 UTC
Advantages of ASP.NET over ASP:



Compiled code means applications run faster with more design-time errors trapped at the development stage.



Significantly improved run-time error handling, making use of exceptions and try-catch blocks.



User-defined controls allow commonly used templates, such as menus.



Similar metaphors to Windows applications such as controls and events, which make development of rich user interfaces, previously only found on the desktop, possible.



An extensive set of controls and class libraries allows the rapid building of applications.



ASP.NET leverages the multi-language capabilities of the .NET CLR, allowing web pages to be coded in VB.NET, C#, J#, etc.



Ability to cache the whole page or just parts of it to improve performance.



Ability to use the "code-behind" development model to separate business logic from presentation.



If an ASP.NET application leaks memory, the ASP.NET runtime unloads the AppDomain hosting the erring application and reloads the application in a new AppDomain.



Session state in ASP.NET can be saved in a SQL Server database or in a separate process running on the same machine as the web server or on a different machine.



That way session values are not lost when the web server is reset or the ASP.NET worker process is recycled.





Disadvantages to other platforms:



The server framework runs natively on Microsoft IIS 5.0 or higher and Cassini, a web server developed in .NET (shipped with WebMatrix, a free ASP.NET 1.1 development environment, and Visual Studio 2005); however it can run on Linux on any of the alternative frameworks based on the ECMA standard. The most well known one is Mono Project, a free/opensource framework.



Previous versions of ASP.NET (1.0 and 1.1) were criticized for their lack of standards compliance. The generated HTML and JavaScript sent to the client browser would not always validate against W3C/ECMA standards. In addition, the framework's browser detection feature sometimes incorrectly identified web browsers other than Microsoft's own Internet Explorer as "downlevel" and returned HTML/JavaScript to these clients that was crippled or broken. However, in version 2.0, all controls generate valid HTML 4.0, XHTML 1.0 (the default), or XHTML 1.1 output, depending on the site configuration, detection of standards-compliant web browsers is more robust, and support for Cascading Style Sheets is more extensive.



While ASP.NET 2.0 now produces markup that passes validation, it is debatable as to whether it increases accessibility (one of the benefits of a semantic xhtml page + css representation). Several controls (Login controls in particular, but also the new Wizard Server Control) use html tables to layout components which can confuse screen readers. Extensive use is also made of "inline" css rules (e.g. in the Calendar Server Control) which makes it impossible to fully separate content and styling.







Also check out:

http://www.asp.net/whitepaper/whyaspnet.aspx?tabindex=0&tabid=1
supersubra
2006-04-30 19:50:57 UTC
.net was coined at the time when internet was booming and microsoft wanted a counterpart software for challenging JAVA. So they created a totally new architecture which can work in distributed network system as well as client server based system with lot of basic functions (more than 30000 to my knowledge) built within the framework which will serve across the languages like C# (c sharp) vb.net asp.net etc.
JayMonster
2006-04-30 19:50:11 UTC
The DotNet Framework was just the name Microsoft gave to its new architechture attempting to show that the architecture was "Internet Development Friendly" and away from the dreaded "ActiveX". Why? Somebody in marketing thought it was a good name, although many search engines and people trying to look for information on it will disagree as it really tended to mess with searching until people started to referring to it as "DotNet" as opposed to ".Net".



The architecture is designed to work across both local computer to the Internet, which is why the you will hear everything within Microsoft's tools referred to as "DotNet" including VB.NET, C#.Net, ASP.NET and ADO.NET
2016-10-17 01:26:05 UTC
i could advise C++, it rather is incredibly a lot everywhere. Java is likewise an incredible starter language. between C++ and Python, i could circulate with C++. i do no longer understand approximately being rather easier, even though it rather is greater commonplace. i could get a e book on C++ in case you prefer to check it. Youtube is large, even though it rather is not as sturdy as a textbook or a lecture room. surely initiate experimenting now, see in case you will get your palms on a compiler so which you may make and run some ordinary classes. source code is the code that people work together with. placed only, computers study gadget code, and people study source code. as quickly as we write a software, we are writing the source code. as quickly as we deliver mutually that software, the compiler interprets it right into a language that the workstation is conscious, yet people cant. gadget code is a lot greater particular than source code, and is extremely complicated for people to appreciate. source code, although, is a lot easier to manage and artwork with. whilst somebody asks to work out your source code, meaning they like to work out the code on your software which you wrote in the previous you compiled it into gadget code (which no person needs to study).
jesusfreak0318
2006-04-30 19:44:08 UTC
.com is a company

.org is an organization

.biz is a business and

.net is a network



is that what you were asking?


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...