Sign In
What can I say?
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET
assemblies
Authentication
Azure
basic
blob
branding
change
comparison
custom
customization
DataGrid
DataTemplateSelector
Deployment
desktop
Http
ListBox
multi-tenant
PathGeometry
relay binding
Template
WCF
web
webrole
Xaml
Archive
Archives
November 2011
(1)
June 2011
(1)
April 2011
(1)
January 2011
(2)
October 2009
(1)
October 2008
(1)
June 2008
(1)
April 2008
(1)
March 2008
(1)
MSDN Blogs
>
What can I say?
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
What can I say?
Sticky Azure WCF service roles
Posted
2 months ago
by
SailingRock
0
Comments
In general, sticky connectivity should be avoided when creating Azure-based services. However, there are situations, e.g. migration of a legacy application which relies on stickiness where it would be good to be able to support it. Here is a solution...
What can I say?
Azure: post-deployment updates
Posted
8 months ago
by
SailingRock
1
Comments
Here are some techniques to dynamically modify a running Azure application. They all rely on using blob storage as source of modification and presume that the application was originally written to use these changes: 1. New/changed Silverlight applications...
What can I say?
Dynamic branding for Azure web-roles
Posted
9 months ago
by
SailingRock
0
Comments
Here is an approach to providing ASP.NET server-side customization data post-deployment in Azure. It is particularly applicable to multi-tenant solutions, where individual users may need to be served pages using different master pages, user controls,...
What can I say?
Silverlight and basic authentication
Posted
over 1 year ago
by
SailingRock
0
Comments
Silverlight client does not support TransportCredentialOnly to enable Basic authentication. Here is some code to add the basic authentication http header to a standard Silverlight WCF proxy: ServiceReference1.ServiceClient svc = new ServiceReference1...
What can I say?
Custom line caps in WPF
Posted
over 1 year ago
by
SailingRock
0
Comments
The attached project contains a custom element (FrameworkElement-derived), which allows definition of line paths (straight lines, Bezier curves, etc.) with custom-defined line caps. The following graphic contains two lines: a straight line with an arrow...
What can I say?
Displaying hierarchical data in the DataGrid
Posted
over 3 years ago
by
SailingRock
7
Comments
The attached project shows how to display data which is both tabular and hierarchical in nature in the Silverlight (or WPF) DataGrid. Employee list is an example of such data, where each employee is described using the same set of data column but there...
What can I say?
WPF and Silverlight working together presentation
Posted
over 4 years ago
by
SailingRock
0
Comments
I recently gave a presentation to a number of ISV regarding use of WPF and Silverlight 2 for developing applications that can be deployed to both the desktop and the web. The attached presention and demos show the main similarities and differences between...
What can I say?
Custom data and dynamic templates in WPF
Posted
over 4 years ago
by
SailingRock
3
Comments
This blog describes how TemplateSelector in WPF can be used to dynamically modify contents of the UI. This is particularly useful in a common scenario many ISV's need to support: ability of 3rd parties and users to extend the ISV's data model with their...
What can I say?
Editable ListBox using template
Posted
over 4 years ago
by
SailingRock
5
Comments
WPF Templates are useful for defining common themes and styles. They can also be used to extend the functionality of controls. Following is an example of a ListBoxItem template, which makes individual items in a listbox in-place editable (provided the...
What can I say?
A role-based approach to architecting WPF (and Silverlight 2?) applications
Posted
over 4 years ago
by
SailingRock
1
Comments
Karsten Januszewski and Jaime Rodriguez in The New Iteration ( http://windowsclient.net/wpf/white-papers/thenewiteration.aspx ) point out the ability of WPF infrastructure (framework and tools) to allow for clear separation between the roles of designers...
Page 1 of 1 (10 items)