View Full Version : What is ASP.net?
nachtruhe
07-26-2010, 01:32 AM
I've heard the title tossed around like a bad whore... but I don't know what it is. x.x mind explaining?
I know, I know, my language is horrible, but it is all I can compare this to. It's like a woman who has been with all men other than myself, and yet none of them seem pleased. =\ So, there is my reasoning, and it's obvious that it is of good intention -- I mean it in a literal sense, not in a profane one.
vinyl-junkie
07-26-2010, 03:03 AM
Here is a good starting point for you to learn:
http://www.asp.net/get-started
loveindream
07-26-2010, 03:06 AM
Thanks
nachtruhe
07-26-2010, 04:05 AM
^_^ Thank you so much!!!
DustinHoffman10
08-17-2010, 01:01 PM
ASP.NET is not just the next version of ASP; it is the next era of web development. ASP.NET allows you to use a full featured programming language such as C# or VB.NET to build web applications easily.
rrajwar
08-29-2010, 12:33 PM
ASP.NET is purely server-side technology. ASP.NET code executes on the server before it is sent to the browser. The code that is sent back to the browser is pure HTML and not ASP.NET code. Like client-side scripting, ASP.NET code is similar in a way that it allows you to write your code alongside HTML. Unlike client-side scripting, ASP.NET code is executed on the server and not in the browser. The script that you write alongside your HTML is not sent back to the browser and that prevents others from stealing the code you developed.
patidarvijay
09-05-2010, 07:42 AM
ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language. The ASP.NET SOAP extension framework allows ASP.NET components to process SOAP messages.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.