It's just one of the many .net languages! It has far more power than regular asp.net and, once you're good with it, should allow the developer greater flexibility for websites over regular asp.net (for instance it will automatically find out your browser type and display the page appropriate to that browser, instead of you manually writing code for that). Also it allows you to easily access VB.net or C# capabilities, since the actual asp.net code is no longer vbscript or javascript or whatever (though you can still use them), but the meat of the processing is done behind the page. In this sense the asp page is no longer a mess of user interface and code, but rather ideally it's all user interface on one layer, and the logic of the application at another (rather like an old Visual basic application is).Originally posted by: Aharami
ASP.NET? is that the same .NET?
Hopefully somebody else can come in and fix up the various mistakes I surely made 😉Originally posted by: Namuna
Thanks for the solid info skoorb.
How can they get rid of the browser? Would you simply hit start > run, then type in an address and your comp would download a thin client specific to that provider of info? Cause that sounds like a browser! I don't really see how you could get around it...Originally posted by: royaldank
.NET is cool and a big step, but probably not what MS ultimately wants. From recent articles I've read, the .NET platform is going to undergo another big change. Idealy, MS wants to get rid of the web browser and have all applications run server to client without the need of a web browser. Evidence to back this up is the lack of IE upgrades and work the last year or two. .NET, while cool, still presents lots of problems and is somewhat hard for even some programmers to understand without extensive studying.
Good info, except ASP.NET is not a language. Just like ASP was not a language. ASP pages were written in javascript or VBScript. ASP.NET applications are written in any of the .NET languages. Most commonly, C# or VB.Net.Originally posted by: Skoorb
It's just one of the many .net languages! It has far more power than regular asp.net and, once you're good with it, should allow the developer greater flexibility for websites over regular asp.net (for instance it will automatically find out your browser type and display the page appropriate to that browser, instead of you manually writing code for that). Also it allows you to easily access VB.net or C# capabilities, since the actual asp.net code is no longer vbscript or javascript or whatever (though you can still use them), but the meat of the processing is done behind the page. In this sense the asp page is no longer a mess of user interface and code, but rather ideally it's all user interface on one layer, and the logic of the application at another (rather like an old Visual basic application is).Originally posted by: Aharami
ASP.NET? is that the same .NET?
Yeah I guess that's true 🙂Originally posted by: Shanti
Good info, except ASP.NET is not a language. Just like ASP was not a language. ASP pages were written in javascript or VBScript. ASP.NET applications are written in any of the .NET languages. Most commonly, C# or VB.Net.Originally posted by: Skoorb
It's just one of the many .net languages! It has far more power than regular asp.net and, once you're good with it, should allow the developer greater flexibility for websites over regular asp.net (for instance it will automatically find out your browser type and display the page appropriate to that browser, instead of you manually writing code for that). Also it allows you to easily access VB.net or C# capabilities, since the actual asp.net code is no longer vbscript or javascript or whatever (though you can still use them), but the meat of the processing is done behind the page. In this sense the asp page is no longer a mess of user interface and code, but rather ideally it's all user interface on one layer, and the logic of the application at another (rather like an old Visual basic application is).Originally posted by: Aharami
ASP.NET? is that the same .NET?
Originally posted by: Skoorb
How can they get rid of the browser? Would you simply hit start > run, then type in an address and your comp would download a thin client specific to that provider of info? Cause that sounds like a browser! I don't really see how you could get around it...Originally posted by: royaldank
.NET is cool and a big step, but probably not what MS ultimately wants. From recent articles I've read, the .NET platform is going to undergo another big change. Idealy, MS wants to get rid of the web browser and have all applications run server to client without the need of a web browser. Evidence to back this up is the lack of IE upgrades and work the last year or two. .NET, while cool, still presents lots of problems and is somewhat hard for even some programmers to understand without extensive studying.
Originally posted by: Shanti
Good info, except ASP.NET is not a language. Just like ASP was not a language. ASP pages were written in javascript or VBScript. ASP.NET applications are written in any of the .NET languages. Most commonly, C# or VB.Net.
Originally posted by: royaldank
I was a bit off on the browser ambitions. Looks to be more of an intranet solution they are developing. I quoted a paragraph from a pretty neat article discussing the next VS.NET versions.
Whidbey takes .NET's WinForms model much further than before with support for improved development and deployment models. You'll probably never again write Web browser-based applications for intranet use once Whidbey is released. Why use a browser with a stunted UI and lame client-side scripting to host an application, when you can have a rich forms-based interface with no deployment to the client other than the .NET Framework? It's probably safe to assume this is exactly what Microsoft had in mind when it announced it's no longer doing any serious work on new versions of Internet Explorer.
From this article: http://www.ftponline.com/vsm/2004_01/magazine/features/kiely/default.aspx
Originally posted by: Skoorb
Hopefully somebody else can come in and fix up the various mistakes I surely made 😉Originally posted by: Namuna
Thanks for the solid info skoorb.
What's ".NET" all about?