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
4 days ago
by
Beth Massi
2
Comments
LightSwitch Community & Content Rollup–January 2012
Posted
11 days ago
by
Beth Massi
3
Comments
Calling Web Services to Validate Data in Visual Studio LightSwitch
Posted
14 days ago
by
Beth Massi
2
Comments
Beginning LightSwitch–Address Book Sample
Posted
18 days ago
by
Beth Massi
1
Comments
Using Different Edit Screens Based on Record Types (Table Inheritance)
Posted
24 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
>
vs2008
Browse by Tags
ADO.NET Data Services
Article
Channel9
Community
Data
DevCenter
Entity Framework
LINQ
N-tier
OBA
Office
SharePoint
Speaking
SQL Server
Videos
Visual Basic
VS2005
VS2010
VSTO
VSX
WCF
Webcast
Winforms
WPF
XML
Blog Post:
Office Development with Visual Studio Tutorial Series – Part 4
Beth Massi
A couple months ago Robert Green , VSTO MVP, started a series of step-by-step tutorials on building on Office 2007. Part 4 is now published. Thanks Robert! In this fourth part of the series of tutorials on Office Business Applications, learn how to create an Excel 2007 solution using Visual Studio 2008...
on
8 Mar 2010
Blog Post:
Office Development with Visual Studio Tutorial Series – Part 3
Beth Massi
A couple months ago Robert Green , VSTO MVP, started a series of tutorials on building on Office 2007. Yesterday we published part 3 of his step-by-step tutorials. Thanks Robert! In this third part of the series of tutorials on Office Business Applications, learn how to create an Excel 2007 solution...
on
16 Feb 2010
Blog Post:
Office Development with Visual Studio Tutorial Series – Part 2
Beth Massi
Last month Robert Green , VSTO MVP, started a series of tutorials on building on Office 2007. Today we published part 2 of his step-by-step tutorials. Thanks Robert! In this second part of the series of tutorials on Office Business Applications, learn how to create a Word 2007 price quote generation...
on
8 Dec 2009
Blog Post:
SF Bay.NET UG Tonight: Create a Custom Outlook Add-In using VSTO
Beth Massi
If you’re in the Bay Area, come on out to downtown SF where Robin will be talking about Outlook Add-ins tonight. Create a custom Outlook Add-In using VSTO When : Wednesday, 11/18/2009 at 6:30 PM Where : Microsoft San Francisco Office, 835 Market Street, Suite 700, San Francisco Visual Studio 2008...
on
18 Nov 2009
Blog Post:
Interop Between VBA and Visual Studio Office Solutions (VSTO)
Beth Massi
Couple weeks ago when I was in Holland speaking at SDC an attendee asked me how he could call methods in an Office solution (VSTO) from VBA functions defined in a document and vice versa. I thought I’d follow up with a post on how to do this, but first a little background on why this architecture would...
on
5 Nov 2009
Blog Post:
Building Occasionally Connected Smart Clients with WPF
Beth Massi
This month Dev Pro Connections has an article by Milind Lele on using Sync Services in a WPF application: Building Occasionally Connected Smart Clients with WPF With Sync Services and Visual Studio 2008 you can visually design your local data cache and have it automatically synchronize your data with...
on
2 Nov 2009
Blog Post:
History of Visual Studio
Beth Massi
I just started catching up on a cool series on Channel 9: The Visual Studio Documentary The documentary kicks off by taking you back to the days of MS-DOS and Alan Cooper who originally sold Visual Basic to Bill Gates back in 1988. It has a lot of BASIC and Windows history and it’s pretty fun to watch...
on
28 Oct 2009
Blog Post:
XAML Power Toys Released for Visual Studio 2010
Beth Massi
I finally made my way back home from Europe and I’m still digging through all my email, newsletters, feeds, etc. But one of the items that grabbed my attention is this week Karl Shifflett released updated XAML Power Tools for Visual Studio 2008 as well as a new set for Visual Studio 2010 : Updated: XAML...
on
26 Oct 2009
Blog Post:
Merging Text & Photos into a Word Document using Open XML SDK
Beth Massi
Yesterday I posted about how we could create a letter generator (mail merge) that took data from a database to create a Word 2007 document using the System.IO.Packaging class. I showed how to take data from Northwind using a single LINQ query to create XDocument objects representing letters to customers...
on
24 Sep 2009
Blog Post:
Mail Merging Into a Single Word Document Using XML Literals
Beth Massi
With the release of Microsoft Office 2007 we can work with a much simpler, standard, XML format called Open XML which opens the door for many types of applications that cannot work via COM. What if you needed to build a scalable web service that processes many documents in high volume? What if you wanted...
on
23 Sep 2009
Blog Post:
Inserting Master-Detail Data into a SQL-Server Compact Edition Database
Beth Massi
Yesterday John posted on the Visual Studio Data blog how to Refresh the Primary Key Identity Column during an Insert Operation using SQL Server. In that post he shows how the DataSet designer sets up a batch Insert statement to retrieve identity keys automatically. A while back I wrote about how to insert...
on
15 Sep 2009
Blog Post:
“Moving in” to Windows 7: My Favorite Features & Some Tips on Setup
Beth Massi
Last week I installed Windows 7 Enterprise on my main laptop – a Lenovo T60p ThinkPad. I was up in Redmond and MSIT made it available via a super-easy network boot that installs Office Enterprise, all the IT-required software like anti-virus, and all the drivers you need automatically. (I can’t say enough...
on
1 Sep 2009
Blog Post:
New “How Do I” Videos Released on Entity Framework & WPF
Beth Massi
Yesterday we released a couple more videos onto the Visual Basic Developer Center on building WPF data-entry forms with Entity Framework: How Do I: Hook Up and Display Validation in WPF using Entity Framework? How Do I: Build a WPF Master-Detail Data Entry Form Using Entity Framework? That makes 5 videos...
on
26 Aug 2009
Blog Post:
Using the ReportViewer with ADO.NET Data Services and Entity Framework
Beth Massi
The Winforms ReportViewer in Visual Studio Pro will allow you define client reports with a variety of data sources. If you’re not familiar with creating client-side reports using the ReportViewer, take a look at these videos: How Do I: Create a report from a database? How Do I: Create a report from a...
on
20 Aug 2009
Blog Post:
DevProConnections Article: Taking Advantage of LINQ and XML in Microsoft Office 2007
Beth Massi
This month I have an article on DevProConnections: Taking Advantage of LINQ and XML in Microsoft Office 2007 In this article, I talk about how a lot of applications that need to take advantage of Microsoft Office can do so without going through COM. Many programs that need to process documents...
on
17 Aug 2009
Blog Post:
Auto Access to non-Indexed Collections : Or How I Learned to Stop Worrying and Love the VB Compiler
Beth Massi
I just finished a couple more How Do I videos on using EF with WPF using VS2008 SP1 (they’ll be published soon) and while I was translating my VB code to C# I stumbled upon an error in C# that does not happen in VB. This of course got me curious and so I thought I’d share what I found out. I have an...
on
14 Aug 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:
Working with a Local Database File in Visual Studio
Beth Massi
In this post and video I’ve shown folks how to work with a local database file (.mdf, .mdb, .sdf) that resides directly inside your project in order to see updates made while debugging your application. If it looks like everything saves fine while debugging, but you can’t see the updates if you look...
on
31 Jul 2009
Blog Post:
Visual Basic Power Packs also included with Visual Studio 2010
Beth Massi
If you’re like me and used to having line & shape controls , PrintForm and a handy DataRepeater as part of your toolbox then you’ll be excited to know that these controls are also going to be installed with Visual Studio 2010. On Friday, Yunfeng Dong mentioned on the VS Data team blog that the VB...
on
27 Jul 2009
Blog Post:
Filtering Child DataTables Using TableAdapters
Beth Massi
Since my last post on filtering child collections using Entity Framework , I have had more than a few emails about how to load filtered child DataTables that are part of a master-detail relationship and then get them to save properly through the TableAdapters. Many people are running into the problem...
on
22 Jul 2009
Blog Post:
Channel 9 Interview: LINQ Language Deep Dive with Visual Studio 2008
Beth Massi
Ever wonder what really happens when you write a simple LINQ query? Dim query = From row In db.Customers _ Where row.Country = "Canada" _ Select row A lot of new language features went into the compilers in Visual Studio 2008 to make even this simple LINQ query work. In this interview...
on
22 Jul 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:
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:
Community Article: Automate Common Office Tasks
Beth Massi
If you haven’t seen it yet, we’ve got a new article from Robert Green (VSTO MVP) up on the Visual Basic and VSTO Dev Centers . In this article, learn how you can use Visual Basic to build application-level add-ins that automate common Microsoft Office tasks. It’s a good introduction to Office development...
on
25 Jun 2009
Blog Post:
Good Times at DevTeach, Vancouver
Beth Massi
Last week I spoke at DevTeach in Vancouver which was held at the beautiful Four Seasons in downtown. I love this Canadian conference because the attendees are great – super friendly and social, and ask a lot of great questions. I mostly interacted with folks building applications for the government or...
on
19 Jun 2009
Page 1 of 5 (119 items)
1
2
3
4
5