473,395 Members | 1,484 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,395 software developers and data experts.

Is .Net really that important to MS as they touted ?

Microsoft has been pushing very hard behind .Net, but why haven't we seen any
real action or plan that Microsoft is going to port its own software,
especially Office onto .Net? If they don't want to do it, why should we go
with .Net?
Jul 21 '05 #1
9 1359
<=?Utf-8?B?dmluY2VudCB3YW5n?= <vincent
wa**@discussions.microsoft.com>> wrote:
Microsoft has been pushing very hard behind .Net, but why haven't we
seen any real action or plan that Microsoft is going to port its own
software, especially Office onto .Net? If they don't want to do it,
why should we go with .Net?


Porting huge existing products which really *have* to be backwardly
compatible isn't a particularly good idea, and I don't believe MS has
ever said it is.

However, there are MS products out and coming out which *do* use .NET
(to a greater or lesser extent), and Longhorn in particular will use it
extensively.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #2
"Jon Skeet [C# MVP]" wrote:

Porting huge existing products which really *have* to be backwardly
compatible isn't a particularly good idea, and I don't believe MS has
ever said it is.

However, there are MS products out and coming out which *do* use .NET
(to a greater or lesser extent), and Longhorn in particular will use it
extensively.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Developing *NEW* product is only a small part of the software industry,
upgrading takes the big share. According to what you said, only *NEW* product
will us .Net, that would be very disappointed to MS. And it’s also a little
bit funny that MS will run a non-.Net Office on .Net based Longhorn.
Jul 21 '05 #3
Actually, Microsoft has a lot of plans for Office and just started hosting a
new conference for software developers using .NET with Office.

-
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/

"Vincent Wang" <Vincent Wa**@discussions.microsoft.com> wrote in message
news:9F**********************************@microsof t.com...
"Jon Skeet [C# MVP]" wrote:

Porting huge existing products which really *have* to be backwardly
compatible isn't a particularly good idea, and I don't believe MS has
ever said it is.

However, there are MS products out and coming out which *do* use .NET
(to a greater or lesser extent), and Longhorn in particular will use it
extensively.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Developing *NEW* product is only a small part of the software industry,
upgrading takes the big share. According to what you said, only *NEW*

product will us .Net, that would be very disappointed to MS. And it's also a little bit funny that MS will run a non-.Net Office on .Net based Longhorn.

Jul 21 '05 #4
<=?Utf-8?B?VmluY2VudCBXYW5n?= <Vincent
Wa**@discussions.microsoft.com>> wrote:
Porting huge existing products which really *have* to be backwardly
compatible isn't a particularly good idea, and I don't believe MS has
ever said it is.

However, there are MS products out and coming out which *do* use .NET
(to a greater or lesser extent), and Longhorn in particular will use it
extensively.
Developing *NEW* product is only a small part of the software industry,
upgrading takes the big share.
I don't know how true that is - particularly if you consider internal
projects rather than just ones that are sold.
According to what you said, only *NEW* product
will us .Net, that would be very disappointed to MS.
The same is true for any development platform though. Unless you're
going for a rewrite anyway, why would you port hundreds of thousands of
lines of code?

For web applications it may be worth it, but for normal applications
it's usually not.
And it?s also a little
bit funny that MS will run a non-.Net Office on .Net based Longhorn.


Why? There will be various other non-.NET applications on Longhorn, I'm
sure.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #5
I am sure they have plans. Keep in mind that Office has evolved over the
past 15-20 years. There is probably much code that has existed since
day-one. With literally millions of lines of code, it would be foolish to
assume that such a product line would be ported overnight, after all, .NET
has only existed for a few years. Give them time.

Also, sometimes it may not be practical to rewrite an entire application
suite at once. Legacy system can be ported piecemeal.

Backward compatibility really does not have much to do with whether or not
Office is written in .NET. Office is no longer supported on anything prior
to Win2000 and so all machines hosting Office will be able to have the
framework available. Compatibility only relies on the file format, and the
language they choose is independent of the format.

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:#k**************@TK2MSFTNGP12.phx.gbl...
Actually, Microsoft has a lot of plans for Office and just started hosting a new conference for software developers using .NET with Office.

-
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/

"Vincent Wang" <Vincent Wa**@discussions.microsoft.com> wrote in message
news:9F**********************************@microsof t.com...
"Jon Skeet [C# MVP]" wrote:

Porting huge existing products which really *have* to be backwardly
compatible isn't a particularly good idea, and I don't believe MS has
ever said it is.

However, there are MS products out and coming out which *do* use .NET
(to a greater or lesser extent), and Longhorn in particular will use it extensively.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Developing *NEW* product is only a small part of the software industry,
upgrading takes the big share. According to what you said, only *NEW*

product
will us .Net, that would be very disappointed to MS. And it's also a

little
bit funny that MS will run a non-.Net Office on .Net based Longhorn.


Jul 21 '05 #6
Peter Rilling <pe***@nospam.rilling.net> wrote:
I am sure they have plans. Keep in mind that Office has evolved over the
past 15-20 years. There is probably much code that has existed since
day-one. With literally millions of lines of code, it would be foolish to
assume that such a product line would be ported overnight, after all, .NET
has only existed for a few years. Give them time.

Also, sometimes it may not be practical to rewrite an entire application
suite at once. Legacy system can be ported piecemeal.

