473,396 Members | 2,011 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,396 software developers and data experts.

Are there main applications in .net

We are trying to decide if we should be porting our applictions to
..net. Are there main stream applications that are .net?

We like the framework, but worry that if Microsoft decides to go
another direction we would have wasted our time moving to .net.

Are there any real world examples of current main stream applictions
that are written for .net.

Also: Is there a big performance hit moving applications to .net?

Apr 28 '06 #1
5 1342
Kevin wrote:
We are trying to decide if we should be porting our applictions to
.net.

From what?
Are there main stream applications that are .net?
You mean like word processors?

No.

Web services?

Yes.

Web applications?

Yes.
Games?

None that I've seen.
Internal business applications?

TONS.

We like the framework, but worry that if Microsoft decides to go
another direction we would have wasted our time moving to .net.
Yes, you can sit at the bar with those VB6 programmers.
Are there any real world examples of current main stream applictions
that are written for .net.
Who uses real world applications any more? Most people spend 90
percent of their computer time filling out HTML forms.
Also: Is there a big performance hit moving applications to .net?


From logo?

No.

From vc++ native win32 api?

....mmmm...
Apr 28 '06 #2
Our code is delphi (win32) and vc++ native win32. So mainly we are
concerned about moving our code from native win32 to .net.

suggestions? Things we should consider? Should we wait to see .net
mature or wait to see if it is here to stay for more than a few more
years?

Are there performance issues we should worry about?

Kevin

Apr 28 '06 #3
Yes, there are a number of main stream apps that are written for the .Net
platform.
Also: Is there a big performance hit moving applications to .net?
Not a big one. The platform is very well optimized. I believe the trade-off
in terms of security and memory management, not to mention the absence of
the "DLL Hell" factor, more than make up for it.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.

"Kevin" <we******@campbellsci.com> wrote in message
news:11**********************@g10g2000cwb.googlegr oups.com... We are trying to decide if we should be porting our applictions to
.net. Are there main stream applications that are .net?

We like the framework, but worry that if Microsoft decides to go
another direction we would have wasted our time moving to .net.

Are there any real world examples of current main stream applictions
that are written for .net.

Also: Is there a big performance hit moving applications to .net?

Apr 28 '06 #4
I honestly wouldn't worry about Microsoft moving away from .NET. It's there
niche.

Microsoft BizTalk Server is written in .NET as is Microsoft Operations Manager.

I think moving to .NET is good decision.

Performance hits are barely even noticeable (if there are any).

Shaun McDonnell
We are trying to decide if we should be porting our applictions to
.net. Are there main stream applications that are .net?

We like the framework, but worry that if Microsoft decides to go
another direction we would have wasted our time moving to .net.

Are there any real world examples of current main stream applictions
that are written for .net.

Also: Is there a big performance hit moving applications to .net?

Apr 29 '06 #5
"Kevin" <we******@campbellsci.com> wrote in message
news:11**********************@e56g2000cwe.googlegr oups.com...
Our code is delphi (win32) and vc++ native win32. So mainly we are
concerned about moving our code from native win32 to .net.
You are worried about moving off of delphi? Borland still supports Delphi,
and it is a fast platform, but it doesn't have much marketshare and Borland
has been pushing their Java products much more for a very long time. I can
see a good reason to move off of Delphi. It just isn't the main focus of
its vendor.

..Net is the main focus of Microsoft platform tools.

..Net 2.0 is fairly fast. That said, any language that requires a two-step
compile can suffer some performance hits. Java has the same concerns.
Between Java and .Net, you have probably 80% of new software development, so
I think we are safe to say that the idea has legs. :-)

suggestions? Things we should consider? Should we wait to see .net
mature
LOL! .Net was rolling out generic support before Java was. It is a fully
mature, fully vetted, wildly popular, extraordinarily stable platform.
Waiting will give you grey hair... not much else.

or wait to see if it is here to stay for more than a few more
years?
Did you say you were still using Delphi?

Are there performance issues we should worry about?

That depends on your app. Some users will experience some loss in
performance if you make a one-to-one conversion of the app. The techniques
needed to optimize .Net are different than the ones used to optimize Delphi
or C++, so apps that are ported often have some initial hiccups because the
'tricks' used to speed up Win32 apps can slow down a .Net app, and because
the dev team familiar with Win32 apps isn't familiar with how to optimize
for .Net.

Fortunately, this can be solved for the price of an ebook.

http://msdn.microsoft.com/library/de...l/ScaleNet.asp

Kevin


--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
May 3 '06 #6

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

Similar topics

18
by: Darryl Kerkeslager | last post by:
I don't do much with subforms - in fact I've deliberately avoided them - but .... I have a tab control that will contain several subforms, each bound to a separate table, and each table/subform...
6
by: Jay Douglas | last post by:
Greetings, I'm hoping somebody can help me come up with a quick software architecture solution to address the following issue: I need to come up with an Winforms (or something similar)...
11
by: objectref | last post by:
Hi to all, is there a way to get the window handle of the main window of an application or process ? For example, if someone opens Microsoft Word, he gets a window so he/she can write text....
17
by: Fred Nelson | last post by:
Hi: I'm trying to implement an overall error handler in my VB.NET windows application. I need to place an "On Error Goto" in "Sub Main". I have tried to create a Sub Main and have had no...
1
by: Jon | last post by:
I have been reading the digital manual to find out how I can see the "main" procedure and I find this line under "Main Procedure" in the documentation: "Windows Forms applications run on their own....
3
by: =?Utf-8?B?UHVjY2E=?= | last post by:
Hi, I'm using vs2005, .net 2.0, Win2k server for a Windows applcaiton. I have a main application where there is a a form and the codes that I would like to make it reuseable by other applications....
11
by: aarklon | last post by:
Hi all, I have heard many discussions among my colleagues that main is a user defined function or not. arguments in favour:- 1) if it is built in function it must be defined in some header...
0
by: Sin Jeong-hun | last post by:
It is not hard to see such tool windows that stay always above the main form, but are modeless and are not above other applications' windows. Is this achievable with pure BCL? The only thing I know...
17
by: mariz | last post by:
hi , i m a new member to this group . i start from the beginig - main(). Can any one give me an idea for how to write a program in C without using main() ? ie while looking source code it wont...
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
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
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
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...
0
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,...
0
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...

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.