DotNetShoutout - Stories tagged with DataBinding
10
shouts

MVVM Study Part 4: Naked WPF - Rob Eisenberg - Devlicio.us

published 123 days, 4 hours, 25 minutes ago posted by AlexAlex 123 days, 18 hours, 55 minutes ago
Monday, November 16, 2009 9:48:51 AM GMT Sunday, November 15, 2009 7:19:14 PM GMT
I’ve blogged previously about the MVVM pattern, but so far I have managed to escape without showing any code ;) Before diving in deeper, I would like to stop and show what it takes to do a very simple implementation of this pattern on top of naked WPF (that’s plain WPF without any cool frameworks). After all my praise of MVVM and how well matched it is with WPF/Silverlight, you might be surprised to hear me suggest that it’s not possible to implement without building a little infrastructure first. It’... (more)
category: Silverlight | clicked: 47 | comment | | source: devlicio.us
tags: DataBinding, MVVM, Silverlight, Silverlight 3, SL, UI, UX, WPF, XAML
9
shouts

NHProf and Caliburn Testability - Rob Eisenberg - Devlicio.us

posted by HeatherHeather 138 days, 7 hours, 46 minutes ago
Sunday, November 01, 2009 6:28:20 AM GMT
I’ve heard some developers asking about UI testing lately. Specifically, there have been some questions about what we did with NHProf. So, I thought I would write a little bit about that here. There are a variety of different types of tests you can do. In my experience some have a better ROI than others. For example, we don’t do any UI testing with automation APIs. Those are pretty painful, brittle tests to write and we haven’t worked in scenarios where they would really help us. The two main typ... (more)
category: Architecture | clicked: 12 | comment | | source: devlicio.us
tags: Caliburn, DataBinding, MVVM, NHProf, UI, UX, WPF
9
shouts

Getting started with Silverlight: Part 4 – Binding the data and storing some for later

published 163 days, 2 hours, 26 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 163 days, 18 hours, 35 minutes ago
Wednesday, October 07, 2009 11:48:13 AM GMT Tuesday, October 06, 2009 7:39:27 PM GMT
This is part 4 in a series on getting started with Silverlight. To view the index to the series click here. You can download the completed project files for this sample application in C# or Visual Basic. In the previous step 3 we did a lot of work to get back our data from a public web service and display it in a control. The DataGrid control we used, however, isn’t really the UI we’re looking for so let’s define what we want. To do this we’re going to use an ItemsControl and a DataTemplate. This w... (more)
category: Silverlight | clicked: 34 | comment | | source: timheuer.com
tags: Blend, DataBinding, Expression Blend, IsolatedStorage, RIA, Silverlight 3, Silverlight Toolkit, XAML
6
shouts

New DevNugget: ASP.NET Databinding and jQueryUI - G Andrew Duthie

posted by StevesSteves 194 days, 1 hour, 31 minutes ago
Sunday, September 06, 2009 12:43:09 PM GMT
I’ve published a new DevNugget screencast on Channel 9, and linked below. In it, I demonstrate how you can use a databound Repeater control in ASP.NET to quickly and easily generate clean markup for use with the jQueryUI Accordion widget. jQueryUI and ASP.NET make a powerful combo for adding dynamic and snazzy UI elements to your web application. In future DevNuggets, I’ll demonstrate some of the new features in Silverlight 3, including Navigation Applications, Themes, Behaviors, Perspective Transform... (more)
category: ASP.NET | clicked: 22 | comment | | source: blogs.msdn.com
tags: Accordion, ASP.NET, DataBinding, jQuery, jQueryUI
7
shouts

A Better Way to do Silverlight Databinding - WebLog of Ken Cox

published 407 days, 1 hour, 14 minutes ago posted by beebee 408 days, 6 hours, 36 minutes ago
Thursday, February 05, 2009 1:00:10 PM GMT Wednesday, February 04, 2009 7:38:16 AM GMT
A Better Way to do Silverlight Databinding The guys at Intersoft Solutions are ahead of the curve again with their Intersoft Data Source control for Silverlight. The CTP includes the AstoriaDataSource that connects cleanly to an ADO.NET Data service. Rather than jumping through hoop after hoop to do asychronous calls and returned results, the control lets you do CRUD operations in only a few lines of code:   AstoriaDataSource1.Delete("Customers", CustomerGrid.SelectedItem); I haven't figured out how to ... (more)
category: Silverlight | clicked: 1 | comment | | source: weblogs.asp.net
tags: DataBinding, Silverlight
2
shouts

Podcast on DataBinding

posted by beebee 473 days, 12 hours, 50 minutes ago
Monday, December 01, 2008 1:24:16 AM GMT
Happy to return to my monthly interview on the Sparkling Client podcast; this month discussing the fundamentals of data- binding. (more)
category: Silverlight | clicked: 2 | comment | | source: silverlight.net
tags: DataBinding, Podcast
1
shouts

WPF Binding Converter Best Practices Continued

published 478 days, 21 hours, 10 minutes ago posted by beebee 539 days, 18 hours, 41 minutes ago
Tuesday, November 25, 2008 5:04:00 PM GMT Thursday, September 25, 2008 7:32:52 PM GMT
Amit Raz's article about WPF Binding Converter Best Practices Continued (more)
category: Smart Client | clicked: 17 | comment | | source: www.dev102.com
tags: DataBinding, WPF
1
shouts

dnrTV - Show #101 - Brian Noyes on Databinding in WPF

posted by beebee 783 days, 15 hours, 33 minutes ago
Friday, January 25, 2008 10:41:17 PM GMT
Brian Noyes returns to dnrTV to continue his series on Windows Presentation Foundation. This week Brian gives us a primer on data binding in WPF. (more)
category: Screencast | clicked: 0 | comment | | source: www.dnrtv.com
tags: DataBinding, dnrTV, WPF
1
shouts

dnrTV - Show #7 - Brian Noyes on Databinding in .NET 2.0

published 480 days, 21 hours, 43 minutes ago posted by beebee 1485 days, 9 hours, 14 minutes ago
Sunday, November 23, 2008 4:31:43 PM GMT Thursday, February 23, 2006 4:59:59 AM GMT
Brian Noyes goes beyond this week's .NET Rocks! interview to show you exactly how to get the most out of data binding in .NET 2.0 (more)
category: Screencast | clicked: 0 | comment | | source: www.dnrtv.com
tags: DataBinding, dnrTV
1
shouts

DotNetRocks - Show #164 - Brian Noyes on Data Binding in .NET 2.0

posted by beebee 1487 days, 1 hour, 2 minutes ago
Tuesday, February 21, 2006 1:11:46 PM GMT
Brian Noyes talks us through data binding in .NET 2.0 from the gee-whiz draggy droppy stuff to multi-tier enterprise applications. (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DataBinding, DotNetRocks