Backward compatibility really does not have much to do with whether or not
Office is written in .NET. Office is no longer supported on anything prior
to Win2000 and so all machines hosting Office will be able to have the
framework available. Compatibility only relies on the file format, and the
language they choose is independent of the format.


Not in terms of add-ons. You've got all the VBA code to consider, along
with things which use the Office COM objects externally. MS wouldn't
want to ditch compatibility with that in a hurry, IMO.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #7
Did not think of those. That is what I get for such short-sight. :}
"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
Peter Rilling <pe***@nospam.rilling.net> wrote:
I am sure they have plans. Keep in mind that Office has evolved over the past 15-20 years. There is probably much code that has existed since
day-one. With literally millions of lines of code, it would be foolish to assume that such a product line would be ported overnight, after all, ..NET has only existed for a few years. Give them time.

Also, sometimes it may not be practical to rewrite an entire application
suite at once. Legacy system can be ported piecemeal.

Backward compatibility really does not have much to do with whether or not Office is written in .NET. Office is no longer supported on anything prior to Win2000 and so all machines hosting Office will be able to have the
framework available. Compatibility only relies on the file format, and the language they choose is independent of the format.


Not in terms of add-ons. You've got all the VBA code to consider, along
with things which use the Office COM objects externally. MS wouldn't
want to ditch compatibility with that in a hurry, IMO.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Jul 21 '05 #8
Our biggest frustration has been the slow distribution of the .NET Framework
(DNF) itself.
Perhaps some of you have read "2004: A Microsoft Christmas Carol" that I
penned and posted to several newsgroups.

On the other hand, slow upgrades to Office Systems 2003 is said to be
affecting the revenues which has to be playing a role in the recent
attention being paid to Office. While we're frustrated with the slow time
schedule it also gives us more time to finish development of products and
services that we are integrating with Office products so its one of those
blessings is disguise situations. But to which end if there is no framework
on the number of desktops needed to become profitable selling applications
developed with the DNF?

Now when it comes to IE I am not so understanding as FireFox is a killer app
for browsing, especially for web developers.

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/

"Peter Rilling" <pe***@nospam.rilling.net> wrote in message
news:ua*************@TK2MSFTNGP09.phx.gbl...
Did not think of those. That is what I get for such short-sight. :}
"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
Peter Rilling <pe***@nospam.rilling.net> wrote:
I am sure they have plans. Keep in mind that Office has evolved over the past 15-20 years. There is probably much code that has existed since
day-one. With literally millions of lines of code, it would be foolish
to
assume that such a product line would be ported overnight, after all, .NET has only existed for a few years. Give them time.

Also, sometimes it may not be practical to rewrite an entire
application suite at once. Legacy system can be ported piecemeal.

Backward compatibility really does not have much to do with whether or
not Office is written in .NET. Office is no longer supported on anything prior to Win2000 and so all machines hosting Office will be able to have the
framework available. Compatibility only relies on the file format,
and the language they choose is independent of the format.


Not in terms of add-ons. You've got all the VBA code to consider, along
with things which use the Office COM objects externally. MS wouldn't
want to ditch compatibility with that in a hurry, IMO.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too


Jul 21 '05 #9
When you concider apps like BizTalk server (over million lines of c# code)
and WebMatrix, you can see some direction there. I don't see the value in
porting existing c++ apps to .net unless you have a major rewrite or
something. Also, I don't believe they ever said all apps should be .net.
They will still support and build on native c++ long into the future I would
guess.

--
William Stacey, MVP
http://mvp.support.microsoft.com

"vincent wang" <vincent wa**@discussions.microsoft.com> wrote in message
news:BF**********************************@microsof t.com...
Microsoft has been pushing very hard behind .Net, but why haven't we seen any real action or plan that Microsoft is going to port its own software,
especially Office onto .Net? If they don't want to do it, why should we go
with .Net?


Jul 21 '05 #10

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

Similar topics

1
by: Python Baby | last post by:
Are programming languages like spoken languages, in the sense that they all say the same things, just using different words? Like many PHP people, I was never a "real" programmer, but just...
72
by: Mel | last post by:
Are we going backwards ? (please excuse my spelling...) In my opinion an absolute YES ! Take a look at what we are doing ! we create TAGS, things like <H1> etc. and although there are tools...
2
by: Tommy Vercetti | last post by:
In Visual Studio .NET 2003, I do the following 1) File->New->Project 2) Visual C++ Projects->.NET->Windows Forms Application 3) Project->Add New Item->C++ File 4) Clear the new C++ file and...
59
by: Alan Silver | last post by:
Hello, This is NOT a troll, it's a genuine question. Please read right through to see why. I have been using Vusual Basic and Classic ASP for some years, and have now started looking at...
16
by: vincent wang | last post by:
Microsoft has been pushing very hard behind .Net, but why haven't we seen any real action or plan that Microsoft is going to port its own software, especially Office onto .Net? If they don't want...
131
by: pemo | last post by:
Is C really portable? And, apologies, but this is possibly a little OT? In c.l.c we often see 'not portable' comments, but I wonder just how portable C apps really are. I don't write...
56
by: infidel | last post by:
Where are they-who-hate-us-for-our-whitespace? Are "they" really that stupid/petty? Are "they" really out there at all? "They" almost sound like a mythical caste of tasteless heathens that "we"...
0
by: raylopez99 | last post by:
I ran afoul of this Compiler error CS1612 recently, when trying to modify a Point, which I had made have a property. It's pointless to do this (initially it will compile, but you'll run into...
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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...
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...
0
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...
0
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...

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.