Microsoft Access 2010 Source Code Control

The Microsoft Access 2010 Source Code Control makes it easy to deploy and manage solutions built using Microsoft Access.

Read more:
Microsoft Access 2010 Source Code Control

Using The Loopback Adapter and SharePoint

Just a little tip as I’ve recieved a lot of emails and questions about SharePoint development recently. Most SharePoint development is going to take place in a virtual machine (unless you’re running Server 2008 as your desktop, which isn’t hard

Read the original post:
Using The Loopback Adapter and SharePoint

Roll-your-own “traffic light” icon set

Posted by Chris Downs, writer, Access IW Content Team Here’s a great tip suggested by Clint Covington.

Here is the original: 
Roll-your-own “traffic light” icon set

Andrew Whitechapel : Exposing Events From Non-VSTO Add-in …

At runtime, Office will instantiate this control via normal COM registry lookup and the CoCreateInstance mechanism. Our control will have just one button, and when the user clicks this button, we sink the Click event and fire the custom ..

Read more:
Andrew Whitechapel : Exposing Events From Non-VSTO Add-in …

OBA Part 2 – Building an Outlook Client against LOB Data

In the last couple posts we’ve been talking about an Office Business Application (OBA) architecture for the new Northwind Traders and how to expose line-of-business (LOB) data , in our case the Northwind SQL database, using ADO.NET Data Services . Today we’re going to talk about how to build an Outlook Add-In that pulls the order history from the database through our data service when a customer email arrives in the inbox of our sales reps.

View original here:
OBA Part 2 – Building an Outlook Client against LOB Data