InfoQ

InfoQ

Topic/Tag specific view

Visual Basic.NET Content on InfoQ


Latest featured content about Visual Basic.NET

Eric Nelson on VS 2010 and .NET 4.0

Topics
.NET Framework,
Cloud Computing,
.NET

In this interview Eric Nelson talks about what’s coming in VS 2010, the C# – VB.NET convergence, the introduction of Parallel as a library, and Azure cloud computing.

News about Visual Basic.NET

Behind the Scenes of Roslyn

Topics
.NET

Microsoft's Channel 9 has released an interview with the principal developers of the Roslyn project. Karen Ng, Matt Warren, Peter Golde, Anders Hejlsberg provides some useful information on the project's goals and what the team is trying to accomplish.

Building Visual Studio Extensions with Roslyn

Topics
IDE,
Compilers,
.NET

Yesterday we talked about the Rosyln Compiler and Workspace APIs. Today we take a look at the Rosyln Service APIs and how they can be used to extend Visual Studio. The extensions we will look at today are Code Issue, Quick Fix, Code Refactoring, Completion Provider, and Outliner.

Microsoft Unveils its Compiler as a Service

Topics
Compilers,
.NET

Early reports suggested that the Rosyln project would just be a better runtime-accessible compiler and REPL-style interpreter, but it turns out that it is much more ambitious. By opening up the entire compiler pipeline Microsoft hopes that developers will create a wide variety of tools at many levels.

Articles about Visual Basic.NET

A Detailed look at Overriding the Equality Operator

Topics
Programming,
.NET

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.

Presentations about Visual Basic.NET

Conquering XML with LINQ in Visual Basic 9.0

Topics
.NET,
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.

Erik Meijer on C# 3.0 and LINQ

Topics
Programming,
.NET

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

Topics
Change,
Semantic Web,
.NET

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.

Interviews about Visual Basic.NET

Billy Hollis on the Future of Software Development

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

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.