News in the Category: VB.NET Subscribe to the rss of this category.

Total posts: 1346

Reserved words: what are they good for? (Absolutely nothing?)

Panopticon Central, May 8, 2008

Random musing for the day: I was thinking about reserved words in programming languages and whether they're really necessary at a lexical level. As you know, most programming languages define in their...

Collection initializer expressions

Panopticon Central, May 5, 2008

WARNING: This is a speculative post. Caveat emptor. Well, I appear to be on a rhythm of about once a month posts, which seems OK for the moment. Moving on to another "future" topic, one of the most...

ASP FormatDate

The Code Project Latest Articles, May 5, 2008

Date Format function for vbScript / ASP...

MVC coding in VB (part 416)

Visual ActiveKent Sharkey .NET SE 3.11 : ASP.NET, April 26, 2008

The bits move on, and only the code keeps changing. My complaints in the last post are no longer valid. As of the 4/16 release of the MVC framework, VB no longer has that weird behaviour. Now, all ac...

VB XML Cookbook, Recipe 3: Identity Transforms (Doug Rothaus)

The Visual Basic Team, April 25, 2008

An identity transform in XSLT does just what the name implies: replace the identity of an element or attribute with a new identity. Identity transforms are especially critical when dealing with XML ma...

To var or not to var

Fabrice's weblog, April 24, 2008

C# 3.0 and VB.NET 9.0 introduced implicit typing. When you use anonymous types, it's required. The rest of the time, it's mostly a judgment call to decide whether to use implicitly-typed local variabl...

MSBuild Packaging

Shaun Walker, April 14, 2008

One of the things I have been doing lately with my projects like the DotNetNuke CodeEndeavors AJAX templates along with the ClientAPI and WebControls is to use a custom MSBuild script to package the c...

New Community Article - The Power of Custom Workflow Activities (Part 2) (Beth Massi)

The Visual Basic Team, April 14, 2008

On Wednesday we released onto the VB Developer Center the second part of Maurice de Beijer's article on Windows Workflow. In this second article about developing custom Workflow Activities, Maurice ta...

VB.NET or VB Comments

RegexLib.com - Recent Patterns, April 4, 2008

Filters out VB.NET and VB6.0 comments....

Allowing a Server Control to Contain Custom Child Collection

Jason N. Gaylords Blog, April 1, 2008

I've probably done this at least a dozen times, but when you don't do something everyday, you tend to forget. I created a custom control that I wanted to place into a control collection. So, I created...

Allowing a Server Control to Contain Custom Child Collection

Jason N. Gaylords Blog, April 1, 2008

I've probably done this at least a dozen times, but when you don't do something everyday, you tend to forget. I created a custom control that I wanted to place into a control collection. So, I created...

Can you convert ... ?

mikes web log, April 1, 2008

Twice today I've gotten requests via the blog to convert code in old (old, old) blog entries -- one request to convert VB to C#, another request for C# to VB. Weird, huh? Two requests, both today.Dunn...

Allowing a Server Control to Contain Custom Child Collection

Jason N. Gaylords Blog, April 1, 2008

I've probably done this at least a dozen times, but when you don't do something everyday, you tend to forget. I created a custom control that I wanted to place into a control collection. So, I created...

VSLive San Francisco Content (Amanda Silver)

The Visual Basic Team, March 31, 2008

All - I'm about to go on for my LINQ Deep Dive and Tips &Tricks session at VSLive in San Francisco. I posted all demos & slides here: https://code.msdn.microsoft.com/Release/ProjectReleases.a...

Moving MS Project 2007 global between environments

Corporate Coder, March 31, 2008

Hey folks. A quick technical post for anyone starting to implement Project 2007 Server from 2003.  Your enterprise global cannot be easily moved between environments.  This mainly means any ...

Key Properties In VB.NET

Vault of Thoughts, March 29, 2008

I've never liked VB.NET. Probably because I was (un)fortunate enough to work with VB6 for 2 years, even though .NET and C# were already there. Nevertheless I'm aware that VB.NET tends to offer some v...

Code Snippet Editor for Visual Basic 2008

