Sign in
Colby Africa
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
About
ASP.NET Session
Automation
C#
Code Gallery
CSharp Code Header Designer
IExpress
Learning SharePoint
Microsoft Project
MpFx
Pages
PSI
PSI Extensions
QuickPatch
Rant
SharePoint
SSDS
Troubleshooting
Walkthroughs
WinProj
WPF
Archive
Archives
May 2009
(1)
April 2009
(1)
March 2009
(2)
February 2009
(3)
January 2009
(17)
December 2008
(4)
November 2008
(1)
October 2008
(8)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Colby Africa
Using a Separate Application Domain to Test for Implemented Interfaces
Posted
over 5 years ago
by
coafrica
1
Comments
Sometimes you need to load an assembly for use or inspection. The problem is that loading an assembly is permanent for the lifetime of an application domain. Sometimes this is acceptable and sometimes it is not. Mike Shughrue and...
Colby Africa
It's the Little Things Part 1
Posted
over 5 years ago
by
coafrica
1
Comments
As I get further and further into the Project Server Interface (PSI), I run up against gaps in my knowledge and some times the community's knowledge, as it exists in searchable form online. This little "gotcha's" can sometimes mean hours...
Colby Africa
Interface Type Param Arrays to Operate on Many Objects
Posted
over 5 years ago
by
coafrica
0
Comments
Here is an example: 1: private void Dispose( params IDisposable[] disposableObjects) 2: { 3: foreach (IDisposable disposableObject in disposableObjects) 4: { 5: if (disposableObject != null ) 6: { 7: disposableObject.Dispose...
Colby Africa
"Friends Don't Let Friends Delete Their Cache or Cancel Queue Jobs"
Posted
over 5 years ago
by
coafrica
1
Comments
I thought I would repost something Brian Smith wrote. Believe you me when I say follow his advice: http://blogs.msdn.com/brismith/archive/2007/11/02/friends-don-t-let-friends-delete-their-cache-or-cancel-queue-jobs.aspx
Colby Africa
Assert.IsTrue(ThrowsException(() => object.Method()));
Posted
over 5 years ago
by
coafrica
1
Comments
While reading this post , I came across an interesting line of code: 1: Assert.IsTrue(ThrowsException<UpdateException>(() => rb.Update(b2))); 2: 3: ThrowsException<E> is : 4: 5: private static bool ThrowsException<E>...
Colby Africa
Microsoft SQL Server Data Services (SSDS): First Contact
Posted
over 5 years ago
by
coafrica
1
Comments
I have been reading about cloud computing quite a bit. I found that Microsoft is doing something really interesting under the code name "Sitka" (there is now a public beta, so the code word is no longer internal). Sitka, or SSDS, is cloud...
Colby Africa
PSI Calls Result in 401.2 2148074254 Entries in IIS Log
Posted
over 5 years ago
by
coafrica
1
Comments
I implemented an integration service using the PSI for lifting data from a customer's system into Project Server. The service ran like a champ in my development environment but upon deploying it at the customer site, I was flummoxed for a while...
Page 1 of 1 (7 items)