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

can you call this a " .NET application" ?

wow... I think I'm in a trouble now.

My boss is a web programmer.
She said, the client asked her to develop a " dot net C" application.
So, she bought Microsoft visualstudio .NET 2003
and managed to develop a " DOT NET " application.


What she did is, in the Microsoft visualstudio .NET 2003,
made a new MFC project,
( new project -> visual c++ project -> MFC -> MFC application )
and developed an application.

She never used .NET library, and the syntax is different from the syntax that I saw in some .NET C++ book ( i have no experient in .NET ).

now, i am not sure what the client means by ".net application" and
what my boss means by ".net application".
however, I strongly doubt that if you can call the application that she's been working on for 6 month can be called a " DOT NET " application.


Can anyone tell me what can be the definition of a " DOT NET application"?
Can you call the application that my boss is developing a " DOT NET application"?


now she passed the "DOT NET work" which I dont think a "DOT NET work" at all and want me to finish it up.
Jun 6 '07 #1
2 1277
Bad news, I'm affraid...
A MFC Application IS NOT a .NET application, even though it has been written with VS 2003 .NET. That MFC Ap. is compiled into a native windows program which uses the MFC library,while on the other hand a .NET application is compiled into MS Intermediate Language which runs on the CommonLangiageRuntime(the core of the .NET Framework.)

In order to build a .NET program you select "Windows Forms Application" from the new project wizard.(This is in VS 2005).
Jun 6 '07 #2
TRScheel
638 Expert 512MB
A .NET application would be one utilizing the framework. Its a library and a means to an end. As posted above, an MFC application is just that, an MFC app, not a .NET app.
Jun 6 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: ¤ Alias | last post by:
I have a function named getID3info (lvwDiscInfo.SelectedItem). What is the difference between getID3info (lvwDiscInfo.SelectedItem) and Call getID3info(lvwDiscInfo.SelectedItem) ?
5
by: The Roys | last post by:
Hi Im doing something wrong in quitting the Word.Application in my VB program. I have General Declarations Dim AppWord As Word.Application Form_Load() Set AppWord =...
7
by: William Morris | last post by:
So, what's the prevailing opinion regarding the use of the "CALL" keyword? I'm working with a third-party ASP application, adapting for our system, and the CALL keyword is used everywhere. I've...
15
by: Steve Jorgensen | last post by:
I'm looking for coding style opinions. It looks to me like most VB/VBA coders use the command-style syntax for calling subs or functions being treated as subs in a particular context ... Foo...
5
by: Rajat Tandon | last post by:
Hello Everybody, Please guide me so that I can fulfill this challenging assisnment ... I have been asked to "Restructure a Windows application" from scratch in 2 months. The existing...
1
by: Michael Twua | last post by:
In asp.net with vb.net,I can't create a excel object,such as excel.application,excel.workBook,excel.workSheet. It displayed that "System.UnauthorizedAccessException Refuse Access". I have import...
13
by: Kobee | last post by:
Hi, I'm having a few issues adapting to new 2.0 "website" project vs. the old 1.1 "web application". One of the major issues I'm having is with the notion of namespaces. Using the old way, I...
1
by: coyotemrh | last post by:
Using VB6 I am trying to call an access form. One site gave the code, but the first line was: Dim oAccess as Access.application When I try to run vb. it tells me that the user type has not been...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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.