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





Much of my time is spent using the Visual Studio debugger examining code to figure out how it works and how to fix it. When stepping through a function, the values the function uses are very useful for code understanding. The debugger shows these values in the Watch/Locals/Auto/Callstack windows.   For example, the Locals window shows the Local variables used by the current code while at a breakpoint. Each variable might be a structure or class with many members. You can click to expand ... [ read more ]
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 what you think about Visual Basic! The user group website is here: http://www.dotnetda.com/ Usual agenda is below... 6:30PM Come Ear ... [ read more ]
I recently had a task to create code to calculate an annuity payment. Visual Basic has a builit in function - Pmt - for this purpose. Here's a method I created that calculates an annuity payment with Visua Basic's Pmt function: Public Function CalculateAnnuityPayment( ByVal rate As Double , _         ByVal paymentPeriods As Double , _         ByVal presentValue As ... [ read more ]
I recently had a task to create code to calculate an annuity payment. Visual Basic has a builit in function - Pmt - for this purpose. Here's a method I created that calculates an annuity payment with Visua Basic's Pmt function: Public Function CalculateAnnuityPayment( ByVal rate As Double , _         ByVal paymentPeriods As Double , _         ByVal presentValue As ... [ read more ]
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 features being added, designed to make your day easier. Here's the list: Quick Search for better navigation... ... [ 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