Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Beth Massi - Sharing the goodness that is VB
LightSwitch Developer Center
|
VB Developer Center
|
Office Developer Center
|
How Do I Videos
|
Team Interviews on Channel 9
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Recent Posts
LightSwitch Screen Tips: Scrollbars and Splitters
Posted
1 day ago
by
Beth Massi
1
Comments
LightSwitch Community & Content Rollup–January 2012
Posted
8 days ago
by
Beth Massi
3
Comments
Calling Web Services to Validate Data in Visual Studio LightSwitch
Posted
11 days ago
by
Beth Massi
2
Comments
Beginning LightSwitch–Address Book Sample
Posted
15 days ago
by
Beth Massi
1
Comments
Using Different Edit Screens Based on Record Types (Table Inheritance)
Posted
21 days ago
by
Beth Massi
5
Comments
Tags
ADO.NET Data Services
Article
Channel9
Community
Data
DevCenter
Entity Framework
LightSwitch
LINQ
Office
Personal
SharePoint
Silverlight
Speaking
SQL Server
Videos
Visual Basic
VS2005
VS2008
VS2010
VSTO
Webcast
Winforms
WPF
XML
Archives
Archives
February 2012
(2)
January 2012
(5)
December 2011
(7)
November 2011
(4)
October 2011
(7)
September 2011
(5)
August 2011
(6)
July 2011
(6)
June 2011
(7)
May 2011
(5)
April 2011
(4)
March 2011
(5)
February 2011
(10)
January 2011
(6)
December 2010
(5)
November 2010
(4)
October 2010
(6)
September 2010
(6)
August 2010
(8)
July 2010
(2)
June 2010
(8)
May 2010
(6)
April 2010
(9)
March 2010
(8)
February 2010
(9)
January 2010
(6)
December 2009
(5)
November 2009
(10)
October 2009
(12)
September 2009
(8)
August 2009
(9)
July 2009
(11)
June 2009
(10)
May 2009
(11)
April 2009
(12)
March 2009
(8)
February 2009
(10)
January 2009
(9)
December 2008
(11)
November 2008
(9)
October 2008
(11)
September 2008
(13)
August 2008
(10)
July 2008
(13)
June 2008
(7)
May 2008
(9)
April 2008
(12)
March 2008
(9)
February 2008
(13)
January 2008
(10)
December 2007
(8)
November 2007
(14)
October 2007
(25)
September 2007
(11)
August 2007
(15)
July 2007
(16)
June 2007
(13)
May 2007
(22)
April 2007
(21)
March 2007
(5)
Important Links
Visual Basic Developer Center
Visual Basic Forums
Visual Studio Interviews on Channel 9
Visual Basic How To Videos
MSDN Blogs
>
Beth Massi - Sharing the goodness that is VB
>
All Tags
>
article
>
wpf
Browse by Tags
ADO.NET Data Services
Community
Data
DevCenter
Entity Framework
LINQ
N-tier
OBA
Office
Visual Basic
VS2008
VS2010
VSTO
Windows 7
XML
Blog Post:
Programming the Task Bar in Windows 7 with WPF 4 Article Series
Beth Massi
Last week we published an article by VB MVP Alessandro Del Sole on how to utilize a cool Windows 7 Task Bar feature from WPF. Well this week we published another one on Jump Lists and Ale has promised to deliver even more! So yesterday we added a dedicated page to the Visual Basic Developer Center that...
on
25 Jun 2010
Blog Post:
Community Article: Programming the Task Bar in Windows 7 with WPF 4, Part One – Thumbnail Buttons
Beth Massi
This week we published an article by VB MVP Alessandro Del Sole on how to utilize a cool Windows 7 Task Bar feature from WPF. You can use WPF 4 to specify thumbnail buttons that appear for your app when people hover over it in the Windows 7 Taskbar. Ale also shows the basics of using the commanding pattern...
on
2 Jun 2010
Blog Post:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Beth Massi
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...
on
21 Dec 2009
Blog Post:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
Beth Massi
Early this 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. If you missed them: Architecture of the Northwind Office Business Application OBA Part 1 - Exposing Line...
on
15 Dec 2009
Blog Post:
Using Windows Presentation Foundation in Office Clients
Beth Massi
I was cleaning up my desk today and in the piles of mail and gobs of paper I found the SDN Magazine “Women in Technology” issue 101 that featured an article I wrote that was released in print back in May. Well, I just noticed today that near the end of June they made most of the articles available online...
on
10 Aug 2009
Blog Post:
Filtering Entity Framework Collections in Master-Detail Forms
Beth Massi
Last post I talked about how to get WPF data binding to work with master-detail entity collections. I had a couple readers ask me how they could filter the child collection instead of bringing them all down so in this post I’d like to show how you could do that. It’s actually pretty easy. Customer (Master...
on
16 Jul 2009
Blog Post:
Master-Detail Data Binding in WPF with Entity Framework
Beth Massi
Today I thought I would talk about a really common scenario in data applications, creating a master-details (one-to-many) data entry form. I’ve written about WPF data binding and Entity Framework a lot in the past: Posts: Master-Details with Entity Framework Explicit Load Loading Data and...
on
14 Jul 2009
Blog Post:
Implementing Validation in WPF on Entity Framework Entities
Beth Massi
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...
on
7 Jul 2009
Blog Post:
Using the WPF ObservableCollection with EF Entities
Beth Massi
The ObservableCollection is a special WPF collection that provides proper notifications to the UI when items are added, removed, or the list is refreshed because it implements INotifyCollectionChanged . It’s common to use this collection (or inherit from it) to contain your business objects you want...
on
8 May 2009
Blog Post:
Notifying the UI when Entity References Change in Lookup Comboboxes
Beth Massi
Last week I wrote about how to data bind WPF lookup comboboxes to entities returned from the Entity Framework. I described that the key to this type of binding is setting the SelectedItem to the object reference itself on the navigation property instead of setting SelectedValue and SelectedValuePath...
on
4 May 2009
Blog Post:
Data Binding WPF Lookup Combobox Values to EF Entities
Beth Massi
It’s extremely common to have to hook up lookup tables on your data entry forms in order to populate foreign keys in a database. I’ve talked about how to do this in Winforms and WPF with Datasets and LINQ to SQL before: How Do I: Create a Lookup Combobox in WPF? How Do I: Create a Master-Detail Data...
on
30 Apr 2009
Blog Post:
OBA Part 4 - Building an Excel Client against LOB Data
Beth Massi
In my last few app building posts we've been building a simple Office Business Application (OBA) for the new Northwind Traders. If you missed them: OBA Part 1 - Exposing Line-of-Business Data OBA Part 2 - Building and Outlook Client against LOB Data OBA Part 3 - Storing and Reading Data in Word Documents...
on
8 Mar 2009
Blog Post:
OBA Part 2 - Building an Outlook Client against LOB Data
Beth Massi
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...
on
7 Feb 2009
Blog Post:
ADO.NET Data Services - Intercepting Queries and Adding Validation
Beth Massi
Last few posts I've been building a WPF client against ADO.NET Data Services, if you missed them: Using ADO.NET Data Services ADO.NET Data Services - Building a WPF Client ADO.NET Data Services - Enforcing FK Associations and a Fix for Deleting Entities Today I want to show you how we...
on
21 Jan 2009
Blog Post:
ADO.NET Data Services - Building a WPF Client
Beth Massi
In my last post I introduced ADO.NET Data Services and how you can easily expose your data model via RESTful services that support the basic CRUD (Create,Retrieve,Update,Delete) operations. Basic CRUD database operations map well to the familiar HTTP verbs POST, GET, MERGE, DELETE and the framework takes...
on
15 Jan 2009
Blog Post:
Formatting Data in WPF Controls
Beth Massi
One of the basic things that we need to do as business application developers is to make sure that data being displayed to a user makes sense to them and that they know what type of data something is when they are making edits. In every business application I've written the data entry forms needed to...
on
12 Dec 2008
Blog Post:
Loading Data and Binding Controls in WPF with CollectionViewSource
Beth Massi
When designing WPF Windows with data (or as I usually refer to them WPF "Forms") we have many options on how we want to load the data and bind our controls. Depending on where the data is coming from and how it's being used there are a lot of possibilities. DataContext "Direct" Suppose...
on
7 Nov 2008
Blog Post:
MSDN Magazine - Dynamic Data Entry With XML Literals
Beth Massi
Check out the latest news on the VB Dev Center . I'm finally headlining myself ;-) I'm in the October issue of MSDN Magazine . I've been managing the content for the Basic Instincts column for a little over a year now where we rotate writers from the VB Team. This month is my birthday month so I decided...
on
1 Oct 2008
Blog Post:
Editing Tabular Data in WPF - Building a WPF Grid
Beth Massi
In my last post on WPF I showed how you could use a Winforms DataGridView on a WPF form in order to edit data in a tabular style. Today I'll show you how you can customize the WPF ListView in order to edit data without having to use any Winforms controls at all. WPF gives us the ultimate flexibility...
on
15 Sep 2008
Blog Post:
Editing Tabular Data in WPF Using the Winforms DataGridView
Beth Massi
A pretty common requirement of any business application is to be able to edit data in a "spreadsheet" or tabular style. Usually we use some sort of data grid to do this. When building WPF applications in Visual Studio 2008 you'll notice right away that there is no such control available in the toolbox...
on
4 Sep 2008
Blog Post:
Better Data Editing Features in WPF with SP1
Beth Massi
One of the things I was really missing from WPF when I started to dig into data binding was feature consistency between the BindingListCollectionView and the Winforms BindingSource I had grown to love. The BindingListCollectionView provides the navigation, currency, filtering and sorting on the bound...
on
19 Aug 2008
Blog Post:
Displaying Data Validation Messages in WPF
Beth Massi
As you can probably tell from my last couple posts I've been working with WPF in different data scenarios. Yesterday I was playing with data validation in WPF and .NET 3.5 which is pretty slick. In this article I'll walk through how to hook up validation in your data objects using the IDataErrorInfo...
on
27 Jun 2008
Blog Post:
Dynamic Data Entry with WPF and LINQ
Beth Massi
In my last post on this subject I explored creating WPF UI's dynamically using XML literals. The one part that bugged me a bit was that even though the UI was dynamic, we were using a fixed object model of our customer (using LINQ to SQL classes). I wanted to augment this code a bit more so that we could...
on
24 Jun 2008
Blog Post:
Dynamic UI with WPF and LINQ
Beth Massi
Lately I've been getting my hands deep into WPF with my line-of-business (LOB)/data-based application mind set. I'm taking a different approach to the technology resisting the urge to put on my amateur-designer hat and instead purely focus on data, data-binding, formatting controls, and some basic layout...
on
12 Jun 2008
Page 1 of 1 (24 items)