Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Our team recently ran into a strange issue. Our Windows Phone application targets Silverlight 8.1...
Date: 11/19/2014
In a previous post I introduced the concept of Role Content Folders and how they can be used to...
Date: 07/05/2012
The latest versions of the Windows Azure Tools for Visual Studio have the ability to maintain...
Date: 07/02/2012
When a package fails to deploy to Windows Azure (or deploys but its roles fail to start properly) it...
Date: 06/27/2012
Windows Azure applications often need to package and deploy additional content. This could be...
Date: 06/08/2012
The LINQ-to-DASL provider of the Office Interop API Extensions provides a very limited set of...
Date: 12/19/2008
When your LINQ-to-DASL queries do not return the results you expect, how do you determine where the...
Date: 12/18/2008
I received an email over the weekend asking why the following LINQ to DASL query threw an exception:...
Date: 03/03/2008
Now that the Office Interop API Extensions have been released, I thought I would post a complete...
Date: 02/25/2008
One of the disadvantages of C# compared with VB is its lack of support for parameterized properties....
Date: 02/21/2008
As announced in Andrew Whitechapel's post, version 1.0 of the VSTO Power Tools have been released!...
Date: 02/21/2008
In an earlier post I discussed LINQ to DASL, part of the Office Interop API Extensions, which is one...
Date: 02/20/2008
In my last post I talked about LINQ to DASL, a LINQ provider that converts query expressions into...
Date: 02/19/2008
Quick, tell me what the following code does: Outlook.Folder folder = (Outlook.Folder)...
Date: 02/18/2008
I like VSTO. I like C#. What I don't like is having to write VSTO code in C# like: object fileName =...
Date: 02/15/2008
Yesterday I gave a presentation on VSTO at the third annual Portland Code Camp. I demonstrated an...
Date: 05/22/2007