Showing category results for Featured

Dec 23, 2007
Post comments count0
Post likes count0

VB Love Song for the Holidays and New Year (By MS Friends of VB)

VBTeam

Here's a holiday present just for you -- in keeping with what has become a holiday tradition on Channel 9 we have Chris Anderson, Don Box and now our very own Amanda Silver singing you a special holiday song.  You can view the full video and sample code here on Channel9 (Thanks Jeff and C9 team!):https://channel9.msdn.com/ShowPo...

Dec 19, 2007
Post comments count0
Post likes count0

Higher Algebra with Operator Overloads (Brian Beckman)

Beth Massi

Recently I did a Channel 9 interview with Beth Massi where I walked through a Visual Basic program that used Generics and Operator overloads to perform some higher mathematics. I thought I'd follow up with a post explaining the details of exactly what I did. Operator overloads with Generics enable some beautiful designs for data types in Higher Al...

Dec 18, 2007
Post comments count0
Post likes count0

LINQ Cookbook, Recipe 12: Calculate the Standard Deviation (Doug Rothaus)

VBTeam

Ingredients:·         Visual Studio 2008 (Beta2 or Higher) Categories: LINQ to Objects Introduction:LINQ Cookbook, Recipe 11 showed how you can use LINQ queries to perform calculations on sets of data using a set of standard aggregate functions such as Average, and Sum. In this recipe, you wi...

Dec 13, 2007
Post comments count0
Post likes count0

LINQ Cookbook, Recipe 11: Desktop Search Statistics (Doug Rothaus)

VBTeam

Ingredients:·        Visual Studio 2008 (Beta2 or Higher) Categories: LINQ to DataSet Introduction:You can use aggregate functions in LINQ queries to perform calculations on sets of data. Visual Basic includes a set of standard aggregate functions for LINQ queries: All, Any, Average, Count, LongCo...

Dec 10, 2007
Post comments count0
Post likes count0

New VB Community Article: Creating Visual Studio Add-ins (Beth Massi)

Beth Massi

Rod Paddock's latest Community Article is up on the Visual Basic Developer Center on Creating Visual Studio Add-Ins which first appeared in CoDe Magazine. Rod goes a little bit deeper than I did when building an add-in and shows how to work with the project system and automatically open files and insert code. Thanks for submitting, Rod! Enjoy!-Beth...

Dec 5, 2007
Post comments count0
Post likes count0

Silverlight Ux Musings: Providing Panning Functionality for a Canvas of Objects – Part 2 [Corrina Barber]

VBTeam

I’m back with part 2 of the blog on panning functionality (part 1 is here), and, to quickly recap, we’re creating a region in a web site that can be panned rather than scrolled (users can click and drag to pan and navigate the region). We’re also designing the region so images always align properly (no images clip when the user f...

Dec 3, 2007
Post comments count0
Post likes count0

Silverlight Ux Musings: Providing Panning Functionality for a Canvas of Objects – Part 1 [Corrina Barber]

VBTeam

Recently, I was experimenting with Silverlight and decided to create a website that would allow me to browse some of my personal images, and the website was designed to look something like the image below.My intention for the site was that it would be able to display many images, certainly more than the 12 that you see grouped together and aligned ...

Dec 3, 2007
Post comments count0
Post likes count0

Job Alert: Programming Writer opening on Visual Basic Team (Robin Reynolds-Haertle)

VBTeam

The Visual Basic User Education team has an interesting opportunity that I wanted to share with you all.  We're looking for a Visual Basic .Net application programmer who also has a flair for writing. If you’d like to submit your resume, please apply for this job via the Microsoft Careers site. - Robin Reynolds-Haertle, Do...

Nov 27, 2007
Post comments count0
Post likes count0

Launching External Tools from inside Visual Studio (Jonathan Aneja)

VBTeam

Visual Studio has a small but extremely useful feature that allows you to hook external tools directly into the IDE’s Tools menu.  All you have to do is click Tools->External Tools… and then you can add your own custom menu items that will launch a specified program.   On a typical day I’ll probably fire up Reflector and/or ildasm a fe...

Nov 26, 2007
Post comments count0
Post likes count0

Drawing Maps with Visual Basic (Scott Wisniewski)

VBTeam

If you find yourself looking for something to do with your awesome new copy of Visual Studio 2008, you should check out the December 2007 edition of MSDN magazine. It features an article, written by me, that provides a walk through on how to visualize data on a map using VB 9, WPF and LINQ. To give you a sneak preview of what the app described in ...