473,569 Members | 2,701 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Reasons to Upgrade to VB.Net - What to tell my Boss

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 AS/400 shop)

I am searching for some sort of white paper or non-technical executive
summary type articles to provide to my boss which would to explain:

A) What is .Net Generally (What is the overall strategy of MS with .Net)
B) Where do rich clients written with VB.Net fit into the .Net family
C) What are the advantages of converting applications to ,Net
D) What are the risks?

I am aware that using .Net generally involves much more than writing rich
clients in VB.Net but for now, I want to focus on this primarily.

Thanks in advance for any advice anyone can provide.

-Dick Christoph


Jul 21 '05 #1
1 2197
Ahh, interesting questions.

What is .NET?
http://www.microsoft.com/net/basics/whatis.asp
http://msdn.microsoft.com/netframewo...info/overview/

Reasons to upgrade:
Why developers in general should upgrade
http://msdn.microsoft.com/netframewo...n/default.aspx
why VB Devs should upgrade:
http://msdn.microsoft.com/vbasic/pro...n/upgrade.aspx

Where do Smart clients fit?
http://www.microsoft.com/net/products/client.asp
http://www.microsoft.com/net/products/devices.asp

As for "upgrading" , in general there are two big questions:
1. should a dev team convert so that going forward, work is done in .NET
(eg, VB.NET)?
2. should existing, working products or systems be migrated to .NET?

These are two entirely different and independent questions. I'd say the
first is a simpler call. It makes lots of sense to move to .NET for future
work. The second question is trickier, because while there are upgrade
wizards in the tool, that can convert VB code to VB.NET, the cost of
converting can be significant (especially considering the fully extended
cost including test, verification, retraining, and so on). But the benefits
can also be signficant, in terms of better performance, a better developer
experience and more productivity, simpler deployment, better security, and
so on.

-Dino
Microsoft
"DickChrist oph" <dc*********@ya hoo.com> wrote in message
news:Mr******** ***********@twi ster.rdc-kc.rr.com...
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 AS/400 shop)

I am searching for some sort of white paper or non-technical executive
summary type articles to provide to my boss which would to explain:

A) What is .Net Generally (What is the overall strategy of MS with ..Net) B) Where do rich clients written with VB.Net fit into the .Net family
C) What are the advantages of converting applications to ,Net
D) What are the risks?

I am aware that using .Net generally involves much more than writing rich
clients in VB.Net but for now, I want to focus on this primarily.

Thanks in advance for any advice anyone can provide.

-Dick Christoph


Jul 21 '05 #2

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

Similar topics

77
5650
by: nospam | last post by:
Reasons for a 3-tier achitecture for the WEB? (NOTE: I said, WEB, NOT WINDOWS. DON'T shoot your mouth off if you don't understand the difference.) I hear only one reason and that's to switch a database from SQL Server to Oracle or DB2 or vice versa... and that's it.... And a lot of these enterprises don't need it as they already know what...
3
1839
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. --
6
3657
by: Terry Bell | last post by:
We've had a very large A97 app running fine for the last seven years. I've just converted to SQL Server backend, which is being tested, but meanwhile the JET based version, running under terminal server, has suddenly started running very slowly. The network engineer has thrown up his hands and said "It's Access 97". I've checked out lots of...
19
1652
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...
1
320
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...
0
1026
by: vul | last post by:
I have a pretty big VB6 project. Every day I'm getting requests from my boss to add some new features or change existing ones. So I do not see any easy way to rewrite an existing project using VB.Net, just because I will have to work with 2 versions simultaneously - for instance I rewrote let's say 5 modules and they work in .Net. A new...
18
2315
by: bsruth | last post by:
I tried for an hour to find some reference to concrete information on why this particular inheritance implementation is a bad idea, but couldn't. So I'm sorry if this has been answered before. Here's the scenario: We have a base class with all virtual functions. We'll call this the Animal class. We then make two classes Fish and Bird...
41
4364
by: deko | last post by:
A web page can be created using either strict or transitional HTML. The DOCTYPE for strict is: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> And transitional: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
9
1185
by: MichaelH | last post by:
Are there any definite advantages of VB2008 over VB2005? Thank in advance. Michael
0
7697
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...
0
7924
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8120
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...
1
7672
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7968
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...
0
6283
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...
0
3653
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...
1
1212
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
937
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.