Federal Developer Weblog, March 27, 2008

If you haven't yet downloaded this nifty MSDN tool, you should. "The Visual Basic Snippet Editor is a Windows Forms application with UI for creating, editing, testing VB code snippets. You c...

And Equality for All ... Anonymous Types

K. Scott Allen, March 26, 2008

Given this simple Employee class: public class Employee {     public int ID { get; set; }     public string Name { get; set; }     } How ...

Visual Basic and Respect

DevX: .NET Feed, March 24, 2008

Will VB's new LINQ to XML prowess finally gain it the community respect accorded to other mainstream languages?...

Visual Basic and Respect

DevX: Latest XML Articles, March 24, 2008

Will VB's new LINQ to XML prowess finally gain it the community respect accorded to other mainstream languages?...

Recap of European Launch Events for Visual Studio 2008 (Amanda Silver)

The Visual Basic Team, March 24, 2008

Last week I had the privilege of speaking in Lisbon, Portugal & Birmingham, England at launch events for Visual Studio 2008. There seemed to be a lot of buzz and excitement in the air at both even...

New "How Do I" Videos Available on the Visual Basic Developer Center (Beth Massi)

The Visual Basic Team, March 24, 2008

If you missed it, last week 48 new How Do I videos (Forms over data, Windows development, Office development and Security) were added to the Visual Basic Developer Center in addition to adding ne...

STAThread vs. MTAThread (WHorst)

The Visual Basic Team, March 24, 2008

I recently ran into an interesting threading problem that I wanted to share, so that perhaps I can save some people from the same confusion I had.   I started with a C# application someone else h...

Using CPU Scheduling Simulator with F#

Granville Barnett, March 21, 2008

Just a quickie and a dead simple example, CPUSS is really easy to use with any managed language including C++/CLI, VB.NET and F# but I chose F# to create a real easy program to show the synergy betwee...

What's New in Visual Basic 9.0? Part 2

DevX: .NET Feed, March 18, 2008

The release of Visual Studio 2008 updates Visual Basic to version 9.0, with several key language enhancements and LINQ support. Part Two of this series will walk you through VB 9's new LINQ support fe...

Autocomplete Combo Boxes

DevX: .NET Feed, March 17, 2008

If you want autocomplete in VB, you've got to do it yourself and this tip shows you how....

Improvements to Visual Basic 6 Runtime Support on Vista, Windows Server 2008 (by Paul Yuknewicz)

The Visual Basic Team, March 15, 2008

You probably didn’t notice it, but we made some important and beneficial changes to the Support Statement for Visual Basic 6.0 on Windows Vista and Windows Server 2008 just a few weeks ago, and ...

#6 Did you know? You can now manage your snippet highlighting (Lisa Feigenbaum)

The Visual Basic Team, March 15, 2008

Do you use code snippets (introduced in VB 2005)? If you do, then you've probably noticed the green highlighting that stays around for the lifetime of the file. We've heard *a lot* of feedback that on...

Making PInvoke Easy

The Visual Basic Team, March 14, 2008

Jared here again.  I very excited to announce we recently released a tool I've been working on to MSDN that will greatly help with using PInvoke in managed code.  The tool is called the "P...

Utility to Convert Text / HTML to a Visual Basic String

Joe On .NET, March 13, 2008

AJAX opens many interesting new doors in terms of how we can tailor the user experience to the customers needs and how we can display content based on any number of state context. This sometimes ...

Book Excerpt: Visual Basic 2005 with .NET 3.0 Programmer's Reference

DevX: .NET Feed, March 12, 2008

Find out how to develop VB.NET applications on Vista using .NET 3.0. Chapter 24, "Printing," covers a topic that nearly every developer needs, but few understand well....

InteropForms ToolKit - Visual Studio 2008 edition

The Visual Basic Team, March 5, 2008

I apologize right away that it's been a while since I've blogged about the interop forms toolkit although I've been doing my best to keep up with issues and questions on the i...

Silverlight 2.0 beta1

Poupous blog, March 5, 2008

It's released. Now with new assembly names, version and public keys ;-)most of the stuffthe lone vb stuff...

