.net
Add a Custom Task Pane to Project 2010 (Norm Estabrook)
February 2, 2010 by Staff · Leave a Comment
Good news! Project 2010 supports custom task panes! Bad News! Getting one to appear in a Project 2010 is not so obvious. Good News! It’s a lot easier than I make it sound. In this post, I’ll show you how to add a custom task pane to Project 2010 by using a Project 2010 or Project 2007 project template in Visual Studio.
View original post here:
Add a Custom Task Pane to Project 2010 (Norm Estabrook)
.net
Creating a SharePoint Visual Web Part using Visual Studio 2010
January 29, 2010 by Staff · Leave a Comment
Last year we built a business application for order management for Northwind Traders on the Office and SharePoint platform using Visual Studio 2008 and Office & SharePoint 2007. Lately I’ve been writing articles that show how to upgrade it to Office & SharePoint 2010 using Visual Studio 2010. If you missed them: Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010 Build WPF Data Controls for Outlook Addins Easily with VS2010 Migrating a 2007 Workflow to Visual Studio & SharePoint 2010 I also released the migrated sample application here: http://code.msdn.microsoft.com/OBANorthwind If you look at the VS2010 solution in that sample you’ll see a few extra projects in there that add more functionality to our application

Read the original here:
Creating a SharePoint Visual Web Part using Visual Studio 2010
.net
Reading Data from External List using the SharePoint 2010 Client Object model
January 19, 2010 by Staff · Leave a Comment
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. You can find more information here: http://channel9.msdn.com/learn/courses/SharePoint2010Developer/ClientObjectModel/ .
Read the rest here:
Reading Data from External List using the SharePoint 2010 Client Object model
.net
Build WPF Data Controls for Outlook Addins Easily with VS2010
December 21, 2009 by Staff · Leave a Comment
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
.net
Linked Tables
October 27, 2009 by Staff · Leave a Comment
Read more here:
Linked Tables
In our previous blog post, we discussed how easy it is to use the Copy/Paste feature of the PowerPivot [aka Gemini] add-in to bring in data from virtually any external source that cannot otherwise be accessed by means of an ODBC, OLEDB or Managed .NET provider. In these scenarios, business users are free to copy new or updated data at any time, but the source of the data is not retained in the model itself, and so multiple copies may need to be manually performed over the model’s life span in order to reflect changes to the sources. Now consider the following business scenario: an analyst needs to produce a forecast of their company’s sales by product over the next year.
.net
Visual Studio 2010 and .Net Framework 4 Beta
October 21, 2009 by Staff · Leave a Comment
Visual Studio 2010 and .NET Framework 4 mark the next generation of developer tools from Microsoft.
The rest is here:
Visual Studio 2010 and .Net Framework 4 Beta
.net
Visual Studio 2010 Beta 2 Training Kit
October 20, 2009 by Staff · Leave a Comment
Jason just announced the Beta 2 version of DPE’s Visual Studio 2010 Training Kit is now live (you can find it at http://tinyurl.com/Beta2Training ). A training kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize a variety of Visual Studio 2010 and .NET Framework 4 technologies

See original here:
Visual Studio 2010 Beta 2 Training Kit
.net
VS 2010 and .NET 4.0 Beta 2
October 20, 2009 by Staff · Leave a Comment
I’m happy to announce that today we shipped the Beta 2 release of Visual Studio 2010 and .NET 4.0. MSDN subscribers can download Beta 2 immediately. We will be opening up Beta 2 for everyone to download starting this Wednesday. VS 2010 and .NET Improvements VS 2010 and .NET 4 bring a huge number of improvements and additions. They include big advances for ASP.NET web development, WPF and WinForms client development, SharePoint development, Silverlight development, data development, parallel computing development, and cloud computing development. VS 2010 also delivers a ton of improvements in the core IDE, code editors, programming languages, and enterprise design, architect, and testing tools. TFS 2010 is now easy to install (only 20 minutes to setup source control, bug and work item tracking, build automation, and continuous integration), can be installed on both servers as well as client OS and domain controller machines, and is now included with all MSDN subscriptions of Visual Studio.

More here:
VS 2010 and .NET 4.0 Beta 2
.net
SharePoint 2010: A First-Class Developer Platform
October 19, 2009 by Staff · Leave a Comment
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. Although Microsoft SharePoint has historically fulfilled these baseline requirements, I think there were places that caused a bit of a stutter when issuing the words developer platform —especially if we reach as far back as SharePoint 2003 technologies
Read the original here:
SharePoint 2010: A First-Class Developer Platform
.net
SharePoint 2010: A First-Class Developer Platform
October 19, 2009 by Staff · Leave a Comment
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
