Sign In
William Fry's Blog
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
.NET
Accessibility
IE8
Performance
Regular Expressions
SharePoint
Visual Studio
WCF
Web
WPF
XAML
XML
Archive
Archives
July 2008
(3)
June 2008
(1)
May 2008
(1)
January 2008
(1)
May 2007
(1)
April 2007
(2)
MSDN Blogs
>
William Fry's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
William Fry's Blog
Simulating "Extension Interfaces" with Structs and Generics
Posted
over 4 years ago
by
wifry
2
Comments
While many still debate the value and appropriateness of Extension Methods in C# 3.0, I have always felt that there was still something missing. Extension methods allow me to add individual methods to classes; however, there are several cases where I...
William Fry's Blog
Creating Text Summaries from HTML
Posted
over 4 years ago
by
wifry
0
Comments
On several projects, I have had the need to convert large HTML blobs into short text summaries that can be displayed in a list. For example, in SharePoint I often need to display lists of Publishing Page content and I want to summarize some of the HTML...
William Fry's Blog
SharePoint 2007 and TokenAndPermUserStore Issues
Posted
over 4 years ago
by
wifry
0
Comments
In 2007, I was working on a large SharePoint 2007 project and we discovered that after the system ran for 3-4 days (or 24 hours of simulated stress), performance would suddenly degrade significantly (i.e. minutes for pages to load, if they would load...
William Fry's Blog
Prepare for Internet Explorer 8.0 Today! Yes, Today.
Posted
over 4 years ago
by
wifry
0
Comments
For twelve years, I was an architect of enterprise, commercial software. One of the most important lessons that I learned is that the software that you write today will be in use much longer than you imagine... MUCH LONGER! If you take a shortcut in your...
William Fry's Blog
Internet Explorer 8.0 and Accessibility
Posted
over 4 years ago
by
wifry
0
Comments
I'm a strong believer in creating accessible applications... not only because it's the right thing to do, but also because I believe that it results in interfaces that are more obvious. While studying the Internet Explorer 8 Readiness Toolkit , I learned...
William Fry's Blog
PowerPoint-like buttons in XAML/WPF
Posted
over 4 years ago
by
wifry
0
Comments
Someone posted a question to a discussion group asking for a way to create buttons like those in PowerPoint 2007 using XAML. Below is my first attempt. < UserControl x : Class ="TestApp.TestButton" xmlns ="http:/...
William Fry's Blog
WCF: BodyWriter and Raw XML Problems
Posted
over 5 years ago
by
wifry
0
Comments
I've been recently writing code with Windows Communication Foundation (WCF) using raw Message contracts. The purpose of raw Message contracts is to allow the developer to be in complete control of the format of the message that is received and sent by...
William Fry's Blog
Visual Studio and Arithmetic Overflow
Posted
over 5 years ago
by
wifry
0
Comments
Microsoft has made an important change between Visual Studio 2003 and Visual Studio 2005/2008: By default, Visual Studio 2005/2008 projects have the “Check for arithmetic overflow/underflow” compilation switch turned off . In Visual Studio...
William Fry's Blog
Default Namespaces and XML: Who Knew!?!?
Posted
over 5 years ago
by
wifry
0
Comments
I work a lot with XML and XML will obviously play an important role in future development. Over the last couple of months, I've been observing some incredibly strange behaviors with namespaces. I was certain that I must be observing a bug in Microsoft...
Page 1 of 1 (9 items)