Thanks everyone for the incredible amount of feedback that I got after my two talks at MIX last week -- I'm still receiving emails. I've added links to the video recordings of the talks below:

ASP.NET 4.0: What's Next?

ASP.NET: Taking AJAX to the Next Level

Here are the links to the slides and code samples:

ASP.NET 4.0: What's Next?

ASP.NET: Taking AJAX to the Next Level

Realize that the code from the ASP. NET 4.0 Talk requires Visual Studio 2010 -- so you won't be able to do much with it without Visual Studio 2010 other than take a look at the code in Notepad.

If you liked this blog post then please Subscribe to this blog.
posted on Sunday, March 22, 2009 9:44 AM | Filed Under [ AJAX ASP.NET ASP.NET MVC Talks ]

Comments

Gravatar
# re: MIX Slides, Code, and Session Recording
Posted by Andy
on 3/22/2009 11:25 AM

Thanks for the detailed ASP.NET 4.0 AJAX samples - live binding, templates and ADO.NET Data Services client side contexts look very cool. In fact pretty mind blowing. I'd quite like to see a side by side sample where the client forms UI is in both HTML (eg. ASP.NET MVC/WebForms) and Silverlight, with richer editing in the latter. Really showing how the server side components can be reused (mainly ADO.NET Data Services stuff I suppose).
Gravatar
# re: MIX Slides, Code, and Session Recording
Posted by JoeReynolds
on 3/22/2009 1:35 PM

Like Andy, I really liked the ADO.NET Data Services example. I think that was the last one you did. I downloaded the code and it runs perfect in my VS 2008 sp1.<br /><br />Would the use of JSON returns in MVC controller be as effective/fast as using a web service? I'm assuming all this can be implemented in MVC.<br /><br />I am disappointed in that again the demos fail to include paging throught the database. Any site worth writing code for is going to require some paging... paging that works with ajax or without javascript.<br /><br />You mentioned how easy it was to make the demos SEO friendly but I did not see that implemented in the demos.
Gravatar
# re: MIX Slides, Code, and Session Recording
Posted by JoeReynolds
on 3/22/2009 1:46 PM

Another question. Your demos all use dataview. Is it possible to use a repeater? If so, any chance a repeater view could be added to the demos?
Gravatar
# re: MIX Slides, Code, and Session Recording
Posted by Fawad
on 3/22/2009 10:31 PM

This guy has some really good teaching skills. He explains everything very clearly. I just watched the first video. Now I shall watch the second one :)<br /><br />Thanks Stephen!
Gravatar
# re: MIX Slides, Code, and Session Recording
Posted by Dave R.
on 3/23/2009 3:51 AM

Any chance of putting your slides up on slideshare so we can view them without the download? Thanks :)
Gravatar
# re: MIX Slides, Code, and Session Recording
Posted by Lee Timmins
on 3/23/2009 9:52 AM

I would also like to see examples of paging and sorting. I like that i can easily filter my data without the use of an UpdatePanel. The other important use i have for the UpdatePanel is that when i wrap it around my ListView it handles any sorting an paging without any postbacks.<br /><br />If i could do both these scenarios with the client side templates then that would be great.
Gravatar
# re: MIX Slides, Code, and Session Recording
Posted by MedicalStudents
on 3/23/2009 6:57 PM

Stephen,<br /><br />When will be your next talk will be published? Will definately wanna be the first person to watch. Thank you in advance.
Gravatar
# re: MIX Slides, Code, and Session Recording
Posted by Jack
on 3/24/2009 3:08 AM

I prefer to use notepad to have a preview instead of take a VSTS 2010, :)
Gravatar
# re: MIX Slides, Code, and Session Recording
Posted by Alexander Taran
on 3/24/2009 3:18 AM

I must say that your mix sessions were awesome. As it was said earlier - MS Ajax 4.0 showcase is mindblowing. Great Job done there. You are a true magician, Stephen.
Gravatar
# re: MIX Slides, Code, and Session Recording
Posted by rick
on 3/28/2009 12:54 PM

Why are you guys pushing Vs 2010 and .net 40<br />when there is no way to try any of it I need VS 2010 to try any of it and there is not a woring model of VS 2010 to be had that will work 10 hrs of down loading and installing to see a splash screen of VS 2010 and a notice to buy VS 2008 team edition When is a working model of VS 2010 going to be released
Comments have been closed on this topic.