|
|
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.
|
23 Articles match "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
|
80 Articles match "Silverlight"
|
The Latest from DevelopMentor
|
MORE
|
|
StarterRP v1.2
This version is based on.NET v4 and includes two sample Silverlight clients. A small update for StarterRP is now live on codeplex. Major update to StarterSTS coming soon….
www.leastprivilege.com
- Wednesday, August 11, 2010
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
|
-
|
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
-
Paging with the Silverlight RIA services DomainDataSource
Using the declarative DomainDataSource that is part of the upcoming Silverlight 3 RIA services makes it quite easy to work with data. Tags: NET VB DevCenter Silverlight Data Access ASP.NET.All you need to do is add a DomainDataSource control to the the XAML, point it to the generated DomainContext class (in this case NorthwindContext) and tell it which method to use to load the data from the web service(in this case LoadCustomers). Next add a DataGrid to display the data and you are good to go. Adding paging. assume this is just a small bug in the current preview. Enjoy!
The Problem Solver
- Monday, April 27, 2009
-
Getting T4 templates to work with Silverlight
In a previous blog post I mentioned that T4 templates didn’t quite work with Silverlight development. The reason being that Visual Studio decides to load the Silverlight version of System.dll which doesn’t contain all the required classes. Tags: NET Silverlight Fortunately I was not the first person to run into this limitation, Jason Jarrett did as well and he described the solution in a blog post here. The solution turns out to be surprisingly simple, just not very obvious. All you need to do is include the following line at the top of the T4 template. 11: {.
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. 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. The syntax is very similar to a normal data binding, only in this case you need to use the [key] syntax instead. For example in example below the FirstName is a regular property while the LastName below is an indexed property. get; set; }. public Person(). {.
The Problem Solver
- Monday, April 12, 2010
-
Using T4 templates with Silverlight
And that is exactly what I tend to do in my Silverlight line of business applications. So I decided to try using T4 with a Silverlight project. And While the System.CodeDom.Compiler namespace exists in Silverlight the required classes like CompilerError and CompilerErrorCollection do not. This really is a shame as there is really no good reason that T4 templates do not work for Silverlight. Tags: NET Silverlight ASP.NET.Everyone who has Visual Studio 2008 also has T4 templates that can be used to generate code, or anything else textual for that matter. 10: {.
The Problem Solver
- Saturday, March 21, 2009
-
Workflow 4 Services and duplex communications
How about Silverlight? And I guess that rules Silverlight out as a possible client [:(]. Tags: NET Workflow WCF Silverlight WF4 VS2010 There are quite a a few cases where it is useful to have a duplex communications. An obvious candidate is allowing a service to notify the user interface application of the progress so the user knows what is happening. Normally, when using plain WCF , you would use a ServiceContract attribute with a CallbackContract that specified the service uses duplex communications. public interface IService1. {. OperationContract]. ServiceContract].
The Problem Solver
- Monday, May 3, 2010
-
Using Silverlight to Access WIF secured WCF Services
Disclaimer: At the time of this writing, the current version of Silverlight is v3 and WIF is in beta 2. Another technology that comes up very often is Silverlight – and especially the “story” of Silverlight and WCF/WIF. When thinking about Silverlight and back-end security in general – there are two fundamental scenarios – short of really good names – I call them “passive” and “active”. An example would be that the user first authenticates with the web application and then starts the Silverlight app from there. Hopefully this will be a non-issue soon. Passive.
www.leastprivilege.com
- Wednesday, October 28, 2009
|
|
|