MSFN Forum: .NET framework - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

.NET framework Rate Topic: -----

#1 User is offline   army20 

  • MCSA, MCDST, MCTS (vista), A+ (2003)
  • PipPipPipPip
  • Group: Members
  • Posts: 522
  • Joined: 01-September 04

  Posted 12 December 2004 - 12:40 AM

HI !
What is the difference btwn: "Microsoft .NET Framework 1.1" and "Microsoft .NET Framework SDK" ???


#2 User is offline   XtremeMaC 

  • MSFN SuperB
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5,070
  • Joined: 13-October 03

Posted 12 December 2004 - 05:27 AM

well i think .net framework is like java platform, which means java based apps can run but u cannot code with it,
so sdk is for "software developing kit" and its used to compile programs in .net language...
same goes for java, there is java sdk and etc..

#3 User is offline   army20 

  • MCSA, MCDST, MCTS (vista), A+ (2003)
  • PipPipPipPip
  • Group: Members
  • Posts: 522
  • Joined: 01-September 04

Posted 12 December 2004 - 02:05 PM

okay, thanks, this question was bcause on this page it says:

Quote

Before we start, make sure you are doing this on an NT Operating System (those are Windows 2000, XP or 2003) otherwise the slipstream will not work. nLite also requires the .NET Framework to function.


And this link download SDK version. Why not just normal version ???

#4 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 December 2004 - 02:25 PM

WHOA!!! :o
Thanks for noticing that. It will be corrected.

No, you should not need to have the entire SDK (106 MB). The runtimes (23 MB) is all you need.

#5 User is offline   rolfenstein 

  • Duff beer addict
  • Group: Members
  • Posts: 28
  • Joined: 07-October 04

Posted 14 December 2004 - 05:36 AM

army20, on Dec 12 2004, 08:40 AM, said:

HI !
What is the difference btwn: "Microsoft .NET Framework 1.1" and "Microsoft .NET Framework SDK" ???

I think the .NET Framework SDK includes all the documentation for the .NET classes and all the examples given by MS. If you just wanna run an application written in .NET you'll be fine with the smaller runtime as long as you don't want to create and compile your own .NET applications.

#6 User is offline   /\/\o\/\/ 

  • Member
  • PipPip
  • Group: Members
  • Posts: 101
  • Joined: 26-April 04

Posted 15 December 2004 - 09:58 AM

ls,

actualy, even the bare framework contains the compiler(s)
for VB its VBC.EXE

e.g. for a batchfile where you can drop an .VB file onto use the following :

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\vbc /r:System.dll /r:System.DirectoryServices.DLL /r:system.management.dll %1 /out:"%~dp0%~n1"
pause

handy if you need a quick .NET script.

gr /\/\o\/\/

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy