Re: [OT] Decent workplaces for a dev in Canberra

2010-08-23 Thread Eddie de Bear
Hey Paul, You are correct that there is a very large amount of work down here (or up, depends on where you are) with Government Departments. Unfortunately due to the panel arrangements that most of them have, you need to run through a recruitment company if you plan to pick up anything with them.

RE: Non-admin developing

2010-08-23 Thread Greg Keogh
Scott Guthrie blogged about IIS Express recently http://weblogs.asp.net/scottgu/archive/2010/06/28/introducing-iis-express.as px I see it was released last July. http://blogs.iis.net/bills/archive/2010/07/06/announcing-webmatrix-a-small-s imple-and-seamless-stack-for-web-developers.aspx

Re: VS2010 and SDK 7.0A and 7.1

2010-08-23 Thread Stephen Liedig
I thought 7.1 was aligned with .NET 4 whereas 7.0A was still 3.5 SP1? Could be mistaken though. On 23 August 2010 01:05, Greg Keogh g...@mira.net wrote: I’ve finally upgraded to Visual Studio 2010 and it all seems to be working well. I haven’t had time to look into the snazzy new features

Data Structure - timeseries

2010-08-23 Thread Jeff Sinclair
I have some time series data, which contains various parameters read over a period of time as varying intervals. I am working on a replay interface for the data. I want to allow the retrial of a value at any point in time. The value being calculated by simple straight line between the nearest

Re: Data Structure - timeseries

2010-08-23 Thread David Richards
Jeff, How about a SortedListDateTime, YourDataClass ? Then do a search on .Keys (for example a binary search since they will be in order) to find the datetime closest to the one you want and then just retrieve .Keys[FoundIndex + 1] to get the next one. You can then use the two keys to get the

RE: [OT] Decent workplaces for a dev in Canberra

2010-08-23 Thread Paul Samways
Hi Paul, Definitely try http://www.finalbuilder.com/jobs.aspx, we've just updated the Jobs page today with a new ASP.NET MVC Web Developer position. If you want to know more, feel free to email me privately (p...@finalbuilder.com). Paul. -Original Message- From:

Re: [OT] Decent workplaces for a dev in Canberra

2010-08-23 Thread DotNet Dude
Based on the description it looks more like a Javascript position :p On Tue, Aug 24, 2010 at 11:16 AM, Paul Samways p...@finalbuilder.com wrote: Hi Paul, Definitely try http://www.finalbuilder.com/jobs.aspx, we've just updated the Jobs page today with a new ASP.NET MVC Web Developer position.