interferences

Stories submitted by interferences

WCF REST Client Library for Silverlight(www.hardcodet.net)

submitted by interferencesinterferences(385) 2 years, 3 months ago

A Silverlight port of the client libraries that were released as part of the WCF REST Starter Kit. The library greatly simplifies things when it comes to accessing and consuming RESTful services and resources in your Silverlight application. read more...

add a comment |category: |Views: 82

tags: another

Windows Live Writer Plug-ins to Format Content through CSS(hardcodet.net)

submitted by interferencesinterferences(385) 2 years, 7 months ago

Two Live Writer plug-ins that allow bloggers to quickly format selected content through CSS classes. read more...

add a comment |category: |Views: 6

tags: another

Beginner's Tutorial: 3D Line and Border Effects in XAML(hardcodet.net)

submitted by interferencesinterferences(385) 3 years ago

Small tutorial which shows how to simply create 3D line and border effects in XAML. read more...

add a comment |category: |Views: 450

tags: another

WPF NotifyIcon 1.0.1 – Minor Improvements, Major Tutorial(hardcodet.net)

submitted by interferencesinterferences(385) 3 years ago

A minor update of the NotifyIcon control was published, along with a comprehensive tutorial on CodeProject. read more...

add a comment |category: |Views: 54

tags: another

Smashing Magazine - Flash vs. Silverlight: What Suits Your Needs Best?(smashingmagazine.com)

submitted by interferencesinterferences(385) 3 years ago

Comparison of the two technologies. What's more interesting is the - pretty biased - discussion than the article itself. read more...

add a comment |category: |Views: 17

tags: another

Visual Studio 2010 - Functional UI testing (movie)(blogs.msdn.com)

submitted by interferencesinterferences(385) 3 years ago

Previews a new type of test coming in Visual Studio Team System 2010 known as the coded UI test. Coded UI tests can be created to automatically navigate through your application's UI, which in turn can be used to verify that the paths your users might take through your application are working properly. read more...

1 comment |category: |Views: 1194

tags: another

NetDrives 1.0 Released (WPF, open source network share management)(hardcodet.net)

submitted by interferencesinterferences(385) 3 years ago

NetDrives is an open source WPF tool that greatly simplifies the management of network shares. If you look at a convenient way to manage your shares, need a free networking API or just want to steal some WPF goodies (tray integration, styles, progress dialog etc.) from an existing tool, this might be worth a look. read more...

add a comment |category: |Views: 34

tags: another

WPF NotifyIcon Released(hardcodet.net)

submitted by interferencesinterferences(385) 3 years ago

This is an implementation of a NotifyIcon (system tray icon) for the WPF platform. It does not just rely on the corresponding WinForms component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. read more...

add a comment |category: |Views: 857

tags: another

Context Sensitive Help in WPF(peteohanlon.wordpress.com)

submitted by interferencesinterferences(385) 3 years ago

Demonstrates how to provide context sensitive help through attached properties - simple and clear :-) read more...

1 comment |category: |Views: 386

tags: another

A Façade for Simple and Framework-Independent Logging in .NET(hardcodet.net)

submitted by interferencesinterferences(385) 3 years, 1 month ago

Logging is an important aspect of every application, but you probably don't like to have dependencies on a specific logging framework all over the place. This logging façade provides you with a common interface that decouples the logging framework of your choice from your code. read more...

add a comment |category: |Views: 21

tags: another

Flexible WPF ToolTips via Markup Extensions(hardcodet.net)

submitted by interferencesinterferences(385) 3 years, 1 month ago

Presents a way to display a feature-rich ToolTip in WPF through a single line of XAML. read more...

add a comment |category: |Views: 214

tags: another

Simple String Encryption using DPAPI and Extension Methods(hardcodet.net)

submitted by interferencesinterferences(385) 3 years, 1 month ago

Extension methods that encyrpt / decrypt strings through the Windows Data Protection API (DPAPI) with optional usage of secure strings that protect data in memory. read more...

add a comment |category: |Views: 20

tags: another

WPF Ribbon Memory Leaks(hardcodet.net)

submitted by interferencesinterferences(385) 3 years, 1 month ago

Discusses potential (and likely) memory leaks when using the Microsoft WPF ribbon and shows an alternative implementation that prevents the issue. read more...

add a comment |category: |Views: 56

tags: another

Inter-object data binding with Lambda Bindings(hardcodet.net)

submitted by interferencesinterferences(385) 3 years, 1 month ago

Lambda Bindings provides data binding between arbitrary objects based on simple lambda expressions. This provides you with a binding mechanism that is comparable to WPF's data binding, but works on every layer of your application. read more...

add a comment |category: |Views: 31

tags: another

Moving WPF DataGrid Rows using Drag and Drop(hardcodet.net)

submitted by interferencesinterferences(385) 3 years, 2 months ago

Illustrates how to provide drag and drop functionality for the WPF datagrid to move rows of the grid. read more...

add a comment |category: |Views: 787

tags: another

Combining WPF Validation Rules and Model Level Validation(hardcodet.net)

submitted by interferencesinterferences(385) 3 years, 4 months ago

This article discusses a few approaches to overcome binding conversion errors in WPF by combining model validation (through IDataErrorInfo) and WPF validation rules. read more...

add a comment |category: |Views: 114

tags: another