|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
15 Articles match "Events","Silverlight"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Silverlight 3
You'll get answers to these questions: How does Silverlight compare to Flash, AJAX, and WPF? How can I build custom controls for use in Silverlight? How do I use Expression Blend to get the most out of Visual State Manager and Silverlight 3 Behaviors? Learn to build Rich Internet Applications with Microsoft Silverlight. Microsoft Silverlight brings Rich Internet Application (RIA) development to the.NET platform. The course focuses on Silverlight 3, which includes a scaled-down.NET runtime engine and library. All materials supplied.
DevelopMentor Courses
- Wednesday, June 17, 2009
Essential Silverlight 2
You&aposll get answers to these questions: How does Silverlight compare to Flash, AJAX, and WPF? How can I build custom controls for use in Silverlight? Learn to build Rich Internet Applications with Microsoft Silverlight. Essential Silverlight 2 Day 1 Introduction In this first module, you will gain a high-level understanding of Silverlight: its positioning, capabilities, and development tools. You will also see how Silverlight compares to other rich web-enabling technologies such as AJAX and Flash/Flex. Well, Silverlight?s
DevelopMentor Courses
- Friday, June 12, 2009
Virtual Advanced Silverlight Training
You'll get answers to these questions: How do I apply the MVVM pattern to Silverlight? How can I build custom controls for use in Silverlight? Learn to build Rich Internet Applications with Microsoft Silverlight. Data Binding All good UI technologies support declarative data binding, and Silverlight is no exception. In fact, it is fair to say that data binding is the most important aspect of Silverlight development. Data Presentation The Silverlight SDK and toolkit contains numerous controls for displaying data and capturing user input.
DevelopMentor Courses
- Wednesday, June 2, 2010
|
20 Articles match "Events","Silverlight"
|
The Latest from DevelopMentor
|
MORE
|
|
Silverlight 4 and ICommand
Silverlight 4 offers the opportunity to databind against a command. This is useful in MVVM scenarios. null ) { _executeMethod( parameter ); } } #endregion } #endregion QuickCommand. The Quick command allows you to assign a lambda expression to a ICommand property like this: public class MainView { public MainView() { About = new QuickCommand( c => MessageBox.Show( "© Develop-one, 2010" ) ); } public ICommand About { get; set; } }. Sweet!
The Blomsma Code
- Monday, May 24, 2010
MSDN Roadshow in Maine
Almost manage to miss it in my inbox, but I just signed up for the Maine MSDN Roadshow event! Fore!” – Slicing Into What’s New in Silverlight 4. Silverlight is all about driving your applications into the fairway of user experience. Silverlight 4 tees up many new features to help you create rich applications that will hook your customers’ interest. It’s Your Call” – Windows Phone 7, Silverlight, and XNA. It will be held on May 11th in Augusta, ME with thanks to State of Maine (John rules!) The Agenda: A Payload of Awesomeness. Sign up here.
The Blomsma Code
- Friday, May 7, 2010
MSDN Roadshow in Maine
Almost manage to miss it in my inbox, but I just signed up for the Maine MSDN Roadshow event! Fore!” – Slicing Into What’s New in Silverlight 4. Silverlight is all about driving your applications into the fairway of user experience. Silverlight 4 tees up many new features to help you create rich applications that will hook your customers’ interest. It’s Your Call” – Windows Phone 7, Silverlight, and XNA. It will be held on May 11th in Augusta, ME with thanks to State of Maine (John rules!) The Agenda: A Payload of Awesomeness. Sign up here.
The Blomsma Code
- Friday, May 7, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Using Model – View – ViewModel with Silverlight
have found it extremely easy to use when developing very different applications and have used the design pattern recently in both ASP.NET, WPF and Silverlight applications. Even thought the UI technology used doesn't change the basic MVVM pattern there are some subtle differences, like not easily being able to use ICommand in Silverlight, so I decided to create a small Silverlight sample. The basic structure goes like this: The user interacts with a View, implemented as a Silverlight user control. Tags: NET DevCenter WPF Silverlight 11: {. 13: set. 14: {.
The Problem Solver
- Tuesday, April 7, 2009
-
Using dynamic objects in Silverlight 4
Note: This blog post is written using Silverlight 4.0 RC 1 One of the cool new features in Silverlight 4 is the ability to data bind to indexed properties. public event PropertyChangedEventHandler PropertyChanged; }. Another thing was the property name that is used with the INotifyPropertyChanged.PropertyChanged event. Tags: NET Silverlight ASP.NET VS2010 This means that even if you don’t know at design time what properties you data object has you can still data bind to them. Creating the class to data bind to is simple. get; set; }. public Person(). {. Enjoy!
The Problem Solver
- Monday, April 12, 2010
-
Presentations from last weeks Augusta Developer Event
Here are the two presentations I did at last weeks Augusta Developer Event. 02-24-2010 MDN - Silverlight and Section 508 compliance.pptx. Tags: NET Silverlight 02-24-2010 MDN - Choosing between WinForms, WPF, ASP.NET, Silverlight.pptx.
The Blomsma Code
- Tuesday, March 2, 2010
-
Surface at the last Software Developer Event
At the end of June we will have the next big event Cu there. BTW you can find more pictures from the event here. Tags: NET WPF Silverlight SDN As was to be expected the Surface machine at the last SDE was a big success and with lots of people wanting to have a go at it. Nice to see the interest. And I am grateful Martin Tirion from the Dutch Microsoft office let us borrow the machine for a day. www.TheProblemSolver.nl Wiki.WindowsWorkflowFoundation.eu And now on Twitter at [link].
The Problem Solver
- Monday, April 6, 2009
-
MDN - Augusta Developer Event, 24th of February 2010
Time for the first Augusta Developer Event of 2010. Join us for a morning filled with information about Silverlight. What is Silverlight? Introduction to Silverlight for decision makers, architects and developers. Silverlight vs. Silverlight vs. Silverlight and Section 508 compliance. Silverlight architecture overview. Introduction to XAML, Silverlight assemblies, n-tier development, asynchronous behavior, …. Silverlight + Windows Communication Foundation overview. Introduction to WCF based on a Silverlight demo.
The Blomsma Code
- Tuesday, February 2, 2010
-
Software Development Event march 30th
Just one week to go to the next Software Development Event. Tags: NET LINQ NetFx3 WCF VB WPF Silverlight SDN ASP.NET.The schedule with all the sessions is looking good. But this time there is even more! We will have a Microsoft Surface machine somewhere in the common area for people to try our. And if you have never played, oops tested, with a Surface machine before this is a truly exiting machine! Just goes to show, the SDN will go to extraordinary efforts to please all attendees You can see the full schedule here. Hope to see everyone there next week Monday.
The Problem Solver
- Monday, March 23, 2009
-
Using dynamic objects in Silverlight 4
Note: This blog post is written using Silverlight 4.0 RC 1 One of the cool new features in Silverlight 4 is the ability to data bind to indexed properties. public event PropertyChangedEventHandler PropertyChanged; }. Another thing was the property name that is used with the INotifyPropertyChanged.PropertyChanged event. Tags: NET Silverlight ASP.NET VS2010 This means that even if you don’t know at design time what properties you data object has you can still data bind to them. Creating the class to data bind to is simple. get; set; }. public Person(). {. Enjoy!
The Problem Solver
- Monday, April 12, 2010
|
|
|