/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





Today I posted another Channel9 interview . This time I met with the team that brings us the "experience" of coding in Visual Studio, also sometimes referred to as the VS IDE Team. I ask them how their design process works, what the top requested features are for the code editors, how they work with the language teams as well as what their favorite and hardest features are to build and test. Meet the Visual Studio Managed Languages Development Experience Team Enjoy, ... [ read more ]
If so here's a great tutorial video for you to check out, by VB MVP Bill Burrows: http://www.myvbprof.com/2007_version/MVC_P4_Tutorial.aspx Here's a description of the tutorial: "This tutorial covers an overview to the MVC pattern using MVC Preview 4 and Visual Basic. It highlights the changes in the MVC model since the release of Preview 1 and covers both 'drill-down' applications as well as showing how to update an existing database record and add a new record."
Via Don Box’s blog , I found the preliminary code for a tuple at CodePlex . The tuple is a simple structure containing in this case two values: a double tuple.  It basically looks like this :   Structure Tuple( Of TFirst, TSecond)      Public Property First() As TFirst    Public Property Second() As TSecond   End Structure   I’ve omitted the details, ... [ read more ]


© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC