Visual Basic.NET Content on InfoQ
Articles about Visual Basic.NET
MicroORM - A Dynamically Typed ORM for VB and C# in about 160 Lines
by
Jonathan Allen
Posted on
Dec 05, 2009
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.
A Detailed look at Overriding the Equality Operator
by
Jonathan Allen
Posted on
Nov 28, 2007
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
Brian Rasmussen on Building Language Tools With Project Roslyn by Brian Rasmussen Posted on Jul 25, 2012 00:16:07
Eric Nelson on VS 2010 and .NET 4.0 by Eric Nelson Posted on Jun 04, 2009 00:32:19
Billy Hollis on the Future of Software Development by Billy Hollis Posted on Nov 03, 2006 00:33:40
Presentations about Visual Basic.NET
Conquering XML with LINQ in Visual Basic 9.0 by Beth Massi Posted on Apr 23, 2008 00:58:05
Erik Meijer on C# 3.0 and LINQ by Erik Meijer Posted on Feb 15, 2008 01:13:44
Democratizing the Cloud by Erik Meijer Posted on Aug 13, 2007 00:51:50
Building a Smart Client Toolkit by Billy Hollis Posted on Nov 22, 2006 00:43:33
News about Visual Basic.NET
EZNamespaceExtensions.Net v2013 Adds Context Menus, Thumbnail, Icons, Property Sheet Support by Anand Narayanaswamy Posted on Apr 05, 2013
Microsoft Open Sources Kinect for Windows Samples by Abel Avram Posted on Mar 13, 2013
How to Await Just About Anything by Jonathan Allen Posted on Dec 18, 2012
Eric Lippert Reviews C# and Speculates on its Future by Jeff Martin Posted on Jul 12, 2012
Going Beyond async and await On WinRT by Jeff Martin Posted on May 16, 2012
New Asynchronous Features Enhance .NET Framework 4.5 by Jenni Konrad Posted on Apr 11, 2012
A look at Visual Basic 11 by Jonathan Allen Posted on Mar 06, 2012
XAML and VBA 7 Specifications Released by Jonathan Allen Posted on Feb 28, 2012
Behind the Scenes of Roslyn by Jeff Martin Posted on Dec 07, 2011
Building Visual Studio Extensions with Roslyn by Jonathan Allen Posted on Oct 25, 2011
Microsoft Unveils its Compiler as a Service by Jonathan Allen Posted on Oct 24, 2011
Build Machines, Windows 7, and Classic ADO by Jonathan Allen Posted on Oct 19, 2011
The Cost of Async and Await by Jonathan Allen Posted on Oct 11, 2011
C# and Visual Basic on the WinRT API by Jonathan Allen Posted on Sep 15, 2011
ASP.NET MVC 4 Roadmap by Jonathan Allen Posted on Jul 26, 2011
.NET Micro Framework now supports Visual Basic, Remote Software Updates by Jonathan Allen Posted on Jun 16, 2011
Update to .NET Framework 4 by Jonathan Allen Posted on Jun 14, 2011
New.NET Async Control Flow Explained by David Cooksey Posted on Apr 28, 2011
Visual Basic is Losing Its Runtime Library by Jonathan Allen Posted on Jan 13, 2011
Why Microsoft Believes that VB and C# Need an Asynchronous Syntax by Jonathan Allen Posted on Jan 04, 2011
Announcement: Windows Phone 7 Opens to Visual Basic by James Vastbinder Posted on Dec 01, 2010
Sneak Peak: Asynchronous Syntax for Visual Basic and C# by Jonathan Allen Posted on Oct 28, 2010
Windows Phone 7 has put the .NET Language Coevolution Promise in Doubt by Jonathan Allen Posted on Sep 27, 2010
Optional Parameters Are Gaining Ground in .NET by Jonathan Allen Posted on Jul 06, 2010




