Re: Parallet.ForEach

2013-06-25 Thread Corneliu I. Tusnea
David/Greg, Ihe IEnumerable is not an issue with Parallel.ForEach. The PFX library will look for few other interfaces for your object and decide the partitioning strategy based on that. There are multiple paritioners that will be picked up based on your source: Range (used for IList), Chunk (used

Re: Parallet.ForEach

2013-06-25 Thread Corneliu I. Tusnea
Here is a very good (but very old) presentation about the PFX: http://blogesh.files.wordpress.com/2009/05/getting-the-most-out-of-pfx.pptx Slide 33 has the partitioning details. On Tue, Jun 25, 2013 at 4:45 PM, Corneliu I. Tusnea corne...@acorns.com.auwrote: David/Greg, Ihe IEnumerable is

Re: Parallet.ForEach

2013-06-25 Thread Davy Jones
The data above it comes from a yield return, although parallel.foreach was still faster than doing it all in line. ListT was much much faster, shaved 2000ms off of the process. I read some of the books/articles mentioned and i've been following the parallel blog for ages. But that was back when

Static resources in MVC 4

2013-06-25 Thread ifumust
Anyone know the proper way to pass static files to the web bypassing MVC..ie image files etc I'm using MVC 4 I am using this but doesn't take into account sub-directories. routes.IgnoreRoute({resource}.gif) 'Works /hello.gif /images/hello.gif doesn't work

Recommendations for TFS 2012 Training in Canberra

2013-06-25 Thread noonie
Greetings, Can anyone recommend TFS 2012 training in Canberra? I'm particularly Interested in Upgrade/Migration from 2008 and setup administration. -- Regards, noonie

Re: Static resources in MVC 4

2013-06-25 Thread Wallace Turner
set the RouteCollection’s RouteExistingFiles property to true. (It’s false by default.) source: http://forums.asp.net/t/1536510.aspx

RE: Static resources in MVC 4

2013-06-25 Thread ifumust
Found a bug i think... If i have a ignore routes.IgnoreRoute(members/{*pathInfo}) It will show all files except if there is a directory that is a no? Eg http://localhost:3027/members/ http://localhost:3027/members/11366/hello.gif 11366/hello.gif'The resource

RE: Recommendations for TFS 2012 Training in Canberra

2013-06-25 Thread Anthony Borton
Hi Neale, I’m running the following TFS courses in Canberra next month. 17-Jul-2013 Test Automation, Web Performance and Load Testing with Visual Studio 2012 (2 days) 22-Jul-2013 Software Testing with Visual Studio 2012 (2 days) My TFS admin course is running in Brisbane and you can attend

RE: A simple tick the boxes data entry system

2013-06-25 Thread Katherine Moss
Not a PDF that is a scanned image, no. But PDFs that are written in say word or something converted from a word document are fine. And word forms are accessible if the document is made to be accessible. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of

RE: Static resources in MVC 4

2013-06-25 Thread Nathan Chere
It would be easier if you provide all your route setup, not just that one line in isolation. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of ifum...@gmail.com Sent: Tuesday, 25 June 2013 11:23 PM To: 'ozDotNet' Subject: RE: Static resources in MVC 4

RE: Static resources in MVC 4

2013-06-25 Thread ifumust
Found the problem after 6 hours.I had a web.config within the directory that had the static resource! I removed it and was good. Appreciate everyone help. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Nathan Chere Sent: Wednesday, 26 June 2013

Character set for variable names

2013-06-25 Thread Greg Keogh
Folk, I have some utility code that saves the names and values of object properties. I was wondering if the property names could be stored as ASCII or would be more space. So I coded this and found it works. int ΑΒΓΔθ = 123; long y = 891723; var z = ΑΒΓΔθ + y; (If my pasting fails) the first

RE: A simple tick the boxes data entry system

2013-06-25 Thread Ian Thomas
Using InfoPath is not necessarily the ideal solution, however. As I understand the OP's description of the task or project, the on-the-road people may not have a functional internet connection always, and the licensing of InfoPath is such that the InfoPath Filler cannot be separated from a

Re: Tablets - WinRT and Android

2013-06-25 Thread David Connors
On Wed, Jun 26, 2013 at 11:36 AM, Ian Thomas il.tho...@iinet.net.au wrote: Mike – no comment possible, I guess? HP’s Android-based desktop – http://www.arnnet.com.au/article/print/465705/hp_shows_off_21-inch_all-in-one_desktop_installed_android/ Wow... of all the Microsoft partners to

Re: Tablets - WinRT and Android

2013-06-25 Thread mike smith
Is that a Slate in your pocket or are you just pleased to se... Sorry, had to use that meme... It'll be interesting to see when it arrives. That's a decent size touch surface. On Wed, Jun 26, 2013 at 11:36 AM, Ian Thomas il.tho...@iinet.net.au wrote: Mike – no comment possible, I guess?

Re: Tablets - WinRT and Android

2013-06-25 Thread mike smith
On Wed, Jun 26, 2013 at 11:48 AM, David Connors da...@connors.com wrote: On Wed, Jun 26, 2013 at 11:36 AM, Ian Thomas il.tho...@iinet.net.auwrote: Mike – no comment possible, I guess? HP’s Android-based desktop –

RE: Tablets - WinRT and Android

2013-06-25 Thread Ian Thomas
I’m not sure that I would buy a Surface RT even at 60% off its AU price, though – over a Nexus 7 32Gb 3G. I would like 3G or LTE available (built-in or pluggable). Maybe that’s the next Surface WinRT model, if Microsoft persists with hardware production? Android for desktop has been debated

RE: Character set for variable names

2013-06-25 Thread Fredericks, Chris
Hi Greg, Character and string processing in C# uses Unicode encoding - all characters are 16-bit. The rules for Identifiers can be found in section 2.4.2 of The C# Programming Language, 4th Edition, Hejlsberg, Torgersen, Wiltamuth, Golde. Read it here:

Re: Tablets - WinRT and Android

2013-06-25 Thread David Connors
On Wed, Jun 26, 2013 at 12:34 PM, Ian Thomas il.tho...@iinet.net.au wrote: I’m not sure that I would buy a Surface RT even at 60% off its AU price, though – over a Nexus 7 32Gb 3G. I would like 3G or LTE available (built-in or pluggable). Maybe that’s the next Surface WinRT model, if Microsoft

Re: Tablets - WinRT and Android

2013-06-25 Thread jasion4
Yeah, I think it will be really interested to see what happens with WinRT given Intel’s lower power processors. If they can get to within about 80% of ARM power consumption / battery life then WinRT may no longer be viable, everyone can have “full” windows desktop. Sent from Windows Mail

trying to repair an ASP.net web site, can't log in via the administrative account anymore: I need an explanation in plain English

2013-06-25 Thread Katherine Moss
Hello all, I figure that this is relevant considering my site runs ASP.net. I'm on the Sueetie Framework, and I have the following issue: I changed the administrator password to both the administrative accounts listed on the site and now I cannot remember it. I have my email settings set to

Re: Tablets - WinRT and Android

2013-06-25 Thread Scott Barnes
There's been a lof of rumours about the Nokia buy out, some would even argue Elop was a CEO plant by ballmer to play that acquisition from both sides given his ties to Microsoft.. but that would probably require wearing a tin foil hat with constant glances skyward for predator drones aswell ;) It

Optimising SQL column data

2013-06-25 Thread Greg Keogh
Folks, I'm loading hundreds of thousands of logging lines into a SQL Server table and I noticed that one of the columns contains only short words taken from a handful of choices. So the column reads like FOO FOO FOO FOO BAR FOO FOO FOO FOO BAR BANG FOO FOO FOO etc. The column will rarely be used.

RE: Optimising SQL column data

2013-06-25 Thread GregAtGregLowDotCom
Hi Greg, Which edition of SQL Server? (Compression at the page level is awesome for this but not everyone has it) It would be really good if the product had a real concept of an enumeration but it doesn't: Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61

Re: Optimising SQL column data

2013-06-25 Thread David Connors
On Wed, Jun 26, 2013 at 3:35 PM, Greg Keogh g...@mira.net wrote: Folks, I'm loading hundreds of thousands of logging lines into a SQL Server table and I noticed that one of the columns contains only short words taken from a handful of choices. So the column reads like FOO FOO FOO FOO BAR FOO