Sign in
Steve Fox's OBA Ramblings
All Things SharePoint, Office and Azure Development
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Advanced OBA
Business Connectivity Services
Custom Outlook Form Region
MOSS platform
MSDN
OBA
OBA platform
OBA Sample Application Kit
OBAs
Office Business Applications
Office Development
Office platform
OFR
Outlook Addin
Outlook OBA
SharePoint
sharepoint 2010
SharePoint development
Silverlight
Silverlight and SharePoint
Silverlight Blueprint for SharePoint
Steve Fox
Web service
Your First OBA
Your First Office Business Application
Archive
Archives
February 2013
(4)
November 2012
(2)
August 2012
(1)
July 2012
(1)
June 2012
(7)
February 2012
(2)
November 2011
(2)
October 2011
(3)
September 2011
(1)
August 2011
(7)
July 2011
(4)
June 2011
(3)
May 2011
(1)
April 2011
(2)
March 2011
(4)
February 2011
(8)
December 2010
(1)
November 2010
(4)
October 2010
(4)
August 2010
(3)
July 2010
(2)
June 2010
(8)
May 2010
(6)
April 2010
(3)
March 2010
(6)
February 2010
(1)
January 2010
(7)
December 2009
(6)
November 2009
(4)
October 2009
(8)
September 2009
(1)
August 2009
(1)
July 2009
(3)
June 2009
(5)
May 2009
(2)
April 2009
(2)
March 2009
(6)
February 2009
(3)
January 2009
(1)
November 2008
(2)
October 2008
(1)
August 2008
(3)
June 2008
(3)
May 2008
(3)
April 2008
(4)
March 2008
(4)
December 2007
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Steve Fox's OBA Ramblings
Silverlight, SharePoint, Services…Oh Yeah!!!
Posted
over 4 years ago
by
Steve - DPE
4
Comments
The last blog post I wrote was on interacting with SharePoint using services. One of the things that I’ve been quite involved in over the past year or so has been Silverlight and SharePoint integration. You will definitely see more of this type of development...
Steve Fox's OBA Ramblings
Web Services and SharePoint: How do I do it?
Posted
over 4 years ago
by
Steve - DPE
3
Comments
When building an OBA, you’re often going to want to either integrate with the native Web services for SharePoint (when I say SharePoint, in this instance I’m referring to both the WSS and the MOSS services) or you’ll want to create your own custom services...
Steve Fox's OBA Ramblings
Sharepoint 2010 development using bcs
Posted
over 4 years ago
by
Steve - DPE
3
Comments
One of the big features for SharePoint 2010 (and for building OBAs) is the Business Connectivity Services (BCS). I’ve written a few posts on this, but wanted to follow up on these early posts with some additional detail on how to create a solution leveraging...
Steve Fox's OBA Ramblings
ghosting & unghosting in Sharepoint 2010
Posted
over 3 years ago
by
Steve - DPE
0
Comments
In a recent virtual conference, I was asked about whether you can still ghost/unghost site pages when editing files in SharePoint Designer 2010. The short answer is yes you can, but the longer answer is as a site administrator you can actually manage...
Steve Fox's OBA Ramblings
Preparing for 70-573 exam (“Microsoft SharePoint 2010, Application Development”)? Check out what other people are using to prepare.
Posted
over 2 years ago
by
Steve - DPE
1
Comments
I was recently asked what are the best ways to prepare for the 70-573 SharePoint Developer exam. I pinged a couple of folks who had gone through the process, and below are the responses I received from them. From Kirk: “I used the MeasureUp practice tests...
Steve Fox's OBA Ramblings
ASP.NET Chart Controls in SharePoint 2010: Rendering a Sales Chart with Custom Data
Posted
over 2 years ago
by
Steve - DPE
1
Comments
SharePoint 2010 is great for BI; you have a ton more options. One of these options is the native Chart Web part, which allows you to create and map data from a number of different sources. For example, if you navigate to your SharePoint site, click Site...
Steve Fox's OBA Ramblings
VSeWSS 1.3 Post-Install Configuration
Posted
over 4 years ago
by
Steve - DPE
8
Comments
If you’re trying to install VSeWSS 1.3, the latest version of the Visual Studio Extensions for Windows SharePoint Services, you may find that you need to tweak a couple of things post-install to make sure the VSeWSS 1.3 web service is configured correctly...
Steve Fox's OBA Ramblings
WCF Services and SharePoint: Integrating SharePoint Web Parts and WCF Services Hosted in IIS
Posted
over 4 years ago
by
Steve - DPE
0
Comments
I was asked a couple of times recently about WCF and SharePoint—i.e. how do you integrate a WCF service with SharePoint that is hosted in IIS? Well, I did a little digging around over the past few weeks to see what was out there and besides finding Sahil...
Steve Fox's OBA Ramblings
Retrieve SharePoint List Data with XLINQ using VS 2010 Beta 1
Posted
over 4 years ago
by
Steve - DPE
7
Comments
One of the key things you’ll likely want to do with SharePoint is interact a lot with lists. In earlier posts on this blog, I’ve discussed adding data to a SharePoint list using both custom and native SharePoint services (i.e. services that ship with...
Steve Fox's OBA Ramblings
Adding images to the sharepoint 2010 hive
Posted
over 4 years ago
by
Steve - DPE
0
Comments
I’ve had this question a few times, so I thought I’d post a super-quick blog entry on it. The question is: how do I get images into SharePoint and then leverage them in my Visual Web Part that I’m building in VS 2010? The answer is twofold: 1. Put them...
Steve Fox's OBA Ramblings
Using Windows Azure to Connect LOB Data to SharePoint Online using Business Connectivity Services
Posted
over 2 years ago
by
Steve - DPE
1
Comments
What’s New at SPC 2011 I’ve been hanging out here at the SharePoint Conference (SPC) 2011 in Anaheim, CA this week, and it’s been a blast. Earlier in the week, Jeff Teper announced a key innovation for the cloud: support for Business Connectivity Services...
Steve Fox's OBA Ramblings
SharePoint 2010 & Windows Azure: How they Play Together?
Posted
over 3 years ago
by
Steve - DPE
0
Comments
SharePoint and Azure: How They Play Together? Today, I presented a session on Azure and SharePoint—specifically addressing how to integrate the two technologies. SharePoint is not built on Azure, so this session was about how can you take an...
Steve Fox's OBA Ramblings
Leveraging Windows Azure WCF Services to Connect BCS with SharePoint Online
Posted
over 2 years ago
by
Steve - DPE
1
Comments
Introduction You might have read an earlier post of mine where I discussed the new Business Connectivity Services (BCS) functionality in SharePoint Online (SP-O) and walked through how you can leverage jQuery and JavaScript to interact with an external...
Steve Fox's OBA Ramblings
Integrating azure & Sharepoint 2010
Posted
over 3 years ago
by
Steve - DPE
2
Comments
Windows Azure & SharePoint 2010 Azure is Microsoft’s platform in the cloud that provides you with an endpoint for your custom services and data storage. It also provides you with a great development environment to build and deploy solutions into the...
Steve Fox's OBA Ramblings
SharePoint Online and Windows Azure: Developing Secure BCS Connections using WCF Services
Posted
over 1 year ago
by
Steve - DPE
1
Comments
SharePoint Online and Windows Azure: Developing Secure BCS Connections in the Cloud Introduction Over the Christmas vacation, a few of us got together and started down the path of how to not only secure external data connections to SharePoint Online...
Steve Fox's OBA Ramblings
SharePoint 2013 and Windows Azure Media Services
Posted
9 months ago
by
Steve - DPE
1
Comments
One of the cool new kids on the block for Windows Azure is Media Services . Windows Azure Media Services (WAMS) is currently in Beta, and as I dig in more I personally feel there’s a ton of potential here—especially when it comes to SharePoint. For those...
Steve Fox's OBA Ramblings
SharePoint and Windows Azure: Why They’re Better Together?
Posted
over 2 years ago
by
Steve - DPE
0
Comments
Last Friday, we presented an Academy Live (AL) session that discussed, at the introductory level, how SharePoint and Windows Azure Platform come together. On the call were myself ( Steve Fox ), Mike Fitzmaurice (VP, Technology at Nintex) and Donovan Follette...
Steve Fox's OBA Ramblings
Amending the web.config File to Support Silverlight Development on SharePoint
Posted
over 4 years ago
by
Steve - DPE
2
Comments
Many developers are looking at enhancing SharePoint by integrating Silverlight into their SharePoint servers. One of the key blockers, though, is getting your server set up so you can actually build and more importantly deploy Silverlight applications...
Steve Fox's OBA Ramblings
Reading Data from External List using the SharePoint 2010 Client Object model
Posted
over 3 years ago
by
Steve - DPE
1
Comments
One of the demos I showed this week was the integration of the new SharePoint 2010 client object model (SP COM) and an external list. The SP COM is a way to work with lists where you create and execute batch commands against your SharePoint 2010 server...
Steve Fox's OBA Ramblings
SharePoint and Windows Azure Developer Training Kit–Summer Update
Posted
over 2 years ago
by
Steve - DPE
2
Comments
While the summer here in Seattle has been short, we managed to ship an updated version of the SharePoint and Windows Azure Developer Training Kit for all of you wanting to explore how these two technologies come together. Below, you can find the updated...
Steve Fox's OBA Ramblings
Building SharePoint Farms using Windows Azure Virtual Machine (IAAS)
Posted
11 months ago
by
Steve - DPE
0
Comments
At TechEd this week, there was a lot of activity around the new Windows Azure Spring Preview. As a part of this release was the announcement of the new Virtual Machine. This is an important advancement for Microsoft and Windows Azure because it brings...
Steve Fox's OBA Ramblings
Using Media Streaming Services to Integrate Silverlight with SharePoint
Posted
over 4 years ago
by
Steve - DPE
1
Comments
One of the cool things about the Media Streaming Services is that you can circumvent some of the server set-up for SharePoint and still integrate a Silverlight (SL) app into your SharePoint (SP) site. By using the Media Streaming Services, which are free...
Steve Fox's OBA Ramblings
Learn how to integrate PeopleSoft, Outlook and MOSS
Posted
over 4 years ago
by
Steve - DPE
1
Comments
Office Business Application (OBA) development is growing in importance thus continues to be an integral part of the Office platform developer story. To that end, we recently completed a new resource that could be used for OBA training specific to PeopleSoft...
Steve Fox's OBA Ramblings
Visual Studio 2010 Beta 1 & OBAs: Actions Pane, Word Content Controls & SharePoint List Integration
Posted
over 4 years ago
by
Steve - DPE
2
Comments
Last week, the Visual Studio (VS) 2010 Beta 1 was released to the public. I’m personally very excited about the VS 2010 release because of the additional support for Office and SharePoint development. While you won’t see the SharePoint 2010 project templates...
Steve Fox's OBA Ramblings
Beginning SharePoint 2010 Development Supplement: Using the Lists Web Service to Update a SharePoint List
Posted
over 3 years ago
by
Steve - DPE
0
Comments
Book Supplements I’ve been wanting of time to add some how-to supplements to my Beginning SharePoint 2010 Development book. For those of you starting out, you may have questions about the ‘how’ and sometimes there are errata, bugs or updates from the...
Page 1 of 7 (160 items)
1
2
3
4
5
»