|
|
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.
|
8 Articles match "Silverlight"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Silverlight 3
In this course, you learn to: Identify when and where Silverlight should be used Use Expression Blend to design your user interface Use Visual Studio 2008 to build a Silverlight project and manage its code using C# Exploit the layout controls to create compelling user interfaces Incorporate Silverlight content into your existing web sites Build user and custom controls that support templates and styling Use Behaviors, Actions and Triggers to create reusable functionality across applications Integrate animations, special effects, perspective transforms and media to create a professional UI Exploit
DevelopMentor Courses
- Wednesday, June 17, 2009
Essential Silverlight 2
Identify when and where Silverlight should be used Use Expression Blend to design your user interface Use Visual Studio 2008 to build a Silverlight project and manage its code using C# Exploit the layout controls to create compelling user interfaces Incorporate Silverlight content into your existing web sites Build user and custom controls that support templates and styling Integrate animations, special effects, and all forms of media to create a professional UI Build dynamic user interfaces that use data binding Use all the available network stacks to load external data and resources Handle mouse,
DevelopMentor Courses
- Friday, June 12, 2009
Beyond ASP.NET: Enhancing Web Development with .NET 3.5
jQuery Visual Studio 2008 IIS 7 Silverlight 2 Internet Explorer 8 ASP.NET Model View Controller (MVC) You'll get answers to these questions: What is LINQ and can I use it in ASP.NET? When would I use AJAX, Silverlight, or MVC in my ASP.NET applications? Silverlight 2 This module provides an introduction to the Silverlight 2 architecture. Beyond ASP.NET: Enhancing Web Development with 3.5 is an examination of Microsoft's recent innovations in web development.
DevelopMentor Courses
- Friday, June 12, 2009
|
57 Articles match "Silverlight"
|
The Latest from DevelopMentor
|
MORE
|
|
Dr Rockman is IN!
design and coding problems – whether it be WCF, Workflow, Multithreading, WPF, Silverlight,
ASP.NET I’ve just noticed that Andy
has has blogged about our drop in clinic we are running at DevWeek
2010 2010 . All of the Rock Solid
Knowledge
.NET Meanderings
- Thursday, February 4, 2010
Ask the doctor ( Devweek 2010)
The whole team will be there so whether its WPF, Silverlight, .NET Dr Rockman is In! At DevWeek 2010 Rock Solid Knowledge will be running a drop in clinic where our consultants will help you solve your design and development issues. NET 4.0, WCF , Design Patterns, Multithreading, Web Development or anything else, we’ll be on hand to lend a
.NET Mutterings
- Thursday, February 4, 2010
MDN - Augusta Developer Event, 24th of February 2010
information about Silverlight. What is Silverlight?
Shawn Introduction to Silverlight for decision makers, architects and developers.
Silverlight vs. Silverlight vs. Time for the first Augusta Developer Event of 2010. Join us for a morning filled with
information Shawn, Chris and Mark will present a variety
The Blomsma Code
- Tuesday, February 2, 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. However easy as it might be is seems to confuse people as I have seen some terrible examples where people make a complete mess of things. Josh Smith did an excellent screen cast for Pixel8 on using MVVM with WPF, you can find it here . 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,
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. 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. < UserControl xmlns:dataControls ="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Data.DataForm"
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. NET Silverligh 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.
The Problem Solver
- Monday, March 23, 2009
-
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 Everyone who has Visual Studio 2008 also has T4 templates that can be used to generate code, or anything else textual for that matter. Using T4 should be pretty easy but unfortunately Visual Studio kind of hides the fact, there is no “Add T4 template”
The Problem Solver
- Saturday, March 21, 2009
-
Using Silverlight to Access WIF secured WCF Services
Disclaimer: At the time of this writing, the current version of Silverlight is v3
and Another technology that comes up very often is Silverlight – and
especially especially the “story” of Silverlight and WCF/WIF. When thinking about Silverlight and back-end security in general – there are two fundamental
scenarios This topic comes up quite often recently – so I hope the title is search engine friendly.
Disclaimer: and WIF is in beta 2.
www.leastprivilege.com
- Wednesday, October 28, 2009
-
.NET RIA Services and data communication
NET WCF VB Silverlight ASP.NET I was working on an article about the .NET NET RIA Services and decided to fire up Fiddler to take a close look at the data actually passed around. I was sort of expecting to see a WCF REST based approach with XML messages.
The Problem Solver
- Monday, April 6, 2009
-
Classic Snake in Silverlight 2
Inspired by Dave Wheeler's article in VSJ magazine, I decided it was time to write a simple game in Silverlight 2. Whilst there is no doubt Silverlight 2 is a massive step closer to a .NET The game I chose was the classic game of Snake. NET environment in the browser, there are still a few bits and pieces that trip you up. Some
.NET Mutterings
- Sunday, May 18, 2008
|
|
|