Viewing 15 posts - 2,686 through 2,700 (of 3,221 total)
Eric M Russell (11/19/2013)
November 19, 2013 at 7:10 am
This is a .NET collection issue: You cannot change the contents whilst enumerating over it i.e. you must not add to or remove items from a collection you are using...
November 19, 2013 at 2:44 am
I was inspired by Dr Richard Mitchell at the University of Brighton when I studied there (it was called something different then). He was interested in developing quality, maintainable software...
November 18, 2013 at 6:15 am
erikd (11/15/2013)
:unsure:
It is easy to convert:
$a = Some-CommandA
Write-Host $a
$b = Some-CommandB $a
Write-Host $b
$c = Some-CommandC $b
Write-Host $c
to:
Some-CommandA | Some-CommandB $_ | Some-CommandC $_
November 15, 2013 at 9:28 am
Whilst the pipeline is quite useful I do find that single lines allow for output to the console whilst testing using Write-Host.
November 15, 2013 at 8:51 am
Some people bail quickly. Very quickly.
Most people try and give a position a chance to improve. Some people are more optimistic than others or are, perhaps, less confident in themselves...
November 15, 2013 at 7:09 am
Sorry Erik, I saw this on the mobile but you had figured it out by the time I have reached the desktop.
For those who will read this post and cannot...
November 15, 2013 at 6:43 am
I work freelance so, as with all dreams and nightmares, they always end reasonably soon. It has the obvious disadvantage for dream roles and advantages for nightmare positions.
Most of the...
November 15, 2013 at 6:34 am
David.Poole (11/14/2013)
...I see UAT as separate to QA. UAT should be about the useability of a system rather than a "flush out the bugs".
I agree but feel that the...
November 14, 2013 at 3:20 am
Steve Jones - SSC Editor (11/13/2013)
I have seen ... ...software, don't work well.
Haven't we all?
Steve Jones - SSC Editor (11/13/2013)
...I do think some sort of warranty is reasonable for software...
Absolutely!!!
November 14, 2013 at 2:31 am
It depends if you have to use it at the time. Then the hours are split (unevenly) between learning as a task in of itself and learning whilst utilising to...
November 14, 2013 at 2:28 am
Sqlraider (11/13/2013)
Dale Turley (11/13/2013)
November 13, 2013 at 8:29 am
I wouldn't knock the fact that most of us found it an easy question. There are always people new to SQL Server and we should cater for them too.
Perhaps it...
November 13, 2013 at 6:13 am
vliet (11/13/2013)
November 13, 2013 at 4:20 am
Koen Verbeeck (11/13/2013)
Secondly, developer is the same as enterprise feature-wise,...
November 13, 2013 at 3:57 am
Viewing 15 posts - 2,686 through 2,700 (of 3,221 total)