[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Frank.Developer@gmx.net

1/8/2003 8:48:00 AM

Hallo,

i would like to give a course about programming in a
school. And so i have the idea to take .NET SDK
and introduce the language C#.

Here is my question:

1) May i install the .NET SDK on different school-pc
and different schoolboy or schoolgirl may use the .NET
SDK ?

2) May i deploy the .NET SDK to the children for execute
exercise at home?








5 Answers

(Mike Clay (MSFT))

1/8/2003 11:09:00 PM

0

Hi Frank,

1) Yes, you can install the SDK on multiple pc's and the interface and
functionality will be the same for all users

2) The SDK cannot be deployed anywhere as far as I know.

Mike Clay, MCSD
Beta Technical Support


This posting is provided "AS IS" with no warranties, and confers no rights.
© 2002 Microsoft Corporation. All rights reserved.

Frank.Developer@gmx.net

1/9/2003 2:02:00 PM

0

Mike Clay (MS) wrote:
> Hi Frank,
>
> 1) Yes, you can install the SDK on multiple pc's and the interface and
> functionality will be the same for all users
>
> 2) The SDK cannot be deployed anywhere as far as I know.
>
> Mike Clay, MCSD
> Beta Technical Support
>
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> © 2002 Microsoft Corporation. All rights reserved.
>

Hi Mike,
sorry but i think my question were not clearly !

I promised to read the license about .NET SDK and didn't unterstand much.

1) When i install .NET SDK (1 Download) on different school-pc, need i
a license (which cost money) for the use of .NET SDK in the school ???

2) It is allowed to give a copy of the download of .NET SDK to the
children for their own pc at home ?

3) It is allowed to develop commerial programs with .NET SDK and to
market it ?







Somchai U.

1/17/2003 8:15:00 AM

0

I used to think the .NET Framework SDK is available for freely download. So
any developer who wish to develop for .NET can have it. Does your answer
mean I have to buy .NET Framework SDK?

Somchai U.

"Mike Clay (MS)" <mclay@online.microsoft.com> wrote in message
news:2WsUQK2tCHA.3108@cpmsftngxa06...
> Hi Frank,
> 2) The SDK cannot be deployed anywhere as far as I know.
>
> Mike Clay, MCSD
> Beta Technical Support
>
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> © 2002 Microsoft Corporation. All rights reserved.
>


NETMaster

1/17/2003 11:09:00 AM

0

> > 2) The SDK cannot be deployed anywhere as far as I know.
> Does your answer mean I have to buy .NET Framework SDK?

No.
The SDK is 'free' for developing .NET applications.

You can only download your own copy of the SDK,
but you can't deploy (e.g. sell/redistribute) it to anybody else.

The only part (together with your .NET application)
you can deploy to customers is the .NET Framework Runtime.
This is the ~21MB dotnetfx.exe included in e.g.:
http://msdn.microsoft.com/downloads/sample.asp?url=/MSDN-FILES/027/001/829/msdncompos...

and read the ".NET Framework Deployment Guide"
http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframed...



--
Thomas Scheidegger - MVP .NET - 'NETMaster'
http://www.cetus-links.org/oo_d... - http://dnetm...


Frank.Developer@gmx.net

1/21/2003 8:23:00 AM

0

Thomas Scheidegger [MVP] NETMaster wrote:
> > > 2) The SDK cannot be deployed anywhere as far as I know.
> > Does your answer mean I have to buy .NET Framework SDK?
>
> No.
> The SDK is 'free' for developing .NET applications.
>
> You can only download your own copy of the SDK,
> but you can't deploy (e.g. sell/redistribute) it to anybody else.
>
> The only part (together with your .NET application)
> you can deploy to customers is the .NET Framework Runtime.
> This is the ~21MB dotnetfx.exe included in e.g.:
> http://msdn.microsoft.com/downloads/sample.asp?url=/MSDN-FILES/027/001/829/msdncompos...
>
> and read the ".NET Framework Deployment Guide"
> http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframed...
>
>
>

Hallo Thomas,

thanks for the answer