thejet

Stories kicked by thejet

TPL Dataflow–An [Extremely Short] Introduction(blog.virtual-olympus.com)

submitted by thejetthejet(156) 1 month, 8 days ago

As the introductory article in a series on Task Parallel Library Dataflow [TPL Dataflow or TDF], a new feature introduced in .NET 4.5. This article provides a quick introduction to the intent of the series and provides a brief overview of TDF. read more...

add a comment |category: |Views: 63

tags: another

Binding Flagged Enumerations(blog.virtual-olympus.com)

submitted by thejetthejet(156) 7 months, 14 days ago

Flagged enumerations can present a difficult problem for data binding, this article presents a solution for binding these enumerations to individual CheckBox(s) in a WPF sample application. read more...

4 comments |category: |Views: 26

tags: another

Creating a bootable Win8 VHD from the #BldWin USB Drive(blog.virtual-olympus.com)

submitted by thejetthejet(156) 8 months, 13 days ago

Use the USB drive from //BUILD [#BldWin] to run Win8 on your laptop with a bootable VHD... read more...

add a comment |category: |Views: 28

tags: another

Silverlight 4 Out-of-Browser–Windows Authentication Timeout(blog.virtual-olympus.com)

submitted by thejetthejet(156) 1 year, 1 month ago

This blog post describes a problem with a Silverlight 4 RIA Services application which utilizes Windows Authentication and needs to run as an out of browser application. The problem is that the Authentication Service call times out whenever the application is executed out of the browser, preventing successful initialization and startup of the application. read more...

add a comment |category: |Views: 16

tags: another

WPF DataGrid Drag & Drop(blog.virtual-olympus.com)

submitted by thejetthejet(156) 1 year, 2 months ago

WPF Provides rich Drag & Drop behavior, but leveraging it without putting code in your View can be difficult. This article proposes a custom Behavior that handles the drag & drop details for you and leverages the MVVMLight RelayCommand to hook back into the ViewModel. read more...

add a comment |category: |Views: 104

tags: another

Silverlight RIA Services and Basic, Anonymous Authentication(blog.virtual-olympus.com)

submitted by thejetthejet(156) 1 year, 5 months ago

Describes a workaround for an authentication scheme error that can show up when deploying RIA Services to your hosting provider. read more...

add a comment |category: |Views: 16

tags: another

Silverlight TreeView Case Study - FAQ Maintenance - Part 2(blog.virtual-olympus.com)

submitted by thejetthejet(156) 1 year, 8 months ago

Using the Silverlight TreeView control for advanced scenarios can be complex. Part 2 of this article presents a complete, rich UI for maintaining a categorized list of Frequently Asked Questions [FAQ] using the Silverlight TreeView control, Drag & Drop and the MVVM pattern. read more...

add a comment |category: |Views: 5

tags: another

Silverlight TreeView Case Study - FAQ Maintenance - Part 1(blog.virtual-olympus.com)

submitted by thejetthejet(156) 1 year, 9 months ago

Using the Silverlight TreeView control for advanced scenarios can be complex. This is the first article in a series presenting a complete, rich UI for maintaining a categorized list of Frequently Asked Questions [FAQ] using the Silverlight TreeView control, Drag & Drop and the MVVM pattern. read more...

add a comment |category: |Views: 57

tags: another

Silverlight MVVM Drag & Drop - TreeView, Meet ListBox(blog.virtual-olympus.com)

submitted by thejetthejet(156) 1 year, 9 months ago

An extension of the previous Drag & Drop articles to include interactions between a TreeView and a ListBox in a catgeory/image maintenance application. read more...

add a comment |category: |Views: 129

tags: another

Silverlight MVVM Drag & Drop - TreeView, Meet ListBox(blog.virtual-olympus.com)

submitted by thejetthejet(156) 1 year, 9 months ago

Walks through the creation of an MVVM enabled Drag & Drop user interface based on the Silverlight 4 TreeView and ListBox controls. read more...

add a comment |category: |Views: 109

tags: another

Silverlight TreeView - Drag & Drop with MVVM(blog.virtual-olympus.com)

submitted by thejetthejet(156) 1 year, 9 months ago

The Silverlight 4 TreeView control has excellent drag & drop support using the Silverlight 4 Toolkit's TreeViewDragDropTarget wrapper control. However, leveraging the control with the MVVM pattern can present some difficulties. This article presents some solutions to a couple common problems that arise. read more...

add a comment |category: |Views: 228

tags: another

Silverlight 4 ListBox Drag (blog.virtual-olympus.com)

submitted by thejetthejet(156) 1 year, 10 months ago

Enabling Drag & Drop reordering of ListBox contents in Silverlight 4. read more...

add a comment |category: |Views: 104

tags: another

Silverlight RIA Services - Extending an EF4 Database Model with 'POCO'(blog.virtual-olympus.com)

submitted by thejetthejet(156) 1 year, 10 months ago

Extending an EF4 database derived model with POCO objects using Silverlight and WCF RIA Services. read more...

add a comment |category: |Views: 128

tags: another

WCF RIA Services Regeneration - Can we get a better story please?(blog.virtual-olympus.com)

submitted by thejetthejet(156) 1 year, 10 months ago

Covers WCF RIA Services code re-generation and some of the pitfalls of the tool, along with potential workarounds. read more...

add a comment |category: |Views: 5

tags: another

Implementing a CCTray Transport Extension for Team Foundation Server(blog.virtual-olympus.com)

submitted by thejetthejet(156) 2 years, 2 months ago

Provides a walkthrough for integrating CCTray 1.5 with Team Foundation Server using the new Transport Extension feature of CCTray 1.5. read more...

add a comment |category: |Views: 38

tags: another