Life, Surf, Code and everything in between
White Papers | Free Tools | Products | Message Board | News |

Weblog Posts in June 2009
Changing Configuration Settings in a Desktop Client Application
June 28, 2009 @ 10:28 pm

Got a question in response to a Localization article today that asked how to store requested culture settings. In the article I recommend that easiest and most reliable way to switch cultures is to assign the culture when the application runs and allow the user to change cultures somewhere in the UI. When the culture is changed it’s up to the application to decide how to handle the actual culture...

kick it on DotNetKicks.com
How do ASP.NET Application_ Events Work
June 18, 2009 @ 9:03 pm

Most of us have used ASP.NET global.asax Application_ EventName handlers, but do you know how it is that these events are actually fired automatically by ASP.NET even when you add additional events by name? In this post my curiosity got away from me and I took a look under the covers to see what ASP.NET is doing to hook up these method to HttpModule events.

kick it on DotNetKicks.com
WPF Bindings and CurrentCulture Formatting
June 14, 2009 @ 11:55 am

WPF doesn't apply the CurrentCulture to bindings by default, which is a little... unexpected to say the least. As it turns out there's an easy solution to this problem, but it does require using code to apply the culture specifically in every document.

kick it on DotNetKicks.com
Getting the App’s Startup Assembly in WPF Designer?
June 09, 2009 @ 11:04 am

I've run into a vexing problem with a Markup Extension for localization. In this extension I have the need to get a reference to the parent application (the WPF EXE basically) inside the WPF designer/Blend. Due to the runtime environment of the designer I've not been able to make this work short of running the markup extension in the same assembly as the main application.

kick it on DotNetKicks.com
Resx and BAML Resources in WPF
June 04, 2009 @ 4:19 am

Resource loading in WPF applications that mix BAML and Resx resources can be very confusing as BAML resources require that all BAML resources are stored in external satellite assemblies.

kick it on DotNetKicks.com
Archives
Categories
ASP.NET (204) Personal (68) .NET (62) JavaScript (52) Visual Studio (50) jQuery (43) AJAX (43) LINQ (32) CSharp (29) IIS (28) Vista (28) HTML (26) WCF (24) Localization (21) Web Services (15) Windows (15) FoxPro (14) Microsoft AJAX (13) WPF (12) ADO.NET (12) COM (9) XML (9) Web Connection (8) Silverlight (8) CSS (8) Sql Server (7) West Wind Ajax Toolkit (7) ASP.NET (6) C++ (6) Hardware (5) Security (5) MVC (5) ISV (4) Office (4) Software Development (4) Html Help Builder (4) Bugs (4) DataBinding (3) HTTP (3) Help Builder (3) Live Writer (3) Source Control (3) WebLog (3) Windsurfing (3) WinForms (2) Web Design (2) Speaking (2) Tools (2) RegEx (2) RSS (2) Maui (2) Installation (2) Help (2) Conferences (2) Visual Studio (2) ADO.NET (1) IIS7 (1) Addins (1) Control Development (1) Graphics (1) Html Help (1) iPhone (1) IIS7 (1) Networking (1) Travel (1) Utilities (1) Threading (1) SmartPhone (1) wwHoverPanel (1) Web Deployment Projects (1)


West Wind  © Rick Strahl, West Wind Technologies, 2005 - 2010