| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"The Family" |
| Date: |
04 Dec 2004 12:48:31 PM |
| Object: |
Question about .NET |
I preface this question by the comment that I know very little about
what is discussed on this NG.
I am nearing a point where I will need to write an application, but
that's a later, much more complicated topic.
I just did a very brief review on the concepts of .NET. Based on
that review, it appears that this is a support environment where I,
as a developer, have the ability to accomplish certain tasks through
a common remote interface.
Tasks such as authentication, commonly used routines, and other
building block pieces, that might appear commonly in many appli-
cations.
I guess that the effort here is to finally begin to bond common fun-
ctions together through web access, as opposed to only what's
available locally, or in a function library.
I know my description is a little sketchy, but stay with me here.
The "Whatis" reference also describes this as a "premium online
subscription service". This, apparently from a MS point of view.
If MS is developing/offering this "premium online subscription
service", how is that aiding in any transition to open code, or a
better utilization of development across platforms?
IOW, is this merely a tactic to "box up" the platform resources
of other vendors, and further a monopoly by MS?
I'm not really asking for an explanation, but rather, maybe a source
where I could gain a better understanding, and a more thorough
perspective.
Here's the reference that I was reviewing:
http://searchwebservices.techtarget.com/sDefinition/0,,sid26_gci342248,00.html
Thanks - Gary Walker - Dallas
.
|
|
| User: "Andre Kostur" |
|
| Title: Re: Question about .NET |
04 Dec 2004 01:07:02 PM |
|
|
"The Family" <lgvwalk@swbell.net> wrote in
news:3Ensd.26974$fC4.19200@newssvr11.news.prodigy.com:
I preface this question by the comment that I know very little about
what is discussed on this NG.
I preface my answer with if you're not going to be considerate enough to
find out what's on-topic for this newsgroup, why should anybody try to
answer your question here? comp.lang.c++ talks about C++ as defined by the
Standard.
..NET is a platform-specific library (infrastructure?) and thus is off-topic
for comp.lang.c++. Try over on the Microsoft newsgroups.
.
|
|
|
|
| User: "Ioannis Vranos" |
|
| Title: Re: Question about .NET |
04 Dec 2004 04:34:40 PM |
|
|
The Family wrote:
I preface this question by the comment that I know very little about
what is discussed on this NG.
ISO C++.
I am nearing a point where I will need to write an application, but
that's a later, much more complicated topic.
I just did a very brief review on the concepts of .NET.
You should check Microsoft newsgroups.
Based on
that review, it appears that this is a support environment where I,
as a developer, have the ability to accomplish certain tasks through
a common remote interface.
It is a framework, in other words an architecture, providing a common
API for all languages.
--
Ioannis Vranos
http://www23.brinkster.com/noicys
.
|
|
|
|

|
Related Articles |
|
|