473,385 Members | 1,655 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

New features in vb.net 2005

Is there a place to see the new features in the VB.Net language in 2005?

I know that you can have nullable variables for one and in strings:

Dim s10 As String() = Regex.Split("Each word in this string will end up
being an item in this string array", " ")
For ktr As Integer = 0 To s10.Length
Console.WriteLine("s10 = {0}", s10(ktr))
Next

The "s10(ktr)" works in 2005 and doesn't in 2003.

Thanks,

Tom
Oct 21 '07 #1
4 2366
Make that (s10.Length - 1) and it will work in both 2003 and 2005. As is, it
won't work in either.

Tom Dacon
Dacon Software Consulting

"tshad" <t@home.comwrote in message
news:uT****************@TK2MSFTNGP05.phx.gbl...
Is there a place to see the new features in the VB.Net language in 2005?

I know that you can have nullable variables for one and in strings:

Dim s10 As String() = Regex.Split("Each word in this string will end up
being an item in this string array", " ")
For ktr As Integer = 0 To s10.Length
Console.WriteLine("s10 = {0}", s10(ktr))
Next

The "s10(ktr)" works in 2005 and doesn't in 2003.

Thanks,

Tom


Oct 21 '07 #2
On Sun, 21 Oct 2007 00:06:11 -0700, "tshad" <t@home.comwrote:
>Is there a place to see the new features in the VB.Net language in 2005?

I know that you can have nullable variables for one and in strings:

Dim s10 As String() = Regex.Split("Each word in this string will end up
being an item in this string array", " ")
For ktr As Integer = 0 To s10.Length
Console.WriteLine("s10 = {0}", s10(ktr))
Next

The "s10(ktr)" works in 2005 and doesn't in 2003.

Thanks,

Tom
Try the What's New index in MSDN. They give details of what's new in
the .NET framework 2 for VB.NET, C#, C++, etc

--
http://bytes.thinkersroom.com
Oct 22 '07 #3
This month's Visual Studio Magazine has an OK article on some of the new
stuff. But, yeah, in depth, non-cursory, discussions on what's new is hard
to find. Most chatter centers around LINQ (enough already!) while details on
other improvements (like improvements in the designers etc.) is hard to come
by.

--
-C. Moya
http://www.cmoya.com

"tshad" <t@home.comwrote in message
news:uT****************@TK2MSFTNGP05.phx.gbl...
Is there a place to see the new features in the VB.Net language in 2005?

I know that you can have nullable variables for one and in strings:

Dim s10 As String() = Regex.Split("Each word in this string will end up
being an item in this string array", " ")
For ktr As Integer = 0 To s10.Length
Console.WriteLine("s10 = {0}", s10(ktr))
Next

The "s10(ktr)" works in 2005 and doesn't in 2003.

Thanks,

Tom

Jan 18 '08 #4
Hi C,

"CMoya" <mo*@nospam.comwrote in message
news:C3**********************************@microsof t.com...
This month's Visual Studio Magazine has an OK article on some of the new
stuff. But, yeah, in depth, non-cursory, discussions on what's new is hard
to find. Most chatter centers around LINQ (enough already!) while details
on other improvements (like improvements in the designers etc.) is hard to
come by.
In the January column of OnVB,
http://visualstudiomagazine.com/colu...olumnistsid=69 , I
focused on the new XML features as I thought that was the biggest and most
significant feature. The more I use XML in VB9 the more I love it, and it
really does change the way you work with XML.

A lot of the other 2008 features I had already covered in earlier columns.
The quick reference guide :
http://visualstudiomagazine.com/list...st.aspx?id=252
provides an over view and links to earlier columns that drill down on more
detail of the features.

We do love to get feedback, so please do email me or the editor, or leave a
comment online :)

Regards,

Bill McCarthy.

Jan 19 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: nickpup | last post by:
We are looking to use ASP.NET 2.0 on a new project but we cannot use SQL 2005 quite yet. I wonder which if any features require SQL Server 2005? In addition, and more specifically does the new...
18
by: 5460lqh | last post by:
who can tell me which two features in the C++ language are most usefule, and which two features that you think are the most over-rated or the most misused and why you think so? Thanks very much!
18
by: Michael B Allen | last post by:
Is it considered a bad idea to use a C99 only feature? It has been almost 6 years right? Specifically I'm interested in variadic macros. All of my code is C89 (or less) except for my debugging...
6
by: aron t | last post by:
Hi, I am good php programmer and want to learn asp.net. Can someone tell me what are the best and the worst features of ASP.NET? thanks
0
by: eavery | last post by:
Is there any documentation on the new features that do/don't work when you set the backward compatibility for Sql Server 2005 to 80? I tried the online index rebuilds and it works....but I need to...
7
by: Fister | last post by:
I'm reading Professional C# (Wrox) and stumbled across: "Some features are supported by.NET but not by C#, and you might be surprised to learn that some features of the C# language are not...
4
by: Michael Reichenbach | last post by:
I am not asking for the best ide because I know there can no best one. Some prefer it lightweight, some a simple text editor... But I prefer as much helpful features as possible. Before I...
5
by: kalvin.tuel | last post by:
What features are missing from the Express version of C# 2005 vs the full enterprise version? Thank you. Kalvin
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.