![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Very Basic .NET Q Be nice...I'm not a programmer or developer, I'm a hardware guy who is very confused about the .NET versions. An application I use installed .NET 2.0. Everything is great, but the app is a bit fuzzy in certain areas. I'm told that the application will run much better if I update to .NET 3.5. OK, good..... Is there a panel or tool in my system that will let me upgrade, or even check the status of my current .NET installation? Or do I have to go to microsoft.com and search and download manually? I can find 3.5 so I don't need a link, but is there a better way than digging through the site? Next, do I need to uninstall .NET 2.0 before installing 3.5? What if I manually install 3.5 on a new system, and later when I install the app (which hasn't been updated) it wants to install 2.0? Does that work? Honest...I've looked for answers about .NET several times, but I can't find anything that explains this stuff...everything I see assumes I already know. ;-) What I need is a description written at the level of a PC Technician, where the top-level MS explanations are conceptual rather than practical. -John O |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Very Basic .NET Q Hello JohnO, Quote: > Be nice...I'm not a programmer or developer, I'm a hardware guy who is > very confused about the .NET versions. Quote: > An application I use installed .NET 2.0. Everything is great, but the > app is a bit fuzzy in certain areas. I'm told that the application > will run much better if I update to .NET 3.5. OK, good..... > > Is there a panel or tool in my system that will let me upgrade, or > even check the status of my current .NET installation? Or do I have to > go to microsoft.com and search and download manually? I can find 3.5 > so I don't need a link, but is there a better way than digging through > the site? Quote: > Next, do I need to uninstall .NET 2.0 before installing 3.5? > Quote: > What if I manually install 3.5 on a new system, and later when I > install the app (which hasn't been updated) it wants to install 2.0? > Does that work? If you would like further clarrification , feel free to ask -- Rory |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Very Basic .NET Q JohnO <johno@!NOOSPAM!heathkit.com> wrote: Quote: > Be nice...I'm not a programmer or developer, I'm a hardware guy who is very > confused about the .NET versions. > > An application I use installed .NET 2.0. Everything is great, but the app is > a bit fuzzy in certain areas. I'm told that the application will run much > better if I update to .NET 3.5. OK, good..... execute against .NET 2.0 is not *likely* to behave differently in .NET 3.5. There are exceptions, but that's not the case. Quote: > Is there a panel or tool in my system that will let me upgrade, or even > check the status of my current .NET installation? Or do I have to go to > microsoft.com and search and download manually? I can find 3.5 so I don't > need a link, but is there a better way than digging through the site? called on the version of Windows you're using) should show the installed version. For instance, if it says "Microsoft .NET Framework 3.5" then obviously that means you've got 3.5 installed. I don't know whether it's easy to get an upgrade to 3.5 without a download - it may be an optional Windows Update component, but I suspect not. Quote: > Next, do I need to uninstall .NET 2.0 before installing 3.5? Quote: > What if I manually install 3.5 on a new system, and later when I install the > app (which hasn't been updated) it wants to install 2.0? Does that work? Quote: > Honest...I've looked for answers about .NET several times, but I can't find > anything that explains this stuff...everything I see assumes I already know. > ;-) What I need is a description written at the level of a PC Technician, > where the top-level MS explanations are conceptual rather than practical. differences between 2.0 and 3.5. A few bits are updated, but most of ..NET 3.5 consists of additions on top of 2.0. It's hard to describe without going into details - which I appreciate wouldn't be helpful to you. -- Jon Skeet - <skeet@xxxxxx> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet World class .NET training in the UK: http://iterativetraining.co.uk |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Very Basic .NET Q >> An application I use installed .NET 2.0. Everything is great, but the app Quote: Quote: >> is >> a bit fuzzy in certain areas. I'm told that the application will run much >> better if I update to .NET 3.5. OK, good..... > Hmm... in most cases that won't be the case. An app which manages to > execute against .NET 2.0 is not *likely* to behave differently in .NET > 3.5. There are exceptions, but that's not the case. what the programmer claims tomorrow. :-) Thanks for the help guys. I appreciate it. -John O |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Very Basic .NET Q JohnO, Quote: > I'm told that the application will run much better if I update to .NET > 3.5. OK, good..... > A Net 2.0 program should run in 3.5 as good as in 2.0. However because 2.0 is longer in use, the change of not known bugs in 3.5 is higher. Cor |
My System Specs![]() |
| | #6 (permalink) |
| | Re: Very Basic .NET Q Cor Ligthert[MVP] <notmyfirstname@xxxxxx> wrote: Quote: Quote: > > I'm told that the application will run much better if I update to .NET > > 3.5. OK, good..... Quote: > Never listen again to person who told you that. > > A Net 2.0 program should run in 3.5 as good as in 2.0. For instance, the ThreadPool will contain 250 threads per processor, not 25. I can see *some* situations where that could improve things. -- Jon Skeet - <skeet@xxxxxx> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet World class .NET training in the UK: http://iterativetraining.co.uk |
My System Specs![]() |
| | #7 (permalink) |
| | Re: Very Basic .NET Q Jon- Should we say then 2.0 with SP1, in my idea it is normal that you have always added the latest Service packs. I was more trying to show that *new is not forever better. If there is nothing in it that you need, then you are *mostly* better of with the existing one. (And that not from a typical English kind of view as you once wrote). :-) -Cor "Jon Skeet [C# MVP]" <skeet@xxxxxx> schreef in bericht news:MPG.22306d0c351a1ff69d6@xxxxxx Quote: > Cor Ligthert[MVP] <notmyfirstname@xxxxxx> wrote: Quote: Quote: >> > I'm told that the application will run much better if I update to .NET >> > 3.5. OK, good..... Quote: >> Never listen again to person who told you that. >> >> A Net 2.0 program should run in 3.5 as good as in 2.0. > Not always. .NET 3.5 includes 2.0SP1, i.e. changes to existing code. > For instance, the ThreadPool will contain 250 threads per processor, > not 25. I can see *some* situations where that could improve things. > > -- > Jon Skeet - <skeet@xxxxxx> > http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet > World class .NET training in the UK: http://iterativetraining.co.uk |
My System Specs![]() |
| | #8 (permalink) |
| | Re: Very Basic .NET Q Cor Ligthert[MVP] <notmyfirstname@xxxxxx> wrote: Quote: > Should we say then 2.0 with SP1, in my idea it is normal that you have > always added the latest Service packs. always just blindly accept Windows Update - in my experience they don't. They accept specific updates that they know are relevant, after testing that they still work. I certainly wouldn't assume that the majority of servers using .NET 2 are running SP1 by now, for instance. Quote: > I was more trying to show that *new is not forever better. If there is > nothing in it that you need, then you are *mostly* better of with the > existing one. Quote: > (And that not from a typical English kind of view as you once wrote). -- Jon Skeet - <skeet@xxxxxx> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet World class .NET training in the UK: http://iterativetraining.co.uk |
My System Specs![]() |
| | #9 (permalink) |
| | Re: Very Basic .NET Q Jon- Quote: Quote: >> (And that not from a typical English kind of view as you once wrote). > No idea what you're referring to there, I'm afraid. > Cor |
My System Specs![]() |
| | #10 (permalink) |
| | Re: Very Basic .NET Q Cor Ligthert[MVP] <notmyfirstname@xxxxxx> wrote: Quote: Quote: > > No idea what you're referring to there, I'm afraid. Quote: > You once wrote something as "In Brittain is everything 100 years later". right. -- Jon Skeet - <skeet@xxxxxx> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet World class .NET training in the UK: http://iterativetraining.co.uk |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Can't use any of the basic OS features | General Discussion | |||
| have window vista basic.understand basic don't have fax & scan | Vista print fax & scan | |||
| home basic | Vista installation & setup | |||
| Why Basic? | Vista installation & setup | |||