Ajax, Web 2.0, and a little .NET?

ForumPurely Programmers

Melde dich bei LibraryThing an, um Nachrichten zu schreiben.

Ajax, Web 2.0, and a little .NET?

Dieses Thema ruht momentan. Die letzte Nachricht liegt mehr als 90 Tage zurück. Du kannst es wieder aufgreifen, indem du eine neue Antwort schreibst.

1haxrchick
Bearbeitet: Mai 30, 2008, 1:20 pm

Okay, this group is looking pretty dead here people, so thought I'd make an attempt to revive it a bit. Is anyone out there building any web 2.0/social networking type sites? Or what about using Ajax for other types of web applications?

If so, what are you building? And what language are you building it in?

I mostly do Java for web apps, but I want to get some more .NET experience and I thought it would be fun to play around with Ajax and some Web 2.0 type interfaces. So, am looking at various books - any suggestions would be appreciated!

Ajax in Practice
C# 3.0 in a Nutshell
Programming Collective Intelligence - very cool book about machine learning and aggregating user data and such for building web 2.0 apps
Building a Web 2.0 Portal with ASP.NET 3.5 - hmm, well, it looked like just the thing i was looking for but after purchasing it I see it's rating is pretty low here on LT

These all look good, but I feel like I could really use some help in understanding the .NET Framework view of the world, I understand the MVC way we do things in Java/JEE doesn't quite make sense in the world of ASP.NET. Any ideas....?

2ethanw
Aug. 14, 2009, 3:08 pm

The only c# book I have been impressed with has been the Jesse Liberty book.

3incandescent
Aug. 14, 2009, 3:33 pm

I would give you a warning about understanding "the .NET Framework view of the world" - basically there are two competing views.

There is the view which has traditionally espoused by Microsoft which tends to result in badly architected software which is difficult to maintain and understand but whose proponents will claim makes it faster, more standard etc.

There is another view, usually called "Alt.net" which pretty much ignores the Microsoft view of the world and relies on more standard concepts commonly used by Java developers amongst others. This results in the use of many open source frameworks and tools like NHibernate, Spring.NET, NUnit etc and the ideas put forward by people like Kent Beck and Martin Fowler.

Microsoft has gradually started to come round to that way of thinking with its enterprise libraries, patterns and practices etc but there's a way to go yet.

Sadly most of the mainstream books on C# concentrate purely on what Microsoft provides out of the box and ignore all the stuff that professional .Net developers really do need to know about.

4incandescent
Aug. 19, 2009, 10:09 am

I just finished reading Professional ASP.NET MVC 1.0 which covers Microsoft's new(ish) MVC framework which seems infinitely preferrable to standard web forms and includes some discussion of Ajax too. Recommended.

5Makis
Sept. 14, 2009, 6:50 am

Is there even a remote attempt at following common standards in that book?