InfoQ

Topic/Tag specific view

All content and news on InfoQ about Visual Basic.NET


Latest featured content about Visual Basic.NET

Conquering XML with LINQ in Visual Basic 9.0

Community
.NET
Topics
XML Databinding

In Visual Basic 9.0, XML becomes a built-in data type with a rich editing experience that completely eliminates the conceptual barrier between the code that you write and the XML that you're trying to express. It will cover tips, tricks, and gotchas so that developers reach peak performance when programming against XML with LINQ in Visual Basic 9.0.

News about Visual Basic.NET

Do Language Specific Libraries Belong in .NET?

Community
.NET
Topics
Language Design,
.NET Framework

There is a lot of basic functionality the .NET platform does not provide. For example, there is no built-in way to read CSV files, copy directories, or work with zip files. Well actually there is, but only if you dig deep enough.

New version of .NET Disguised as a "Service Pack"

Community
.NET
Topics
Silverlight,
.NET Framework

The beta for Service Pack 1 of .NET 3.5/VS 2008 brings with is a host of new features and libraries including the ADO.NET Entity Framework and Data Services, a client-only version of the Framework, and changes to most of the 3.0 and 3.5 libraries. Despite its name, to many developers this release is as significant as 3.5 itself.

Collection Initializers in VB

Community
.NET
Topics
Syntax,
Programming

Collection initializers were supposed to be released along with LINQ in C# 3 and VB 9. While C# did get them, they were cut from the VB release. Part of the reason was the Visual Basic team wanted to make VB's version more powerful. We present the leading options for the new syntax.

Articles about Visual Basic.NET

A Detailed look at Overriding the Equality Operator

Community
.NET
Topics
Programming

It is surprisingly easy to make a mistake when overriding the equality operator. Not only does the equality operator bring along with it a lot of baggage, there is a lot of flawed guidance out there, even on the MSDN website. So we are going to try to clear the air by presenting a systematic breakdown of both a reference type and a value type that supports equality.

Interviews about Visual Basic.NET

Billy Hollis on the Future of Software Development

Community
.NET
Topics
Rich Client / Desktop,
.NET Framework

David Totzke interviews with Billy Hollis, prolific writer and speaker on all things Visual Basic.NET and .NET in general. Billy shares his thoughts on Windows Forms, WF, Data Binding as well as why he doesn't use Data Binding. He provides insight on when developers should use Patterns and Practices Application Blocks and prognosticates his view of the future of .NET.

Presentations about Visual Basic.NET

Erik Meijer on C# 3.0 and LINQ

Community
.NET
Topics
Programming

In this presentation from QCon, Erik Meijer discuss C# 3.0 and LINQ with Objects, XML, and relational data using O/R mapping with a focus on composition. This is a more in depth discussion building on top of his "Democratizing the Cloud" presentation.

Democratizing the Cloud

Community
.NET
Topics
Semantic Web,
Change

As the Dutch artist MC Escher once said "Only those who attempt the absurd will achieve the impossible". Hence we are trying to stretch the .NET framework to cover the Cloud such that it will become possible to incrementally and seamlessly design, develop, and debug complex distributed applications using your favorite existing and unmodified .NET compiler and deploy these applications anywhere.

Building a Smart Client Toolkit

Community
.NET
Topics
Rich Client / Desktop

You'll discover capabilities you never knew existed, learn to use advanced OO capabilities in Windows Forms, find out how to build large, complex Windows Forms applications, and get an advanced look at the changes in Windows Forms 2.0 for Visual Studio 2005. Capabilities included in the "toolkit" include management and display of forms, data validation, security management, and dirty checking.