MIX09: .NET RIA Services - Building Data-Driven Applications with Microsoft Silverlight and Microsoft ASP.NET
  • Video is free for view
  • Video is available for download
View_video

Learn how Microsoft is simplifying the traditional n-tier application pattern by bringing together ASP.NET and Silverlight. Learn about patterns for working with data, implementing reusable and independently testable application logic, and application services that readily scale with growing requirements.

Nikhil Kothari

Nikhil Kothari is a software architect in the .NET Developer Platform group within Developer Division at Microsoft. During his 10 years at Microsoft, Nikhil has focused on the Web platform, and has contributed to the design and development of .NET and ASP.NET since their inception, as well as various features in IIS7 and Visual Studio products. He is responsible for the server control framework in ASP.NET, initiated and led the development of ASP.NET AJAX, and now plays a key role in the programming model aspects of the Silverlight platform. He is the author of "Developing Microsoft ASP.NET Server Controls and Components", and is also responsible for starting and working on a number of innovative projects such as Web Matrix, Script#, Web Development Helper, and most recently Facebook.NET. He has presented at various Microsoft and industry conferences. Beyond a deep passion for developer tools and frameworks, Nikhil is enthusiastic and interested in digital photography. His blog is athttp://www.nikhilk.net.



 
Get Microsoft Silverlight

Tags: MIX09, Full Breakout, RIA, Scalability, ASP.NET, .NET Framework, Frameworks, Web Services, Development, Conferences, Microsoft, Silverlight, Technologies, Companies

Level: any Date: April 15, 2009 Votes: 0 User: Dmytro Shteflyuk  Comments:
 
 

1 Response(s) to this entry

Subscribe to comments with RSS.

 
 
gauravsinghal1987  (2009-05-13)

how we can use this code

DataLoadOptions options = new DataLoadOptions();

        options.LoadWith(p => p.Category);
        options.LoadWith(p => p.Vendor);
        Context.LoadOptions = options;

with ADO .net entity data model