.Net Framework SDK Licence Agreement and OpenSource

H

Heath Frankel

I am looking to start an Open Source project using C# but
the requirements of the project require that the project
must be written in a language that has freely available
compilers.

I am correct in think that the .Net Framework SDK is a
free download from Microsoft and could be used for such
an Open Source project with these requirements?

I have tried finding an End User License agreement for
the SDK without success. Can someone provide me with a
URL to such an agreement so that I can provide this to
the administrators of the Open Source project to satisfy
their concerns.

Thanks in Advance

Heath
 
C

Cowboy \(Gregory A. Beamer\)

Both the SDK and hte redistributable include csc.exe, the C# command line
compiler. In addition, there are open source implementations for Linux (Mono
project at www.go-mono.com and DotGnu which I believe is www.dotgnu.com, but
you may have to search).

In addition, C# and the CLI have been submitted to ECMA

ECMA information
http://msdn.microsoft.com/net/ECMA/

The SDK license is found here (after you install SDK for Framework 1.1):
C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\license.txt\

Between the two, you should get the info you need.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
T

Tian Min Huang

Hi Heath,

I agree with Gregory. In addition, you can download .NET Framework SDK
Version 1.1 from Microsoft website at link below

http://www.microsoft.com/downloads/details.aspx?FamilyId=9B3A2CA6-3647-4070-
9F41-A333C6B9181D&displaylang=en

Please feel free to let me know if you have any problems or concerns.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top