InfoQ

InfoQ

Topic/Tag specific view

Visual Basic.NET Content on InfoQ


Latest featured content about Visual Basic.NET

MicroORM - A Dynamically Typed ORM for VB and C# in about 160 Lines

Topics
VB 10,
.NET Framework 4.0,
Visual Basic.NET,
Dynamic Languages,
.NET Framework,
.NET Languages,
.NET,
Data Access,
Languages,
Database,
Programming,
DLR,
Micro-ORM,
ORM,
C# 4

Using the new DLR features in VB 10 and C# 4 you can build a configuration-free ORM that works well with legacy stored procedures. Though accessed using normal object-dot-property syntax, all the data objects are built at runtime based solely on the information returned by the database. And this is done with no interfaces to define, classes to implement, or data mapping definitions to write.

News about Visual Basic.NET

Going Beyond async and await On WinRT

Topics
C#,
.NET Framework 4.5,
Visual Basic.NET,
.NET Framework,
.NET Languages,
.NET,
Programming

The Windows Runtime introduces greater support for asynchronous programming. The await and async keywords for C# and Visual Basic are part of this support.

New Asynchronous Features Enhance .NET Framework 4.5

Topics
Visual Basic.NET,
WCF,
WPF,
ASP.NET,
.NET Languages,
.NET,
Programming,
C# 4

.NET Framework 4.5 Beta not only brings the Async/Await keywords and language simplifications to C# and Visual Basic, but also adds asynchronous methods to several common I/O and data access functions. New asynchronous features are available in ASP.NET 4.5, WCF, and WPF as well.

A look at Visual Basic 11

Topics
Visual Basic.NET,
Visual Studio,
.NET Languages,
.NET,
IDE,
Microsoft,
Windows 8,
MVC,
Programming,
Companies,
IDEs

Visual Basic 11 brings with it several new features including asynchronous functions and the long awaited iterators.

Behind the Scenes of Roslyn

Topics
C#,
Visual Basic.NET,
.NET Languages,
.NET,
Programming,
Rosyln

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.

Articles about Visual Basic.NET

A Detailed look at Overriding the Equality Operator

Topics
C#,
Visual Basic.NET,
.NET Languages,
.NET,
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.

Presentations about Visual Basic.NET

Conquering XML with LINQ in Visual Basic 9.0

Topics
Visual Basic.NET,
QCon San Francisco 2007,
.NET Languages,
QCon,
.NET,
Programming,
Language Features,
XML Databinding,
Conferences,
LINQ

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
C#,
Visual Basic.NET,
.NET Languages,
Qcon London 2007,
Languages,
QCon,
.NET,
Programming,
Conferences,
LINQ

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
C#,
Visual Basic.NET,
Semantic Web,
.NET Languages,
ASP.NET,
.NET,
W3C,
QCon,
Conferences,
LINQ,
Programming,
Change,
Specifications

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

Eric Nelson on VS 2010 and .NET 4.0

Topics
F#,
.NET Framework 4.0,
Visual Basic.NET,
.NET Languages,
.NET Framework,
QCon London 2009,
Azure,
.NET,
QCon,
PaaS,
Conferences,
Programming,
Cloud Computing,
C# 4,
Visual Studio 2010

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.

Billy Hollis on the Future of Software Development

Topics
Visual Basic.NET,
.NET Framework,
.NET Languages,
Patterns and Practices,
.NET,
Programming,
Rich Client / Desktop,
History,
Patterns

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.