Showing results for Lisa Feigenbaum - Visual Basic Blog

Dec 7, 2008
Post comments count0
Post likes count0

Did you know? There are many ways to insert a snippet into your code (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

Code snippets were introduced in the Visual Basic 2005 release. They provide an easy way to learn how to do a particular coding task, or to re-use a piece of code in various parts of your application. Code snippets can be inserted in a variety of ways.  The method you choose will depend upon the situation.  When browsing for a code snippe...

Dec 6, 2008
Post comments count0
Post likes count0

Video: Microsoft Visual Basic 2008 Tips and Tricks (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

I've blogged the session materials for this presentation before, but now we finally have the video available too! Here are some section markers: Enjoy! http://www.microsoft.com/emea/teched2008/developer/tv/default.aspx?vid=79

Dec 5, 2008
Post comments count0
Post likes count0

Video: The Joy of Writing Code in Visual Studio 2010 (Karen Liu)

Lisa Feigenbaum
Lisa Feigenbaum

We've had a couple recent posts about the Code Focused development experience coming up in the Visual Studio 2010 IDE: Code Focus Announcements in the TechEd EMEA Keynote Code Focus Videos on Channel 9 Now for the ultimate coverage (a complete TechEd presentation on the subject), check out the following video by Karen Liu! http://www.microsof...

Dec 4, 2008
Post comments count0
Post likes count0

Channel9 series: Visual Studio 2010 and the .NET Framework 4.0 Week! (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

There's a great Channel9 series that was recently released, with lots of videos on what to look forward to in VS 2010 and .Net Framework 4.0! The landing page is here; full lineup is below.Intro (Monday, November 10th): - Visual Studio 2010 Overview, Jason Zander - Key Themes for Visual Studio 2010, Soma - Lab Management in Visual Studio Team Syste...

Dec 2, 2008
Post comments count0
Post likes count0

Did you know there's a VB user group meeting each month at Microsoft Redmond? (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

That's right... Just downstairs from our offices there is a VB user group that meets the fourth Monday each month. It's let by Robert Green, a former Microsoft employee, who used to work on the VB team! There are a lot of Microsoft speakers at this user group, so if you live in the area it's a great way to meet some folks on the team, and tell us w...

Dec 2, 2008
Post comments count0
Post likes count0

Code Focused Development in Visual Studio 2010 (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

Do you spend a lot of your day in code? (Writing code, navigating code, modifying code, understanding code, testing code, debugging code, etc.) If so, then the Visual Studio 2010 IDE has got a lot in store for you! In this release we're focusing on optimizing for code-focused development, which covers each of these tasks. There are a number of new ...

Dec 2, 2008
Post comments count0
Post likes count0

VS 2010 Announcements at TechEd EMEA (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

TechEd EMEA kicked off on November 10th with an announcement-packed keynote by Visual Studio General Manager, Jason Zander! The 82min video has been made available for public viewing here. Below are some minute markers as well, in case you don't have time to watch the whole thing. Here's some other coverage you may want to check out, as well: ...

Nov 25, 2008
Post comments count0
Post likes count0

Panel: Developers moving to VB.Net for projects using XML (Lisa Feigenbaum)

Beth Massi
Beth Massi

Visual Basic 9.0 introduces a feature called XML Literals, which makes programming against XML a lot more natural, and dramatically decreases the number of lines of code you need to write. In fact, it makes working with XML in Visual Basic *so* much easier that many C# developers are moving to VB.Net for their XML work! To learn more abou...

Nov 25, 2008
Post comments count0
Post likes count0

Spain User Group Tour: All Good Things Must Come to An End (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

After three and a half days visiting user groups through Spain, Jon and I have flown back to the US. We got to meet some great people and had lots of fun talking about VB. The slide decks that we used on the trip are attached at the end of this post. PPT: Deep Dive on VB 9.0 (link to be added shortly)PPT: Visual Basic IDE Tips and Tricks  User...

Nov 24, 2008
Post comments count0
Post likes count0

Tutorial: Functional Programming with Visual Basic 9.0 (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

Using Visual Basic, and thinking about Functional Programming? Here's an excerpt from Eric White's blog, explaining why you should: Functional Programming (FP) has the potential to reduce program line count by 20% to 50%, reduce bugs and increase robustness, and move us in the direction of taking advantage of multiple core CPUs....