@Microsoft
-
So, you hate Linq ( if so, why use it ? ) or you hate using statements ( if so, would you prefer the whole framework was in the same place, and therefore the Path class used in graphics, for example, would clash with System.IO.Path ) ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Too much caffeine? :)
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
-
Pray tell. Why?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
So, you hate Linq ( if so, why use it ? ) or you hate using statements ( if so, would you prefer the whole framework was in the same place, and therefore the Path class used in graphics, for example, would clash with System.IO.Path ) ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Create project in Visual Studio 2008, do not use Linq at all and code for three months, then try to Target .NET Framework 3.0...
In that case, if you know you will not be using LINQ, target .NET 3.0 right from the start. Don't blame Microsoft for your lack of foresight.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
Create project in Visual Studio 2008, do not use Linq at all and code for three months, then try to Target .NET Framework 3.0...
Why on earth would anyone target .NET 3.0 ? What happens, in any case ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
In that case, if you know you will not be using LINQ, target .NET 3.0 right from the start. Don't blame Microsoft for your lack of foresight.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
3.0 was a patch to add WPF ( and LINQ, I thought ) to 2.0. Why would you target the patch version ( I believe you install it by running an installer on top of 2.0 ) and not 2.0 or 3.5 ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Why on earth would anyone target .NET 3.0 ? What happens, in any case ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
There is no System.Linq namespace in 3.0. So if you change from 3.5 to 3.0 you have to go through removing the autoinserted 'Using System.Linq' references.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
I personally dislike that it adds that to new files. I rarely ever use it and it clutters up Intellisense (until I get annoyed enough to go and delete it from the top of the file). I wonder if the template for new files can be changed so that that using statement isn't part of it... that'd be nice.
-
There is no System.Linq namespace in 3.0. So if you change from 3.5 to 3.0 you have to go through removing the autoinserted 'Using System.Linq' references.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
OK, so does search and replace not work in VS2008 ? Works for me.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
3.0 was a patch to add WPF ( and LINQ, I thought ) to 2.0. Why would you target the patch version ( I believe you install it by running an installer on top of 2.0 ) and not 2.0 or 3.5 ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Your knowledge of these things is probably greater than mine but I thought that when VS2008 was released it was with .NET 3.0 and 3.5 came along later.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
OK, so does search and replace not work in VS2008 ? Works for me.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Works for me too. Apparently not for the OP though. And of course there is always the 'Remove and Sort Unused Usings' context menu. Although you have to do that file by file.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
OK, so does search and replace not work in VS2008 ? Works for me.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
You and your fancy-dance technology tricks. :rolleyes:
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
-
You and your fancy-dance technology tricks. :rolleyes:
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Well, I was going to say, if it works for me, surely it's not hard ? :P I keep meaning to ask, what do you think of the new Maiden ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Your knowledge of these things is probably greater than mine but I thought that when VS2008 was released it was with .NET 3.0 and 3.5 came along later.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
I don't believe so. .NET 3.0 was a patch that gave VS it's first ability to create WPF projects. The next IDE along was .NET 3.5.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
3.0 was a patch to add WPF ( and LINQ, I thought ) to 2.0. Why would you target the patch version ( I believe you install it by running an installer on top of 2.0 ) and not 2.0 or 3.5 ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
So why not target a lower version for those silly users that don't like to upgrade until absolutely necessary?
-
So why not target a lower version for those silly users that don't like to upgrade until absolutely necessary?
I guess that depends on your method of distribution. .NET 3.0 was pretty buggy, although .NET 3.5 is not perfect. If you're distributing over the web, why not ask them to download one thing instead of two, and if you're distributing on a CD/DVD, why not give them the more up to date version on the DVD ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Well, I was going to say, if it works for me, surely it's not hard ? :P I keep meaning to ask, what do you think of the new Maiden ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
I like it - a lot. It's not classic Maiden, but it's better than a shed load of the dross that's being churned out now. Following your advice I got the new A7X CD yesterday. I prefer that, if truth be told - but The Final Frontier is a good album. Mind you, Maiden have the best music video I've seen in a very long time - WHAT KEPT YOU EDDIE? Clickety[^]
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
-
I don't believe so. .NET 3.0 was a patch that gave VS it's first ability to create WPF projects. The next IDE along was .NET 3.5.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Yes. You are correct. 3.0 was released during the life of VS2005 to bring WPF etc. VS2008 was released with 3.5.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”