473,699 Members | 2,702 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB2008: Reasons to Upgrade?

Are there any definite advantages of VB2008 over VB2005?

Thank in advance.
Michael

Jun 27 '08 #1
9 1192
Michael,

There are tons of advantages, but even beside those, in my opinion works
version 2008 smoother.

Cor

"MichaelH" <bm******@gmail .comschreef in bericht
news:09******** *************** ***********@p25 g2000hsf.google groups.com...
Are there any definite advantages of VB2008 over VB2005?

Thank in advance.
Michael
Jun 27 '08 #2
"MichaelH" <bm******@gmail .comwrote in message
news:09******** *************** ***********@p25 g2000hsf.google groups.com...
Are there any definite advantages of VB2008 over VB2005?

Thank in advance.
Michael
I second Cor's opinion. Lots of bugs gone. The ability to target .Net 2.0,
3.0 or 3.5. My impression is that 2008 is faster, more stable and "smoother"
in general. Fully supported in Vista. etc.
You do lose J#, but you can add F#.
Jun 27 '08 #3

Besides the UI improvements, esp. for ASP.Net developers,
http://wiki.asp.net/page.aspx/134/orcas/
you might want to check out this video (16 minutes):
http://channel9.msdn.com/ShowPost.aspx?PostID=328382

Even if you are still targeting CLR 2.0, you can still take
advantage of many of the improvements in the IDE.
I once tried upgrading a 150,000-line project from VS2005
to VS2008 and I could continue working on it (targeting
CLR 2.0) and compile it without any problems.

There is an SP1 on the way for VS2008:
http://msdn.microsoft.com/en-us/vstu.../cc533447.aspx

For ASP.Net developers it should be a no-brainer. For small,
client-only WinForms applications, not so sure. In a team
environment where everybody is not ready to make the
jump, maybe not a good idea either.

But "definite advantages" is a relative term and depends
on where you are now and what you want to do.

Regards,

Joergen Bech

On Fri, 30 May 2008 18:22:46 -0700 (PDT), MichaelH
<bm******@gmail .comwrote:
>Are there any definite advantages of VB2008 over VB2005?

Thank in advance.
Michael
Jun 27 '08 #4
"MichaelH" <bm******@gmail .comschrieb:
Are there any definite advantages of VB2008 over VB2005?
In addition to the other replies, note that VB 2008 (the IDE) provides
design time support for Windows Presentation Foundation (WPF) and other
technologies introduced with .NET 3.0 and .NET 3.5, which are not available
for VB 2005.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Jun 27 '08 #5
It makes Bill Gates richer!!!

"MichaelH" <bm******@gmail .comwrote in message
news:09******** *************** ***********@p25 g2000hsf.google groups.com...
Are there any definite advantages of VB2008 over VB2005?

Thank in advance.
Michael

Jun 27 '08 #6
If you don't see yourself any reason to upgrade this is likely because you
don't need it. Wait until you find reasons to upgrade...

--
Patrice

"MichaelH" <bm******@gmail .coma écrit dans le message de groupe de
discussion :
09************* *************** **...legroup s.com...
Are there any definite advantages of VB2008 over VB2005?

Thank in advance.
Michael
Jun 27 '08 #7
Patrice,
If you don't see yourself any reason to upgrade this is likely because you
don't need it. Wait until you find reasons to upgrade...
Still riding in a horse car?

Cor

"Patrice" <http://www.chez.com/scribe/schreef in bericht
news:3E******** *************** ***********@mic rosoft.com...
--
Patrice

"MichaelH" <bm******@gmail .coma écrit dans le message de groupe de
discussion :
09************* *************** **...legroup s.com...
>Are there any definite advantages of VB2008 over VB2005?

Thank in advance.
Michael
Jun 27 '08 #8
On 2008-06-02, Cor Ligthert[MVP] <no************ @planet.nlwrote :
Patrice,
>If you don't see yourself any reason to upgrade this is likely because you
don't need it. Wait until you find reasons to upgrade...

Still riding in a horse car?

Cor
No, but with the cost of gasoline what it is - I'm considering it :)

--
Tom Shelton
Jun 27 '08 #9
:-)

Jun 27 '08 #10

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

Similar topics

1
2207
by: DickChristoph | last post by:
Hi I am interested in converting a Access 97 application to VB.Net (well okay rewriting). This would be a VB.Net client with a SQL Server backend, as opposed to my other alternative which would be rewriting this as an Access XP application with a SQL Server backend. I have worked enough in VB.Net at home to known that this would be a better solution but this would be the first application for our company using VB.Net (a largely...
3
1845
by: Glen W via DotNetMonster.com | last post by:
I need 10 reasons to give to my boss to convince him to upgrade to VS 2005. So far I've got the 2 obvious ones: Generics and Refactoring, one makes code safer the other makes writing code easier. I also like snippets and partial classes. Any other suggestions would be greatly appreciated. --
19
1657
by: WebMatrix | last post by:
Hi, I developed ASP.NET application in VB.NET about a year ago; it has been in production since. Now they want to add new features change some of the existing ones, it's not a major rework, but probably a week of work or so. My dilemma is that I have switched to C# since than and want to continue coding in C#. Now would be a good time to port this app to C# with new features which will add probably twice as much time to development of...
6
1475
by: Jeffrey Todd | last post by:
I have a heavy investment in an ASP.NET Web application built on 1.1. I have read about a bunch of new features coming in ASP.NET 2.0, and I don't see that I need the *new* features. So, what would be some good reasons for me to switch to 2.0 if I don't need its new features. Are existing features enhansed? Is overall performance improved substantially? What would be some top benefits to migrate to 2.0 for someone who doesn't need the new...
7
2533
by: Arthur Dent | last post by:
Does anyone know where i can find a decently thorough list of the language changes in VB2008, such as the new If() function? All i can seem to find through search engines, most of the articles all talk about LINQ, with only cursory mention - at best - of any other new features. Thanks in advance, ... Arthur Dent.
2
3439
by: Arthur Dent | last post by:
I am trying to make a VB2008 Express winforms project, and edit the form. However, when i try to open the form, i get this error: ..NET Framework 2.0 update not found. The win32manifest will not be embedded. It considers it a fatal error, and will not let me edit the form, either in code or design view. I have frameworks 1.1, 2.0, 3.5 installed, and all Windows Updates (sans DreamScene).
6
2676
by: Academia | last post by:
I have a computer at home with a (slow) dialup connection and a computer at school with a fast connection. I want to go there (it is not close) and down load Vb2008 express, burn it into a CD, bring it home and install it on my home computer. Someone told me it can't be done. Is there a way of doing that?
6
4495
by: Scott Gravenhorst | last post by:
Windows XP SP3 My application is set to open a SaveFile dialog when an exit is requested. When I click the app's close button, the save dialog opens, but when I click to change the folder, the exception occurs pointing to FileSaveDialog1.ShowDialog(). The exception also indicates some problem with system.drawing.dll. The exception text is: "Attempted to read or write protected memory. This is often an
0
1238
by: John Dann | last post by:
Looking to migrate from VB2005 Pro to VB2008. Can anyone suggest/recommend a VB2008 book that highlights the changes from earlier versions of VB.Net (VB2003/2005) rather than describing VB2008 totally from scratch? I suspect that this may be asking too much in that few books will focus exclusively on migrating/upgrading, but there still may be something out there that is written with existing users of VB.Net in mind. I'm obviously looking...
0
8685
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8613
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9032
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8880
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7745
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6532
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4374
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3054
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2344
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.