.NET news » VB.NET VB.NET Rss Feed

Pro VB 2010 and the .NET 4.0 Platform
Authors: Andrew Troelsen, Vidya Vrat Agarwal
Average rating: 0 / 0
(0 reviews)
More .NET VB.NET books
download

The 'dynamic' keyword for higher productivity: Windows Firewall API example

This dynamic keyword can be put to good use when doing COM. And in turn you could be more productive when you need to complete tasks regarding the Windows API (that expose COM functionality).
20 May 2010, 09:45:00   Source: The 'dynamic' keyword for higher productivity: Windows...   Tags: C# VB.NET

NHunspellTextBoxExtender - A Spellchecking IExtenderProvider for TextBoxes using Hunspell for .NET

With many applications, spell checking can be a vital aspect to include. Most people are accustomed to the spell checking capabilities of products like Microsoft Word or OpenOffice. There are products available for purchase that can add spell checking capability, such as SharpSpell that can cost hundreds of dollars. Unfortunately, there is a lack of Open Source, freely available tools that can provide the functionality of Microsoft Word. That is why I began to work on a spell checking IExtenderProvider that could extend any control that inherits TextBoxBase (both TextBox and RichTextBox inherit TextBoxBase).
7 May 2010, 15:43:00   Source: NHunspellTextBoxExtender - A Spellchecking...   Tags: Examples GUI VB.NET

6 Important .NET Concepts: Stack, Heap, Value types, Reference types, Boxing and Unboxing

This article will explain 6 important concepts Stack, heap, value types, reference types, boxing and unboxing. This article starts first explaining what happens internally when you declare a variable and then it moves ahead to explain 2 important concepts stack and heap. Article then talks about reference types and value types and clarifies some of the important fundamentals around them. Finally the article concludes by demonstrating how performance is hampered due to boxing and unboxing with a sample code.
27 Apr 2010, 14:12:00   Source: 6 Important .NET Concepts: Stack, Heap, Value types,...   Tags: C# VB.NET

Visual Basic 2010 Language Enhancements

Recently, Microsoft merged the Visual Basic and C# teams to help ensure that C# and Visual Basic grow together. And Visual Basic has been updated to include a number of C# features that it was previously missing. This article explores some of these new features that were added to Visual Basic 2010.

20 Apr 2010, 19:00:00   Source: Visual Basic 2010 Language Enhancements   Tags: VB.NET

Programming Twittering with Visual Basic

Discover how easy it is to call the Twitter API from your .NET applications.
4 May 2009, 20:43:27   Source: Programming Twittering with Visual Basic   Tags: VB.NET Web Services

Network Know-How: Exploring Network Algorithms

Networks can model all sorts of situations including physical networks as well as non-physical situations. Learn how to use network algorithms to test connectivity, build inexpensive connections, assign work, and split networks as inexpensively as possible.
3 Sep 2008, 14:34:53   Source: Network Know-How: Exploring Network Algorithms   Tags: Examples VB.NET

Sharpening Your Axis with Visual Basic 9

Visual Basic 9 completely eliminates the barrier between the code you write and the XML you're trying to express. Creating, querying, and transforming XML is much more intuitive and productive than ever before.
18 Aug 2008, 20:42:59   Source: Sharpening Your Axis with Visual Basic 9   Tags: VB.NET XML

Parsing Sentences and Building Text Statics in Visual Basic

This article describes three approaches to parsing the sentences from a body of text; three approaches are shown as a means of describing the pros and cons for performing this task using each different approach.
4 Jun 2008, 20:58:00   Source: Parsing Sentences and Building Text Statics in Visual Basic   Tags: VB.NET

Custom Button Control with Gradient Colors and Extra Image (VB.NET)

This is a simple to use Custom Button control, but with a lot of visual design options

VB's Statically Typed Wrapper for Dynamic Code

Visual Basic (in some of its forms) has always been Microsoft’s choice in dynamic quarter. With the latest release of Visual Basic 9.0 (comes with Visual Studio 2008), dynamic features of VB have been further improved. So, in VB 9.0 you can use extension methods, local variable type inference, lambda expressions and others that make VB even more dynamic. What’s unique about VB is that dynamic behavior can be controlled with a simple directive..
23 Apr 2008, 22:41:00   Source: VB's Statically Typed Wrapper for Dynamic Code   Tags: VB.NET
« Previous12345678Next »