Welcome to Catalyst Blogs Sign in | Join | Help

Browse by Tags

All Tags » SharePoint   (RSS)
If anyone lives in the Chicagoland area and really really really wants to haul it up to Grays Lake, IL, I'm going to be giving my first-ever keynote at the Lake County .NET Users Group! My talk is going to be about the Hybrid Provider , and how it facilitates Read More...
Okay so yesterday I got really excited about Microsoft Azure , especially when SharePoint was one of five highlighted technologies that would be natively hosted in the cloud.  These technologies are the "services" that make up, well, the Read More...
I just ran into a little gotcha with SharePoint workflows.  If you are using custom edit forms, you're going to have to create a new content type for them.  This requires only adding a new XML file to your WF project that has a no more than Read More...
One of the first things that didn’t work with my Hybrid Provider was opening Office documents from SharePoint. Since SharePoint loads the doc from the server, the user is re-authenticated before the client application will open it. In fact, when setting Read More...
I’ve been hitting the forums up lately to see if I can make the world a better place one SharePoint issue at time. Well, apparently, this SharePoint world is in really bad proverbial shape, and one of the largest oppressors is Active Directory. “How do Read More...
So everything’s been hunky-dory with my HybridProvider…but I’ll get back to that… For whatever reason, our production SharePoint environment is hosted on a VM, not a physical machine (although new servers have been ordered). We have scheduled VM backups, Read More...
When it comes to SharePoint 2007 migrations, Microsoft has plenty of different ways to approach them…well…actually only two different ways. And of course, when I sat down to perform our migration, the feasibility of each of these paths quickly evaporated. Read More...
Well, it’s after 3:00 AM and apparently my laptop is as exhausted as I am and refuses to upload the attachment for my Hybrid Provider blog entry. So here is the content for the HybridProvider.cs and web.config files you’ll need to make sense of the Hybrid Read More...
Introduction One of the greatest leaps that SharePoint 2003 has made to its 2007 release is the fact it is now built entirely on top on ASP.NET 2.0. SharePoint can now even be thought of as an actual web application, just like any other. While 2003 hacked Read More...
I’ve been at a client for quite some time doing SharePoint work, and came across an interesting issue. They have about 1,000 “corporate” users and 5,000 “field” users, with account names that follow a first-initial-last-name naming convention. And despite Read More...
SharePoint lists can be a convenient mechanism to store data in a database table-ish manner without having to leave your comfy SharePoint home. However, before you get too comfy living in a SharePoint list data storage paradigm, there are just a few things Read More...