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
.NET Rocks! Podcast: Beth Massi Builds Apps with LightSwitch in Studio 11
Posted
6 days ago
by
Beth Massi
1
Comments
"What’s New with LightSwitch in Visual Studio 11" Recording Available
Posted
14 days ago
by
Beth Massi
4
Comments
Modernize Apps Look & Feel with Metro Studio and the Cosmopolitan Shell
Posted
20 days ago
by
Beth Massi
4
Comments
I’m Speaking Next Week on What’s New with LightSwitch in Visual Studio 11
Posted
24 days ago
by
Beth Massi
0
Comments
LightSwitch Community & Content Rollup–April 2012
Posted
27 days ago
by
Beth Massi
4
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
May 2012
(5)
April 2012
(5)
March 2012
(7)
February 2012
(4)
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
>
All Tags
>
xml
>
article
Browse by Tags
ADO.NET Data Services
ASP.NET
Community
Data
DevCenter
LightSwitch
LINQ
OBA
Office
SharePoint
Silverlight
Visual Basic
VS2008
VSTO
WPF
Blog Post:
How To Send HTML Email from a LightSwitch Application
Beth Massi
A while back Paul Patterson wrote an awesome step-by-step blog post based on a forum question on how to send an automated email using System.Net.Mail from LightSwitch . If you missed it here it is: Microsoft LightSwitch – Send an Email from LightSwitch This is a great solution if you want...
on
27 Jan 2011
Blog Post:
Using Microsoft Word to Create Reports For LightSwitch (or Silverlight)
Beth Massi
Note: This post has been updated for Beta 2 on 3/24/2011 LightSwitch has a really nice feature on data grids that allow you to export them to Excel if running as a Desktop application (out of browser). This gives you a basic way of getting data out of the system to create reports or do further...
on
10 Sep 2010
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:
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:
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:
OBA Part 3 - Storing and Reading Data in Word Documents
Beth Massi
In my last few 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 In this post I'm going to talk about how we can create a purchase...
on
12 Feb 2009
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:
Accessing Open XML Document Parts with the Open XML SDK
Beth Massi
About a month ago the Open XML SDK 1.0 (June 08 update) was released . The SDK provides strongly typed document part access to Word 2007, Excel 2007 and PowerPoint 2007 documents. The SDK has been a CTP for a while, but last month version 1.0 was finally released. So I installed this baby last week and...
on
30 Jul 2008
Blog Post:
Article: Sharpening Your Axis with Visual Basic 9
Beth Massi
In the July/August issue of CoDe Magazine there's an article I wrote with Avner Aharoni (the Program Manager on XML literals) called Sharpening Your Axis with Visual Basic 9 . (They just opened up online access to even non-subscribers today!) I highly recommend this article which shows you from the beginning...
on
30 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
Blog Post:
Quickly Changing Values of XML Elements Using LINQ
Beth Massi
I've had many questions lately on how you can query for a specific node in an XML document (or fragment) and change it's value using LINQ. (This must mean that people are really starting to use this stuff so I'm pretty excited.) This is really easy to do because you can modify the values of the selected...
on
9 May 2008
Blog Post:
Querying HTML with LINQ to XML
Beth Massi
Often times we need to parse HTML for data. Sure in a perfect world everything would have a nice service or API wrapped around it but as we all know this is not always the case. Many times we're left with parsing files or "screen scraping" to get the data we need from other applications. Sure this is...
on
25 Apr 2008
Blog Post:
Mail Merging with Word, LINQ and XML Literals in VB
Beth Massi
I've mentioned before that you can use XML literals in VB 9 to do text merging so I figured it should be pretty easy to do some mail merging in Word the same way. Word 2007 (and Excel, etc) now uses a standard XML format called Office Open XML to describe documents so I thought this would be the perfect...
on
6 Dec 2007
Blog Post:
Northwind Meets Virtual Earth - Generate VE Maps with LINQ
Beth Massi
With Visual Basic 9 and LINQ you can easily create XML from multiple data sources including relational data, other XML sources or any other queryable object. Since most modern systems interact with each other in some form of XML the possibilities are endless. SOAP, XAML, HTML, RSS can all be created...
on
3 Dec 2007
Blog Post:
Visual Studio Tip of the Day Browser
Beth Massi
I'm sitting here with writer's block on an article I'm supposed to be writing so in order to coax the technical writing muse I decided to write an application I've been meaning to do for over a month. If you didn't know, on Sara's blog she has a category called Visual Studio Tip of the Day where she...
on
7 Nov 2007
Blog Post:
Quickly Import and Export Excel Data with LINQ to XML
Beth Massi
One really handy thing to do with relational data is to import and export it to Excel. This can be a total snap using LINQ to XML in Visual Basic 2008. For example, let's say I want to import data from an Excel spreadsheet into a local database file like SQL Compact Edition. I also want to be able to...
on
30 Oct 2007
Blog Post:
Embed Code and Avoid Underscores in Your Multiline Strings
Beth Massi
One of the things I most dearly missed from FoxPro when I moved to VB.NET was the ability to easily dump a bunch of text (multi-line string literals) into the editor easily and embed code (text-merge). FoxPro has a keyword TEXT...ENDTEXT for this and I used to use it all the time. In VB it gets pretty...
on
23 Oct 2007
Blog Post:
Getting Started with LINQ to XML
Beth Massi
As Rob points out (I actually noticed his post on the Dev Center today!) there are some How-Do-I videos available for Visual Studio 2008 . One of the videos is an overview of LINQ to XML (sorry I can't give you a direct link to the video as they are wrapped up into some nifty Silverlight control -- just...
on
16 Oct 2007
Page 1 of 1 (20 items)