Dot Net Framework query
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Dot Net Framework query
Dot Net Framework query
11-01-2014 4:41 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
so... in my list of installed programs I have the following
Microsoft .Net Framework 3.5 SP1 ....... 101.7Mb installed on 10/10/2013
Microsoft .Net Framework 3.5 SP1 ......... 27.4Mb installed on 6/10/2013
and....
Microsoft .Net Framework 4.5 ..... 2200.3Mb installed on 10/10/2013
Microsoft .Net Framework 4.5 ..... ......38.8Mb installed on 6/10/2013
Seems to me a bit of "overkill"... to install two verssions fo SP1 within 4 days... and at the same time(date) install a later version with two more versions of that on the same dates...
can I uninstall anything? or do I just have to have them all?
Re: Dot Net Framework query
11-01-2014 5:17 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
.Net framework is yet another programming language. I have no idea what benefits it brings but you rightly observe that it consumes a huge quantity of updates, which can be very slow to install on older machines
Re: Dot Net Framework query
11-01-2014 5:24 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Programs written to use .NET 4 need the version 4 framework.
Programs written to use .NET versions 2, 3, and 3.5 need the 3.5 framework.
If you uninstall them, don't complain later about how long it took to install one of them and 13 updates for it again, if you later install something that needs one of the framework versions.
Re: Dot Net Framework query
11-01-2014 5:38 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Dot Net Framework query
11-01-2014 7:36 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
.net is a runtime environment - that means it loads, runs and manages programs. It's rather like Java Runtime and like Java, there's also a development version of .net - this is used to write and compile programs in languages like c-sharp and VB.NET, often using Visual Studio, etc
You get the previous .net incarnation of 3.5 because namespaces contained therein are leveraged by the newer 4.5+ one. There's no discrete version numbers with .net - just lots of directories called 'Framework' something.
Why you have little and large versions is possibly the little versions did an in situ update, and then loaded the big ones... or visa versa. The release of dot-net 4.5.1 was last October - which is consistent with your drive dates.
Anyway, you're right to not to delete it.
It's all a bit too System.Net.Mysterous
Re: Dot Net Framework query
11-01-2014 8:29 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator


Re: Dot Net Framework query
11-01-2014 9:42 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: ReedRichards .Net framework is yet another programming language.
No it is not!
.NET can be used by ANY language that supports it but the .NET framework itself is actually a core set of components (such as edit boxes, menus, buttons etc) that you would find in most programs that have been created at MS for any language that supports .NET to take advantage of.
The downside is that if you design a .NET program in any language, your users must have it installed as the components used are not compiled into the final executable. It's a bit like forms that are stored in a .dll file. You need your end user to have the .dll to access the form / pieces of program contained within.
Ultimately you don't really need to know why you need .NET. If a program author says it needs it then it needs it. It is however IMO a PITA.
Re: Dot Net Framework query
11-01-2014 9:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

To argue with someone who has renounced the use of reason is like administering medicine to the dead - Thomas Paine
Re: Dot Net Framework query
11-01-2014 9:54 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Re: Dot Net Framework query
11-01-2014 9:55 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Re: Dot Net Framework query
14-01-2014 4:27 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Removing dot-net may abend something else -> and then you'll have to reinstall all 2+ gigs of it again.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Dot Net Framework query