RE: Javascript in 2017

2017-05-23 Thread Rob Andrew
Tom, Books may not be a good idea in the JS space these days. The space is moving very quickly – and things will be out of date before they are published. You may want to look a little more into the online space, but I think that even looking at blogs, etc fall out of date pretty quickly.

RE: log server [OT]

2017-05-10 Thread Rob Andrew
I have been looking into using NLog + Logentries as a means to expose and view what is occurring within our systems. Open to what other people are using. Rob From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of William Luu Sent: Thursday, 11 May 2017

RE: Azure, Classic ASP and the road less traveled

2016-11-16 Thread Rob Andrew
http://connectionstrings.com/ ? From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Stephen Price Sent: Thursday, 17 November 2016 6:31 PM To: ozDotNet Subject: Re: Azure, Classic ASP and the road less traveled I've done that

RE: [OT] Azure pricing

2015-12-29 Thread Rob Andrew
ont need (but I think a lot of that is just us learning the ropes). * Azure SQL is not the full SQL Server :) [that caught us]. Anyhow - just our experiences... Rob Andrew  AEGIS SOFTWORKS PTY LTD - Original Message - From: Greg Keogh [mailto:gfke...@gmail.com] To: ozdotnet@ozdotnet.com Sent:

Re: REST testing

2015-09-13 Thread Rob Andrew
SOAP UI? On Sun, Sep 13, 2015 at 4:48 pm, Greg Keogh < gfke...@gmail.com [gfke...@gmail.com] > wrote: Folks, in recent months I've been doing lots of REST call testing. I use the scratchpad of Fiddler to select and send some request lines, then look at the traffic in the inspector panes. The

RE: RabbitMQ comments

2015-04-30 Thread Rob Andrew
Hey Greg,We used ZeroMQ in some anger at my last job - pretty good job, decent doco, relatively light weight, though we did find the C# implementations a little 'weak', the C++ implementations were much better. Rob Andrew AEGIS SOFTWORKS PTY LTD - Original Message - From: Greg Keogh

Re: [OT] Earthquake?

2014-04-23 Thread Rob Andrew
I used a stanley knife for mine. There are some websites that allow you to print out a stencil you can cut to.Rob- Original Message - From: David Connors [mailto:da...@connors.com] To: ozdotnet@ozdotnet.com Sent: Thu, 24 Apr 2014 14:28:21 +1000 Subject: Re: [OT] Earthquake? I've had T

RE: Future of .NET

2013-08-21 Thread Rob Andrew
Michael,What is the development platform of choice for the cool kids you are seeing?Just wondering.Rob- Original Message - From: Michael Ridland [mailto:rid...@gmail.com] To: ozdotnet@ozdotnet.com Sent: Thu, 22 Aug 2013 10:38:49 +1000 Subject: Future of .NET HiIt's clear that in the

RE: Lots of data over a service

2013-08-06 Thread Rob Andrew
Hi Greg, We've used a technique called Chunking to move large quantities of binary data around. We move ~50 Mb files (LAN only) this way and works pretty well. http://msdn.microsoft.com/en-us/library/aa717050.aspx Rob From: ozdotnet-boun...@ozdotnet.com

RE: Estimate Time and Cost before signing a contract

2013-08-02 Thread Rob Andrew
Hi Richard, Yes I have done quite a bit of this kind of work. The detail is in the contract, but given your below I assume it is some form of fixed price for a deliverable? This can get nasty if you don't deliver - so best to understand what you are getting into and what they expect from

RE: More on cross-platform development

2013-01-03 Thread Rob Andrew
Greg,Have you looked at something like DXTreme from DevExpress? Might not be suitable for your existing applications - but I have been looking at it for some future work.Whether it works to a sufficient level or not is unclear, but I like the idea behind it.Agree with Ian around dumb-down

RE: log4net sample

2012-03-18 Thread Rob Andrew
Greg, I’ve had the same issues in the past, and often resolved them with internal debugging. Here is a clip from the log4net website. http://logging.apache.org/log4net/release/faq.html -- go to the ‘How do I enable log4net internal debugging?’ section. Rob From:

RE: Clouding an application

2012-02-24 Thread Rob Andrew
-boun...@ozdotnet.com] On Behalf Of David Connors Sent: Friday, 24 February 2012 7:50 PM To: ozDotNet Subject: Re: Clouding an application On Fri, Feb 24, 2012 at 2:59 PM, Rob Andrew rand...@voyageconnect.com wrote: * High numbers of adhoc/recurrent users * Highly variable number of users per

Clouding an application

2012-02-23 Thread Rob Andrew
Hi All,I've been asked to look into creating an application that may well work well in the cloud;* High numbers of adhoc/recurrent users* Highly variable number of users per period* Relatively high data requirements per user* "Peaky" usage profile for users (application is used for a day a week,

Business Logic Service

2011-12-05 Thread Rob Andrew
Hi All, I have been asked to write a business logic layer that is to sit upon the 'net. This layer is to act as a 'service' and provide it's features to a number of consuming clients (Ipad, windows, web, etc). Idea is to code this in C# and back it into SQL Server or similar. I was