AJAX 4.0: Rich Internet Applications Come of Age
Don Kiely
Level: 200 - Intermediate Pre-requisites: Good understanding of AJAX (ASP.NET AJAX or others)
Abstract:The ASP.NET team at Microsoft just never sits still. They are enhancing the AJAX features of ASP.NET with great new stuff like client-side template rendering, declarative instantiation of behaviors and controls, a DataView control, markup extensions, and new bindings. Everything is in flux, but there are few parts of ASP.NET as exciting as what is coming down the road. During this session we’ll explore these new features as implemented in the current release and see how you can make your Web applications an even better experience for users. Microsoft’s plans for AJAX will blow your mind! |
Building Behaviors in Silverlight 3
Shawn Wildermuth
Level: 200 - Intermediate Pre-requisites: Some Silverlight Knowledge
Abstract:The ability to attach verbs to objects in Silverlight 3 represents a powerful extension to the data bound model. In this talk I will build a Behavior using managed code then and show how it works in Blend 3 and XAML.
|
Building rich internet applications with Flash Builder and .NET
Alex van Beek
Level: 200 - Intermediate Pre-requisites: Bekend met Actionscript (3) en/of .NET
Abstract:In deze sessie gaan wij zien hoe je een Flex applicatie kunt integreren met een .Net server. Wij gaan kijken naar WCF, in combinatie met de nieuwe Flash Builder Data Centric Development features en de opensource oplossing FluorineFx. De verschillen tussen deze oplossingen zullen naar boven komen, maar ook redenen voor een Flex oplossing i.p.v. een Silverlight oplossing.
Sessie wordt gegeven door Alex van Beek en Jan van Valen. |
De ultieme gebruikerservaring
Joost Nuijten
Level: 100 - Beginners Pre-requisites:
Abstract:Al eeuwen lang wordt er nagedacht hoe gebruikersvoorwerpen zo vormgegeven kunnen worden dat deze op een prettige wijze te hanteren zijn. Het domein van de industriële ontwerper. Computer en internet zijn van een gadget veranderd in noodzakelijke gereedschappen die we dagelijks nodig hebben. Zowel zakelijk als privé. Het opvallende is dat pas de afgelopen vijf jaar echt aandacht wordt besteed hoe applicaties (desktop en web) zo te ontwerpen zijn dat ze ook daadwerkelijk prettig in gebruik zijn. Dé opkomst van interactieontwerp. In deze sessie kijken hoe we de ultieme gebruikerservaring kunnen leveren. Je hoeft geen ontwerper te zijn om dat te kunnen. Het gaat vooral om 'common sense'. |
Een introductie tot Rich Internet Applications
Joost Nuijten
Level: 100 - Beginners Pre-requisites:
Abstract:In 2003 werd door Macromedia (nu Adobe) de term 'Rich Internet Application' geïntroduceerd. Een nieuwe denkwijze over hoe webapplicaties zouden moeten werken en hoe ze gebouwd moeten worden. Toen vooral gekoppeld aan Flash. Dit was met name de reden dat het niet grootschalig opgepakt werd, omdat Macromedia en Flash geassocieerd werd met designtools. Pas nu is er grote belangstelling voor RIA. Met name door de inzet van Silverlight Microsoft en JavaFX van Sun. In deze sessie zullen we kijken wat een RIA nu écht inhoud en zullen we een vergelijking doen tussen de belangrijkste RIA-technologieën. |
Interactive video expierences
Christoph Rooms
Level: 100 - Beginners Pre-requisites:
Abstract:Video wordt een steeds belangrijker onderdeel op het internet. Deze sessie bespreekt de onderdelen en mogelijkheden voor het ontwikkelen van (interactieve) video applicaties met behulp van het Adobe Flash Platform.
Sessie zal gegeven worden door Christoph Rooms. |
Raising the UX Bar with ASP.NET MVC and jQuery
Nik Kalyani
Level: 300 - Advanced Pre-requisites: Familiarity with ASP.NET MVC and Javascript.
Abstract:jQuery has broad acceptance as the framework of choice for DOM manipulation and creation of engaging user interfaces. In this session, you will learn how to use jQuery UI widgets and theming to greatly improve the user experience of your ASP.NET MVC application. We will focus on common UI patterns and learn how to use them to create visually exciting and highly usable applications. |
Revenge of the Client: AJAX 4.0 Data Binding
Don Kiely
Level: 300 - Advanced Pre-requisites: Good understanding of AJAX (ASP.NET AJAX or others) and ASP.NET databinding
Abstract:AJAX 4.0—scheduled to release as part of Visual Studio 2010—is introducing a lot of nice new features, but none are as revolutionary and interesting as its support for data binding. By using data binding and client templates, along with a few other new features, you can create a complete, robust data application all within an HTML page loaded in the browser. The pages can have full CRUD support—the standard Create, Retrieve, Update, and Delete database operations. This session will explore these new data binding features, and look at a complete application that works with SQL Server data, entirely within “static” HTML pages. These new client-side features open up great possibilities for rich, client-side data applications. |