| |
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.
|
40 Articles match "Silverlight"
See all articles with
"Silverlight"
| The Latest from The Problem Solver | MORE | | Installing RavenDB 2 This Management Studio is a Silverlight application that will let us manage different aspects of the server. Before we get started with RavenDB we need to install the required parts. There are several ways we can do this and one of the easiest is using the NuGet Package manager from within Visual Studio 2012 with the available RavenDB NuGet packages. Which package to install? As should be obvious from the screenshot above there are quite a few NuGet packages to choose from. It turns out we need to use two packages to get started, the client and server part. The RavenDB Management Studio. The Problem Solver - Friday, January 4, 2013 Maurice de Beijer: Installing RavenDB 2 This Management Studio is a Silverlight application that will let us manage different aspects of the server. Before we get started with RavenDB we need to install the required parts. There are several ways we can do this and one of the easiest is using the NuGet Package manager from within Visual Studio 2012 with the available RavenDB NuGet packages. Which package to install? As should be obvious from the screenshot above there are quite a few NuGet packages to choose from. It turns out we need to use two packages to get started, the client and server part. The RavenDB Management Studio. The Problem Solver - Friday, January 4, 2013 Getting started with RavenDB in an ASP.NET MVC application Part of the RavenDB.Server package is a Silverlight client that lets you manage the server and inspect, or even change, the data. RavenDB is one of the newer document type databases that is conceptually comparable to MongoDB or CouchDB. One of the nice thing about RavenDB, at least for a.NET developer, is that is has been developed with.NET in mind from the start. And this makes it really easy to get started with. In fact it is so easy to get started with that it surprises me that not everyone is using it. Instead I just create my C# classes and store them as documents in the database. The Problem Solver - Sunday, November 25, 2012 | | The Best from The Problem Solver | 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 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 | - More Workflow 4 Services and duplex communications
Unfortunate because this rules out scenarios like Silverlight. This way the workflow service is still usable from clients, like Silverlight, where creating a ServiceHost is not an option. Tags: NET Workflow WCF Silverlight WF4 VS2010 Yesterday I posted a long blog post explaining how to do duplex communications in a Workflow service. Also the callback address had to be passed by the client using CallbackContextMessageProperty and the workflow service had to use a callback correlation handle to connect the Receive activity with the Send activity used for the callback. Enjoy! The Problem Solver - Tuesday, May 4, 2010 - 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 - Book review: Silverlight 4 in Action
Some weeks ago I received a review copy of Silverlight in Action by Pete Brown. Reviewing this book took some time as it weighs in at a hefty 798 pages, who ever said that Silverlight was a small products? That is a lot of material but then the book doesn't assume any prior knowledge of Silverlight at all. The first part, consisting of 10 chapters, is titled "Introducing Silverlight" As the name suggests this covers the basics of Silverlight development. All in all I would recommend getting this book if you are serious about Silverlight 4 development! The Problem Solver - Wednesday, September 29, 2010 - DotNed Podcast: Koen Zwikstra over Silverlight 5 en de toekomst van Silverlight
In deze podcast spreekt Maurice de Beijer met Koen Zwikstra over de recente Silverlight 5 release en hoe de toekomst er voor Silverlight ontwikkelaars uitziet. Verder vertelt hij over Silverlight Spy een runtime inspector waarmee je willekeurige Silverlight applicaties kan inspecteren. Silverlight Spy: [link]. Balder - 3D engine for Silverlight: [link]. Silverlight Podcast DotNed dotnetmagEr is weer een nieuwe DotNed podcast online. Hij kondigt ook nog even aan dat hij druk bezig is met een Spy voor Metro applicaties op Windows 8. enjoy! The Problem Solver - Friday, January 27, 2012 - DotNed podcast: Jeff Prosise about the future with Silverlight, HTML5/JavaScript and Windows 8
link] Enjoy TheProblemSolver DotNetEvents.NET Silverlight ASP.NET Futures DotNed HTML5In this podcast Dennis Vroegop speaks with Jeff Prosise about the future of software development for the.NET developer. Links: Blog: [link] TechDays presentation : [link] Thanks to out sponsor RedGate. The Problem Solver - Friday, March 23, 2012 - DotNed podcast: Laurent Bugnion over de toekomst met Silverlight 5, Windows 8 en de MVVM Light Toolkit
Ze hebben het onder meer over de toekomst van Silverlight 5 en het ontwikkelen voor Windows 8 en met web technologieën. Silverlight Futures DotNedIn deze podcast spreekt Thomas Huijer met Laurent Bugnion over zijn TechDays presentaties. Uiteraard hebben ze het ook over de zeer populaire MVVM Light Toolkit vab Laurent. Links: TechDays presentaties: [link] Blog: [link] MVVM Light Toolkit: [link] [link]. The Problem Solver - Friday, June 1, 2012 - 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 %>
143 Articles match "Silverlight"
See all articles with
"Silverlight"
| The Latest from DevelopMentor | MORE | | Llewellyn Falco (Approval Tests): What I've learned about open source by pairing with Simon Cropp That Silverlight experiment? 'Over the last 2 weeks I have be fortunate enough to pair with Simon Cropp for about 8 hours on my open source project ApprovalTests. Simon has taught me a lot about running a better open source project, this blog is an attempt to share some of that for those not fortunate enough to be able to pair with Simon themselves. Think about your ''brand'' Often I am writing ApprovalTests because I use ApprovalTests myself. am happy that others find it useful as well and believe in sharing and open source, so I also make it an open source project. There isn''t. DevelopMentor Courses - Saturday, May 25, 2013 Installing RavenDB 2 This Management Studio is a Silverlight application that will let us manage different aspects of the server. Before we get started with RavenDB we need to install the required parts. There are several ways we can do this and one of the easiest is using the NuGet Package manager from within Visual Studio 2012 with the available RavenDB NuGet packages. Which package to install? As should be obvious from the screenshot above there are quite a few NuGet packages to choose from. It turns out we need to use two packages to get started, the client and server part. The RavenDB Management Studio. The Problem Solver - Friday, January 4, 2013 Maurice de Beijer: Installing RavenDB 2 This Management Studio is a Silverlight application that will let us manage different aspects of the server. Before we get started with RavenDB we need to install the required parts. There are several ways we can do this and one of the easiest is using the NuGet Package manager from within Visual Studio 2012 with the available RavenDB NuGet packages. Which package to install? As should be obvious from the screenshot above there are quite a few NuGet packages to choose from. It turns out we need to use two packages to get started, the client and server part. The RavenDB Management Studio. The Problem Solver - Friday, January 4, 2013 | -
| The Best from DevelopMentor | MORE | - Easier Async for Silverlight Apps using MVVM
WPF and Silverlight have Dispatcher.CheckAccess / Dispatcher.BeginInvoke. Technical MVVM SilverlightIt makes sense to execute long-running tasks on a background thread, in order to keep the UI responsive by not tying up the main thread. However, as is the case with other UI frameworks such as Windows Forms or WPF, you should not touch UI elements from worker threads. This has to do with how Windows apps process messages, which are always handled on the thread that created the visual element. Windows Forms has the Control.InvokeRequired / Control.BeginInvoke API. Tony and Zuzana's World - Saturday, January 29, 2011 - 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 - Madam Silverlight
Just wanted to call out attention to a new Silverlight site created by Maine’s own Carolyn Smith: www.silverlightmadam.com. Silverlight Madam is the creation of Carolyn Smith. Then she discovered computer graphics and now she specializes in creating art in Silverlight.”. SilverlightFor many years Carolyn's preferred medium was watercolors. Note: Carolyn also runs the site www.pixycolors.com. DevelopMentor Courses - Thursday, June 9, 2011 - 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 - 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 %>
| | |