LINQ in Action is for VB developers too

Fabrice's weblog, March 5, 2008

A frequent question we get about our LINQ book is whether it's been written for C# developers only. If you think so, you're making a mistake.We cover both C# and VB.NET in the book. This is one big di...

Channel 9 Interview - Tips and Tricks with the Interop Forms Toolkit (Beth Massi)

The Visual Basic Team, March 5, 2008

Today I posted a Channel 9 interview with Todd Apley, Senior Test Lead on the VB Team, where he shows us a variety of tips and tricks with using the Interop Forms Toolkit on Visual Studio 20...

Extension Methods for Profit

K. Scott Allen, March 5, 2008

Some say we are living in the information age, but I say this is the advertisement age. Marketers strive to cover every square inch of the planet and outer atmosphere with slogans and promotions. We ...

What's New in Visual Basic 9.0? Part 1

DevX: .NET Feed, March 4, 2008

The release of Visual Studio 2008 updates Visual Basic to version 9.0, with several key language enhancements and LINQ support. Part one of this series will walk you through using nullable types, type...

AdHawkMailer an ASP.NET Component for Sending Email in VB.NET

The Code Project Latest Articles, March 4, 2008

AdHawkMailer an ASP.NET Component for Sending Email in VB.NET...

CustomActionData in WiX with Deferred Custom Actions

Clarity Blogs: ASP.NET, February 29, 2008

Here is a major gotcha that you will encounter when you try to configure your product with deferred actions using configurable properties during the installation. Deferred actions do NOT have acc...

Similiar function to GOTO in VBScript

The Code Project Latest Articles, February 28, 2008

Similiar function to GOTO in VBScript...

Looking for a serious programming book that has VB code samples? Check out this list

Julia Lerman Blog - Dont Be Iffy..., February 27, 2008

While I will always promote the value of being able to read C# and mentally convert it to VBand being able to read VB and mentally convert it to C# is a skill I think all VB and C# developers should ...

Your VB.NET Service application times out when it is started

kbAlertz.com :: Visual Studio 2005, February 22, 2008

949443 ... Your VB.NET Service application times out when it is startedThis RSS feed provided by kbAlerz.com.Visit kbAlertz.com to subscribe. It's 100% free and you'll be able to recieve e-mail or ...

Free Download: Visual Basic Power Packs 3.0

Federal Developer Weblog, February 20, 2008

The Microsoft Visual Basic Team has released an updated version of the Visual Basic Power Pack, and I (as a C# Developer) am jealous! Here's an Overview of what's in the Power Pack: The new Data...

Lang .NET 2008, Scripting, and Visual Basic

Panopticon Central, February 20, 2008

WARNING: This is a speculative post. Caveat emptor. Several weeks ago, I gave a presentation entitled Bringing Scripting (Back) to Visual Basic at the Lang .NET 2008 conference. A video of the present...

New Visual Studio 2008 Database, Visual Basic Tool Downloads Available

FTPOnline ASP.NET Channel, February 20, 2008

Microsoft this week posted several new downloads for developers working with Visual Studio 2008 and Visual Basic....

ASP.NET Tag/Search Cloud Server Control

The Code Project Latest Articles, February 20, 2008

A customizable cloud generator written in VB.NET...

New Community Article - Windows Workflow 101 (Beth Massi)

The Visual Basic Team, February 19, 2008

Yesterday on the Visual Basic Developer Center we released a new article by VB MVP, Maurice DeBeijer on getting started with Windows Workflow called Windows Workflow 101. This is the first in a series...

New Data Repeater Control in Latest Power Packs Release! (Beth Massi)

The Visual Basic Team, February 18, 2008

Check it out, the team just released a new version of the Visual Basic Power Packs which now includes a Data Repeater control. Power Packs are free Add-Ins, Controls, Componen...

Singleton Collection in VB.net

The Code Project Latest Articles, February 17, 2008

Example of a proper singleton collection in visual basic .net....

ASP.NET Tag/Search Cloud Server Control

The Code Project Latest Articles, February 15, 2008

A customizable cloud generator written in VB.NET...

Product Spotlight