Blogs authored by SharePoint professionals including consultants, developers, and trainers.
August 2007 - Posts
-
|
Here's another nasty one that tried to bite me today. Let's say I have the following classes: public class COMPlusClass : ServicedComponent { public COMPlusClass() { // Default initialization. } public COMPlusClass (string data) { // Parameterized...
|
-
|
By a staggering margin, most of my problems integrating C++/CLI code into my C#-based project has been deployment problems. Without fail, every integration or test deployment will be plagued with inexplicable problems. I'll try to list a few, with...
|
-
|
Today, I had a very tight deadline to achieve a very simple task: pass a managed .NET string to an API function that expects a null-terminated char*. Trivial, you would expect? Unfortunately it wasn't. My first though was to do the pinning trick that...
|
-
|
Author: Tobias Zimmergren Url: http://www.zimmergren.net The other day I got a comment on a post from one of my readers who wanted to know how you can connect your custom created Search Page with a specific Search Scope. Create a custom Search Page Navigate...
|
-
|
Author: Tobias Zimmergren Url: http://www.zimmergren.net Since people have been bugging me to get started with the blogging again, I guess I should just take their advice and get to it. This blogpost will cover the basics of customizing your search results...
|
-
|
Preface to this post - B&R has been expanding rapidly, and we’re really excited to be able to bring additional team members on. We’re now hiring a junior to mid-level developer… if you are interested in joining a great organization...
|
-
|
I was out sailing for the last week, in the mediterranean. One of the best vacations I've had in a long time really. We (two friends of mine and me) sailed from southern Mallorca (Palma) to france (st. Tropez and Antibe) with alot of stops on the...
|