Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

WebArticlesForumsFAQs
JavaScript
ASP
ASP.NET
WCF

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

Operating SysArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Lounge
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 
  
Binding RSS in Silverlight without Syndication classes
An easy way to bind RSS feed in Silverlight. Uses a LINQ Query.
SILVERLIGHT, RSS, DATABINDING, LINQ
By Peter Bromberg on Sunday, November 08, 2009 3:35:31 PM.
Silverlight and WPF - How to find StaticResource from code behind
Quick tip for finding a StaticResource in code behind for setting the .Style property of a XAML control dynamically.
FrameworkElement, ResourceDictionary, FindResource, System.Collections.ObjectModel
By Robbe Morris on Wednesday, November 04, 2009 7:19:54 AM.
IValueConverter for bool to Visibility
Quick tip for creating an IValueConverter that takes a boolean value from say a database record and sets the Visibility property on a XAML control to Visible or Collapsed.
IValueConverter, Converter, StaticResource, Visibility, System.Windows.Visibility, Binding Path
By Robbe Morris on Wednesday, November 04, 2009 7:19:54 AM.
Silverlight and QueryString Variables
Quick tip for retrieving querystring variables in Silverlight code behind.
HtmlPage, HtmlPage.Document, QueryString, System.Windows.Browser, System.Windows.Controls
By Robbe Morris on Wednesday, November 04, 2009 7:19:54 AM.
Have you heard of "StringFormat" ?
"StringFormat" is a new property (WPF) that allows you format strings in Binding. The below XAML Snippet shows you how to do that.
StringFormat MultiBinding XAML WPF
By [)ia6l0 iii on Wednesday, November 04, 2009 7:19:54 AM.
Silverlight Get Cookie Value
Quick tip for getting the value of a cookie in Silverlight.
Cookie, HtmlPage.Document.Cookies, StringComparison.OrdinalIgnoreCase, System.Windows.Browser
By Robbe Morris on Wednesday, November 04, 2009 7:19:54 AM.