by Van
18. April 2015 13:53
The slides for my presentation can be found at : http://1drv.ms/1IV97tQ
The code for my presentation can be found at : http://1drv.ms/1IV9nJf
by Van
17. March 2010 15:10
The second day of MIX10 started with a Keynote. The day two keynote stated with the IE team. One of the main things they demonstrated is IE9 working with HTML5. Showing how IE9 with the new Window7 hardware can take advantage to it for better performance especially with video.
The Gu was back again for the second day taking about The improvements in ASP.NET 4.0, ASP.NET MVC 2.0.
We then saw great demos with Odata using the new Netflix feed.
To finish up the keynote was Bill Buxton who did a great talk on Natural User Interfaces.
My first session of the day was “OData: There's a Feed for That”. This session talked about how “OData” started at MIX07 with a session on Project Astoria, It then became ADO.NET Data Services with Visual Studio 2008. This session show using “Odata” in Excel 2010 with the power pivot plug-in. They also demonstrated converting Sharepoint 2010 List into an OData feed.
My next session was “Developing with WCF RIA Services Quickly and Effectively”. This was favorite session of the day. They showed some very good real world examples for using RIA services. Show how to use the MVVM pattern; demonstrated using authorization; doing validations. The best part for me was when he demonstrated RIA service on the windows phone.
My last session of the data was “Implementing OData: How to Create a Feed for That”. He started off showing Pivot on top of “Odata”. The demonstration how you control your data that you expose as an “Odata” feed.
by Van
16. March 2010 15:10
This is my fourth MIX conference, missing the first one. This is the first sold out MIX. The excitement is all due to the Window Phone announcement.
The day started out as all MIX conferences (actually all conferences) does with the keynote. Scott Gu gave the first day keynote as he has done in all of the MIX conferences I have been at. His first bit of news was SilverLight 4 RC is now available. The best part of this announcement was that we can build SilverLight 4 applications with Visual Studio 2010 RC. This was not a surprise but what I had expected and would have been disappoint if not been release today.
But the star of the keynote was Windows Phone. They demonstrated the new platform; the ease of building compelling applications. This platform uses silverLight and/or the XNA framework. They showed how you can build an application that runs on the PC, Zune, Xbox and the new Windows Phone platform. The real beauty of this is that any .Net developer can start doing this today. Of course the tools for Windows Phone development are available now.
My session of the day was “Beyond File | New Company: From Cheesy Sample to Social Platform”. In the session they took the “NerdDinner” ASP.Net MVC sample and changed it to a more compelling application using iCal, Open Auth, Odata, bolg flairs, etc. Look at the code at http://www.codeplex.com/site/search?projectSearchText=nerddinner.
My last session of the day was “Understanding the Model-View-ViewModel Pattern”. This session did give me a better understanding of the MVVM pattern. The speaker had created a framework to help with creating MVVM applications. He talks about how this pattern is good for SilverLight applications. His focus was building the view part of the application in Blend.