Future of ASP.NET?

  • Thread starter Thread starter Wookie
  • Start date Start date
W

Wookie

I have to write a section on where the ASP.NET might evolve to: possibly
covering emerging ideas/theory, new uses, approaches or applications or the
potential of integration with other topic areas.

Can anyone help or point me in the right direction?

Cheers.
 
Maybe this will give you some ideas :

"Visual C# Developer Center : Future Versions" :
http://msdn.microsoft.com/vcsharp/future/

"C# 3.0 introduces several language extensions that build on C# 2.0
to support the creation and use of higher order, functional style class libraries.

The extensions enable construction of compositional APIs that have equal
expressive power of query languages in domains such as relational databases and XML."

C# 3.0 features extension methods, lambda expressions, type inference,
anonymous types and the .NET Language Integrated Query.

Since what ASP.NET 3.0 will be closely related to its language's
functionalities, you could maybe project some application for its new features.




Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
 
I have to write a section on where the ASP.NET might evolve to: possibly
covering emerging ideas/theory, new uses, approaches or applications or the
potential of integration with other topic areas.

Take a look at AJAX , ATLAS technology. You can find some info :
beta.asp.net/atlas
Jarod
 
re:
Not about Atlas but about AJAX.Net

Dan's presentation was about Atlas, not Ajax.
Believe me, Atlas will do a lot more in ASP.NET than Ajax ever will.

However, the best documentation/demo for Ajax in ASP.NET
was written by our fellow frequenter here, Karl Seguin :

http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/ASPNetSpicedAjax.asp




Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Espanol : http://asp.net.do/foros/
======================================
 
Not about Atlas but about AJAX.Net
Dan's presentation was about Atlas, not Ajax.
Believe me, Atlas will do a lot more in ASP.NET than Ajax ever will.

I know that Atlas is going to be something more then just another Ajax
library. But I meant the project that Scott developed looked really cool. I
didn't believe that I am looking at website.
Jarod
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top