Build WPF Data Controls for Outlook Addins Easily with VS2010

Last post I showed how to migrate our Northwind Outlook client to .NET 4 and Office 2010 . This Outlook Add-in displays order history information in an adjoining form region so sales associates can see that data immediately when communicating with customers. When we originally built this with Visual Studio 2008 , we used a WPF user control to display the data so that we could better match the look and feel of Outlook 2007

Go here to read the rest: 
Build WPF Data Controls for Outlook Addins Easily with VS2010

Publish to SharePoint (part 2)

Today’s guest writer is Ric Lewis—the PM in charge of publishing to SharePoint. In our last post about publish, we covered the basics of how to publish your Access database to a SharePoint server. In this post, we’ll look at how to troubleshoot publish issues and maintain your published database.

See the rest here:
Publish to SharePoint (part 2)

Publish to SharePoint (part 1)

Today’s guest writer is Ric Lewis—the PM in charge of publishing to SharePoint. A common question in the Access community is “how do I get my app on the web?” Here is the most recent example : My wife and I have just started our own Recruitment business and I started an Access DB to basically be a contact manager and to track our jobs, candidates, clients and placements we make. I got to a certain point and realized I was out of my depth, so I enlisted the help of an Access Developer to finish it off.

View post: 
Publish to SharePoint (part 1)

Access Services overview and install information

Recently on The Access Show Ryan and I introduced Access Services and created a donations application that ran in the browser. I thought it would be helpful to provide some background to the vision and direction.

Go here to see the original:
Access Services overview and install information

Build navigation UI with Access 2010

Today’s guest writer is Wouter Steenbergen, a PM on the Access team responsible for Access form and report designers.

More:
Build navigation UI with Access 2010

Using PowerPivot with Excel 2010

In this blog article, we’ll step through using PowerPivot for Excel 2010 for building a rich application in Excel. Note: following screenshots describe the SQL Server 2008 R2 August Community Technology Preview (CTP) functionality for a feature codenamed Gemini.

See the rest here: 
Using PowerPivot with Excel 2010

Introducing PowerPivot

Today we have a guest author from the SQL Server Analysis Services team, Ashvini Sharma, to tell us about the PowerPivot (née Gemini) feature that you may have heard about recently. PowerPivot is the recently announced name of technologies this blog previously referred to by its codename, Gemini

The rest is here: 
Introducing PowerPivot

SharePoint 2010: A First-Class Developer Platform

By Steve Fox When I think developer platform, my baseline requirements are solid tool support, a good cadre of out-of-the-box (OOTB) features that I can leverage, and a robust set of APIs.

Here is the original post:
SharePoint 2010: A First-Class Developer Platform

Introduction to Data Analysis Expressions (DAX) in Gemini

The rest is here:
Introduction to Data Analysis Expressions (DAX) in Gemini

Gemini and DAX Extend the Power of PivotTables Excel PivotTables are not new, but Excel PivotTables that are based on multiple tables of data are new with the Gemini add-in for Excel 2010.

Implementing Validation in WPF on Entity Framework Entities

I’ve blogged before about implementing validation on LINQ to SQL classes as well as how to customize the display of error messages in WPF . In this post I want to show how you can use these same techniques to validate entities coming from the Entity Framework (EF). Like LINQ to SQL classes, Entity Framework entities are implemented as partial classes so that you can extend them with your own code on top of the code that the designers generate for you.

Original post: 
Implementing Validation in WPF on Entity Framework Entities