We offer a free weekly newsletter covering all news related to Visual Basic! Subscribe today! Just enter your email address and press enter!
Thursday, July 2, 2009Last Updated: 6:00 pm ET
Basic Concepts for Working with LINQ05/27 - CodeGuru VB Check out this introduction to LINQ, a .NET 3.5 feature that allows you to handle different types of data from in-memory data structures (like generic lists and arrays) to datasets to databases to XML documents using a query language that's integrated into Visual Basic.
VB.NET for Beginners - Lesson 206/26 - About: Visual Basic Lesson 2 of the Visual Basic .NET for Beginners - the tutorial for people new to programming Visual Basic - has been posted. This course totally replaces a previous course...
Article :: C# Reflection06/28 - Informit: .NET and Windows C# reflection may seem little more than an academic curiosity, with no relevance to programmers. But reflection can be a powerful tool, as Stephen B. Morris shows in his review of this interesting technology.
Getting started with .NET RIA Services06/30 - MSDN: Visual Basic In this article learn what .NET RIA Services are and see how they make building Silverlight line-of-business applications easier.
DataBinding a DropDownList in a FormView05/22 - CodeGuru VB Providing a drop down list in your ASP.NET Web applications help users avoid wasting time with bad data and it's a kinder, gentler thing to do.
AutoTest: A LINQ to XML Example System06/17 - About: Visual Basic Microsoft's LINQ technology combined with XML can revolutionize the way you program, but it's difficult to make the transition from more traditional ways of programming to LINQ. Moving to XML...
Article :: Elements of Programming: Transformations and Their Orbits06/17 - Informit: .NET and Windows The application of the deductive method to your programs assures that your system’s software components will work together and behave as they must. In this chapter, the authors discuss transformations and their orbits.
I'm A VB!06/26 - MSDN: Visual Basic View interviews with today's VB.Net developers. Submit your own, too!
Displaying and Customizing Images from a Database04/30 - CodeGuru VB Discover how to render an image directly from a database using an IHttpHandler and how to modify the image on its way to the client using GDI+.
The Beginning Tutorial06/13 - About: Visual Basic The beginning VB.NET tutorial on the site has been completely rewritten. When I read through the old one, I could only shake my head and mutter, "What was I thinking?". Actually,...
Article :: C# GUI Programming06/15 - Informit: .NET and Windows C# GUI programming is now accessible to any C# programmer who is willing to invest a little time and effort.