Re: (friday off topic) Fast hardware

2013-07-11 Thread Preet Sangha
It is an MSI GT680 The laptop was about 2000 and the two SSDs were about 800 so say about 2400$ AUD On 12 July 2013 14:50, Greg Keogh wrote: > How much did it cost 2 years ago? >

Re: [OT] My "computer history" page

2013-07-14 Thread Preet Sangha
Nice! Very good read. I too was doing MVS and OS 370 Assembler and JCL in 1987 but at IBM. PL/AS anyone? On 14 July 2013 20:08, Greg Keogh wrote: > Hi Folks, some of you in here who can remember further back than the 1990s > might be interested in my hobby page here: > > http://www.orthogonal

Re: Estimate Time and Cost before signing a contract

2013-08-05 Thread Preet Sangha
I wish this was something I knew back in '94 when I started. Luckily I got a great lawyer back then so not all bad. On 5 August 2013 22:53, Richard Jones wrote: > Scott, > > FK YOU PAY ME - very informative. Again, very good advice. > > Thank you. > > > -- > Date: Mon

Options for exposing TFS to customers and/or ticketing system

2013-08-06 Thread Preet Sangha
We are now big enough to require a ticketing system to manage customer requests/tasks. Internally (8 of us) we use cloud TFS (visualstudio.com) and Office 365 so a cloud based solution suits us better then us having to manage it. In fact our whole infrastructure is slowly migrating to azure anyway

Re: 240GB SSD?

2013-08-08 Thread Preet Sangha
I've still got my old HYPER-X pair and they give solid 450-500 Mb/s read and write each and 1000 in RAID0. I've read about the Samsung and OCZ Vertex and these + the latest Hyper X versions is what I'd look at. On 9 August 2013 11:04, Stuart Kinnear wrote: > > MSY usually is quite price competi

Re: Swap File [Was: 240GB SSD?]

2013-08-08 Thread Preet Sangha
In the main the advice I've got was that you can run without one. However I do SSAS/SQL stuff and during intensive processing when memory is eaten like lollies (I have 16Gb ram) a swap file is needed as the PC crashes unless I had one. so for me it's needed, but I believe others run happily witho

Re: FW: 240GB SSD?

2013-08-08 Thread Preet Sangha
Once you go SSD you don't ever want to go back On 9 August 2013 18:03, Corneliu I. Tusnea wrote: > Good point. I'll do that right now. > I've just finished installing Windows 8: 6m01s from "Install" to "Welcome > to Windows". I'm impressed. > > > On Fri, Aug 9, 2013 at 3:50 PM, GregAtGregLow

Re: Network Location Private/Public

2013-08-09 Thread Preet Sangha
Try SECPOL.MSC | Net work list manager policies | Net work properties On 10 August 2013 01:26, Corneliu I. Tusnea wrote: > Hi, > > I'm trying to configure my new server and accidentally I've clicked on the > Network icon in my computer and then on Turn on Sharing :) Yup .. I did it > ... > Now,

Re: msbuild

2013-08-20 Thread Preet Sangha
http://stackoverflow.com/questions/3848597/bat-current-folder-name set startdir=%cd% echo %startdir% is my current directory On 21 August 2013 13:37, Stephen Price wrote: > Hey all, > > I have a batch file that deploys to the required environment and i'm > setting it up to output the deploy

Re: msbuild

2013-08-20 Thread Preet Sangha
ame... ) > so strip off the known bat file name and I've got the path. Pushd then does > the rest. > > > On Wed, Aug 21, 2013 at 10:35 AM, Preet Sangha wrote: > >> http://stackoverflow.com/questions/3848597/bat-current-folder-name >> >> set startdir=%cd% >

Re: Code commenting

2013-09-12 Thread Preet Sangha
Anthony, you're asking about some form of automated tool and seriously you're not using the annotate function within TFS? On 13 September 2013 16:55, wrote: > I like to comment code and remove some of them after a while. > > ** ** > > Anthony > > Melbourne StuffUps…learn from othe

Re: [OT]Virtual File

2013-09-22 Thread Preet Sangha
Does this help ? http://stackoverflow.com/questions/6209989/iis-redirect-for-files-that-have-changed-paths On 23 September 2013 15:15, wrote: > This appears to be only a directory redirect not a file redirect > > ** ** > > Anthony > > Melbourne StuffUps…learn from others, share with oth

Re: [OT]Virtual File

2013-09-22 Thread Preet Sangha
whoops sorry sent before reading whole thread. On 23 September 2013 17:05, Preet Sangha wrote: > Does this help ? > http://stackoverflow.com/questions/6209989/iis-redirect-for-files-that-have-changed-paths > > > On 23 September 2013 15:15, wrote: > >> This appear

Re: Medicare Client Adapter and .NET

2013-09-24 Thread Preet Sangha
Greg, Does http://www.ikvm.net/devguide/net2java.html help instead of going indirectly via the C API? On 25 September 2013 13:32, Greg Keogh wrote: > Folks, has anyone in here had experience trying to use the Australian > Medicare Online Claiming Client Adaptor from .NET? Here's what I've found

Re: OAIC releases privacy guide for mobile app developers

2013-09-30 Thread Preet Sangha
6/10? I'd love to see the sample set. I suspect if you had truly general sample set it would more likely be that they didn't have a smartphone because: a. They cost lots b. They don't need them (however true or untrue those ideas may be) On 1 October 2013 15:02, Ian Thomas wrote: > This may

Re: OAIC releases privacy guide for mobile app developers

2013-09-30 Thread Preet Sangha
rtain smartphone apps* because…” > > > ** ** > > *From:* ozdotnet-boun...@ozdotnet.com [mailto: > ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Preet Sangha > *Sent:* Tuesday, 1 October 2013 11:34 AM > *To:* ozDotNet > *Subject:* Re: OAIC releases privacy guide for m

Customised read/write filters in Visual Studio 2012

2013-11-04 Thread Preet Sangha
I posted this on SO yesterday but nothing so far, so I thought I'd open it up to the group. http://stackoverflow.com/questions/19758748/can-visual-studio-2012-be-set-to-display-edit-encrypted-files-using-a-custom-enc We have encrypted files that are routinely kept in encrypted form within source

Re: Customised read/write filters in Visual Studio 2012

2013-11-04 Thread Preet Sangha
It's completely in house only. The key is encoded into a 10 exe on the dev machine. Trust me I was just as as amazed when I read that I could do that. On 5 November 2013 15:16, mike smith wrote: > inline > > > On Tue, Nov 5, 2013 at 6:25 AM, Preet Sangha wrote: > &g

Re: [OT] Public SQL Server

2013-11-22 Thread Preet Sangha
Off the top of my head I recall something about the appropriate protocols being enabled? i.e. SQL Express may only be listening on local native client and not TCP/IP On 23 November 2013 11:50, Greg Keogh wrote: > I forgot to mention this is SQL Server 2008R2. I have "Allow remote > connections

Re: SCreen Recorder

2013-11-27 Thread Preet Sangha
Can you use the built into windows (7+) Problem Steps Recorder? http://stackoverflow.com/questions/8512730/how-to-integrate-problem-steps-recorder-psr-in-my-application On 28 November 2013 12:09, wrote: > Anyone suggest a third party control or code to record screen video within > an applicati

What are the Mocking/Testing frameworks/patterns de jour?

2013-12-06 Thread Preet Sangha
I've been off the imperative code mill for the past couple of years and have been working in the 'big data (pharp)' field. In my day it was nUnit, MS Test (spit) , moq, nMock and some commercial equivalents (inside resharper I recall). What do you guys use in the .Net world these days? -- reg

Re: What are the Mocking/Testing frameworks/patterns de jour?

2013-12-08 Thread Preet Sangha
Thank everyone. I'm suspecting a trend towards more declarative/easy/implicit frameworks. On 9 December 2013 16:17, William Luu wrote: > I'm using R#/Ms Test with Moq. > > I've seen several recommendations lately of another mocking framework > called FakeItEasy - http://fakeiteasy.github.io >

Recommendation for graphical editor type library/custom controls

2013-12-16 Thread Preet Sangha
Apologies for the terse title :-) Imagine a visio like tool that allows me to move some simple connected shapes around on the screen and as I move them around I get events on the change in the graphs. This would be for embedding into custom application. No webby stuff needed. I'd prefer a .Net li

Re: Recommendation for graphical editor type library/custom controls

2013-12-16 Thread Preet Sangha
wpf/diagrams.aspx > > We've decomposed the graph and stored it separately into tables, you can > get custom images and control connections etc. The project has been in > park of for a little while so I'm a little rusty, but it seemed to be > fitting most of our needs. > >

Re: [OT] Machine restart lock-up

2013-12-26 Thread Preet Sangha
oh. I get that every time the machine hibernates I have two ssds in raid 0 I'm getting worried now. On 27 December 2013 16:38, Greg Keogh wrote: > Busted SSD? I had a similar one that was hanging at random times. Returned >> it back and got a replacement without any questions asked by the s

Re: Documentation Wiki?

2014-01-05 Thread Preet Sangha
We are small company. A shared OneNote book works brilliantly. C/P & WYSIWYG hardly every have issues with conflicts. It's all on the public web via Office 365 and locally on our laptops. On 6 January 2014 17:23, Corneliu I. Tusnea wrote: > Hi guys, > > Happy New Year. > > I have a bit of

Re: Windows Internals 6th edition

2014-01-15 Thread Preet Sangha
Wow I'm still digesting the Vista one :-) On 16 January 2014 14:21, Greg Keogh wrote: > Folks, just FYI - I had two books just arrive by courier: Windows > Internals Part-1 and > Windows > Internals Part-2

Re: Recruiter advice for Job Seeker.

2014-01-19 Thread Preet Sangha
Just wanted to add that there are some people advertising on careers.stackoverflow.com in the remote part of the world - so it might be worthwhile to search there too. On 20 January 2014 16:20, David Burstin wrote: > For contracts I tend to look at Seek and apply for anything that is > remotely

Re: [OT] Raid 0

2014-01-28 Thread Preet Sangha
I have two super fast SSDs running in Raid 0 on my laptop. On 29 January 2014 15:30, Ken Schaefer wrote: > RAID0's usually used for speed, when you don't care about protecting the > underlying content (e.g. it's ephemeral or you've got it protected > somewhere else). I think SSDs have eliminat

Re: [OT] Raid 0

2014-01-28 Thread Preet Sangha
ld see much > benefit from 2 x SATA3 drives in RAID0 vs just single a single SSD. How > much data do you load (or save)? > > > > Cheers > > Ken > > > > *From:* ozdotnet-boun...@ozdotnet.com [mailto: > ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Preet Sangha &

Re: [OT] Raid 0

2014-01-28 Thread Preet Sangha
I should add that we have one client uses who uses Raid 10 SSDs and they process their live DB in about 60 mins (down from about 4.5 hours). Their server cost was US 40k I believe. On 29 January 2014 17:09, Preet Sangha wrote: > I got it about 2.5 years ago. > > As part of our dev w

Re: Error reporting from native to managed

2014-01-30 Thread Preet Sangha
I've not done this level of stuff in years, but my supicion is that SHEException is the way to go. This class has a Data member that can be filled with information so I suspect that what the C++ code needs to do is to map any C++ exception into an appropriately formatted _EXCEPTION_RECORD and __t

Re: Today was very quiet on ozdotnet ...

2014-02-06 Thread Preet Sangha
Sigh. I dropped the Windows Phone 7 platform simply after being unable to back up/retrive offline - my SMSs, for a court case. Seems like nothing has changed in this area. Though I'm sure MS has wonderful reasons to choosing the design - frankly they don't make sense to me, and I'm past caring.

Re: Today was very quiet on ozdotnet ...

2014-02-07 Thread Preet Sangha
rting evidence > that the tool doesn't alter anything in-situ > > > > *From:* ozdotnet-boun...@ozdotnet.com [mailto: > ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Preet Sangha > *Sent:* Friday, 7 February 2014 5:27 PM > *To:* ozDotNet > *Subject:* Re: Today was v

Re: Advice to Microsoft (not mine - the IT press and developer blogosphere)

2014-02-13 Thread Preet Sangha
Greg. All machine languages are just wrappers for microcode [?] Preet On 14 February 2014 14:00, GregAtGregLowDotCom wrote: > Isn’t it all just perspective ? > > > > All other languages are just wrappers around machine code anyway. J > > > > “Resistance is futile” > > > > “Any problem in comp

TFS Build in the Cloud

2014-02-19 Thread Preet Sangha
Does anyone know who would be the best person/team to contact at Microsoft in order to request some extra software (MS SSDT-BI components) be installed on the Azure based VisualStudio.com build servers? It seems that though SSDT is installed - SSDT-BI is still left out. In fact I'm completely open

Re: TFS Build in the Cloud

2014-02-20 Thread Preet Sangha
AM > *To:* ozDotNet; Grant Holliday > *Subject:* RE: TFS Build in the Cloud > > > > Grant? > > > > *From:* ozdotnet-boun...@ozdotnet.com [ > mailto:ozdotnet-boun...@ozdotnet.com ] *On > Behalf Of *Preet Sangha > *Sent:* Wednesday, February 19, 2014 3:01 PM >

Re: unsubscribe

2014-03-25 Thread Preet Sangha
man I wished I could send in colour. But I grew up in the 70's and we couldn't afford it. On 25 March 2014 18:58, mike smith wrote: > Like this. > > > Reply-To: ozDotNet > List-Id: ozDotNet *List-Unsubscribe: >

Re: Spreadsheets and data

2014-03-30 Thread Preet Sangha
Stephen, SQL Server Analysis Cubes are essentially multidimensional spreadsheets. Preet Sangha On 28 March 2014 20:03, Stephen Price wrote: > Hey all, > > Wondering if anyone has taken a spreadsheet and turned it into an app > before? > > This spreadsheet has lots of

[OT] Thurday afternoon rant

2014-04-09 Thread Preet Sangha
If there is one technology that drives me nuts every time I have to work with it, it's XML, XPATH and associated crapping XML Namespaces. Why does everything have to be so bloody painful. ARG Oh that an regex :-) -- regards, Preet, Overlooking my bedroom/office wall.

Re: dotnet Cat Systems

2014-04-27 Thread Preet Sangha
the only one I can think of off the top of my head is the DNN (old name = dotenetnuke). On 28 April 2014 17:40, wrote: > Is there a dotnet ecommerce system i can use for my clients without any > royalty fees etc..i have developed my own ecommerce system but thinking i > might start using an o

Re: In praise of CSharpCodeProvider

2014-06-19 Thread Preet Sangha
That's always a good point. For years I worked on a closed system where we used Iron Python and the DLR to have scriptability in the system. By judicious design we were able to inject workarounds, customisations and other 'hacks' (mosty) when ever needed on a deployed system. Because we weren't al

Re: [OT] Purchasing an iPad

2014-06-26 Thread Preet Sangha
I know nothing about the Apple world (mostly) but every tech savy apple user I know (developers x 4) have all said that they bought their devices as refurbs from the apple website. This may not be be contemporary advice. On 27 June 2014 12:10, Greg Keogh wrote: > Folks, my wife is an editor

Re: Xamarin Hack Day

2014-07-06 Thread Preet Sangha
What does it take to organise one of these things? What's the expectation from attendees? On 7 July 2014 14:28, Andrew Coates (DX AUSTRALIA) < andrew.coa...@microsoft.com> wrote: > There has recently been an offer to organise one in Melbourne! Watch > this space (and others) > > > > Cheers > >

Re: Xamarin Hack Day

2014-07-07 Thread Preet Sangha
ext door in which most attendees got > lunch from. > > I'm keen for a Melbourne event. Hey why not all cities, make it even more > fun. > > Thanks > > Michael > http://www.michaelridland.com > > > > > On Mon, Jul 7, 2014 at 12:57 PM, Preet Sangha > wr

Any one here using the Visual Studio Online (TFS in the cloud)?

2014-07-07 Thread Preet Sangha
This morning all of us who logged into TFS (as opposed to were already logged in on sleeping machines) have had Stack Rank removed from the Task Work Item template. Cloud TFS doesn't allow changes to the WIT as you can with an in house TFS server so I was wondering if any of the MS people here kno

Re: Any one here using the Visual Studio Online (TFS in the cloud)?

2014-07-07 Thread Preet Sangha
t.com] *On Behalf Of *David Kean > *Sent:* Monday, July 7, 2014 9:43 PM > *To:* ozDotNet; Grant Holliday > *Subject:* RE: Any one here using the Visual Studio Online (TFS in the > cloud)? > > > > Grant? > > > > *From:* ozdotnet-boun...@ozdotnet.com [ > mailt

Re: [ot] intranet

2014-07-28 Thread Preet Sangha
One note. All the richness of office with all the elegance of a wiki. On Jul 28, 2014 5:22 PM, wrote: > Anyone have or use an internet system to record their procedures, manuals > etc. I have all sorts of docs for installing dotnet, cerating a orchard > cms site etc but need a central locatio

Re: [ot] intranet

2014-07-28 Thread Preet Sangha
ting…can one note be published to the internet? > > > > *From:* ozdotnet-boun...@ozdotnet.com [mailto: > ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Preet Sangha > *Sent:* Monday, 28 July 2014 5:50 PM > *To:* ozDotNet > *Subject:* Re: [ot] intranet > > > > O

Re: [ot] intranet

2014-07-28 Thread Preet Sangha
The best thing in my opinion is that everyone has a local copy they just edit and it auto syncs when connected to the Internet. See here for how to to do the read only thing : http://community.office365.com/en-us/f/154/t/224258.aspx On 28 July 2014 20:42, Preet Sangha wrote: > We use Off

Re: Any one here using the Visual Studio Online (TFS in the cloud)?

2014-08-03 Thread Preet Sangha
> > > *From:* ozdotnet-boun...@ozdotnet.com [mailto: > ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Preet Sangha > *Sent:* Tuesday, 8 July 2014 3:45 PM > *To:* ozDotNet > *Subject:* Re: Any one here using the Visual Studio Online (TFS in the > cloud)? > > > > T

Re: About SQL

2014-08-05 Thread Preet Sangha
You will likely find this useful: http://www.amazon.com/Joe-Celkos-Thinking-Sets-Management/dp/0123741378 On 5 August 2014 18:56, Niaz Rana wrote: > Hi All, > I am Application developer of MS .NET track i am good in it.:) > But now i have to sharp my expertise in Db side, as Developer (

Re: Bare bones web app

2014-09-28 Thread Preet Sangha
My friend Mike wrote this one his blog a few years ago: http://mikehadlow.blogspot.co.nz/2006/07/playing-with-httpsys.html On 29 September 2014 19:49, Greg Keogh wrote: > You consider using asp.net to be "bypassing all frameworks completely"?? >> > > Well no, even using a single handler for th

Re: 3d Trilateration

2014-10-08 Thread Preet Sangha
have you hunted around gis.stackexchange.com http://gis.stackexchange.com/questions/66/trilateration-using-3-latitude-and-longitude-points-and-3-distances On 8 October 2014 04:54, David Rhys Jones wrote: > Hi all, > > Does anyone have code / link to a library that can do 3d Trilateration? > > *

Re: [OT] Ultrabook for noob

2014-11-26 Thread Preet Sangha
When I was self employed back I got the best laptop I could afford and carry. I spent 3k NZD on a sandybridge i7 + 16Gb + 2 x 128 Gb Kingston Hyper X SSDs (as the mobo supported Raid 0) back in Oct 2011. The disks them selves for 20% of the price. Frankly it's still a beast (though I recently upgr

Re: [OT] Reading list

2014-12-03 Thread Preet Sangha
I personally think aside from all the great books listed. Every programmer should read Code - by Petzold. At some point software has to magically jump into hardware and every programmer should have at least the modicum of understanding at this level. On 4 December 2014 at 11:02, Tom P wrote: > T

Re: [OT] Data Retention Bill

2015-03-26 Thread Preet Sangha
Yeah just replace Poland with liberty. On 27 Mar 2015 15:37, "Tom Rutter" wrote: > I don't know about "at least it was nice to see Libs and Labs finally > cooperate on something, anything". That's like Hitler and Stalin agreeing > on something. > > On Fri, Mar 27, 2015 at 12:44 PM, Greg Keogh wr

Re: .NET/CLR on FreeBSD status update.

2015-04-27 Thread Preet Sangha
Thank you. This looks interesting. regards, Preet, in Auckland NZ On 28 April 2015 at 09:10, Geoffrey Huntley wrote: > By now you have probably saw the news that the CLR is building > successfully on FreeBSD. > Well last night the port team progressed another milestone namely - IL > code ran

Re: More on 'CloudStream'

2015-06-17 Thread Preet Sangha
Ooh that takes me back to my IFS days regards, Preet, in Auckland NZ On 17 June 2015 at 12:26, Thomas Koster wrote: > Greg, > > On 15 June 2015 at 12:08, Greg Keogh wrote: > > I discovered by accident this morning that someone has already considered > > the issue of "a file system in the clo

Alternative Web Service Proxy/Client class generators for .net recommendations?

2015-08-17 Thread Preet Sangha
I've been in the BI space for the past few years and so have sort of missed out on all web service goodness since .net 4 came out. I'm now back in the c# programming space and have need to consume a third party web service (written in PHP) and thus create client side proxy for it. Currently the Se

Re: [OT] Chairs for home office

2015-08-17 Thread Preet Sangha
I've just started a new job, and am trying to do the standing up desk thing. It's quite hard work (esp since I'm walking a few K in each direction from home too). At this moment any chair is a good one ;-) regards, Preet, in Auckland NZ On 18 August 2015 at 15:40, Andrew Coates (DX AUSTRALIA) <

Re: [OT] Chairs for home office

2015-08-18 Thread Preet Sangha
and and sit. Standing all day is really hard > > > On Tue, Aug 18, 2015 at 2:22 PM, Preet Sangha > wrote: > >> I've just started a new job, and am trying to do the standing up desk >> thing. It's quite hard work (esp since I'm walking a few K in each >>

Re: [OT] Chairs for home office

2015-08-18 Thread Preet Sangha
Oh that's quite interesting. They look quite useful and it means it can be moved from around easily. regards, Preet, in Auckland NZ On 19 August 2015 at 10:45, DotNet Dude wrote: > Tried the Varidesk for the last few months and it aint bad > > > On Wednesday, 19 August 2

Re: [OT] Chairs for home office

2015-08-18 Thread Preet Sangha
. > > On Wed, Aug 19, 2015 at 8:45 AM, DotNet Dude > wrote: > >> Tried the Varidesk for the last few months and it aint bad >> >> >> On Wednesday, 19 August 2015, Preet Sangha wrote: >> >>> Thank you, I am. I have plenty of meetings too where I have t

Re: [OT] Chairs for home office

2015-08-19 Thread Preet Sangha
Tony, I got one last night and have been using it all day. It's fantastic. Thanks heaps for suggesting it. regards, Preet, in Auckland NZ On 19 August 2015 at 12:01, Preet Sangha wrote: > Damn good idea. I forgot all about those. Bunnings here (Auckland) seem to > charge about $

Re: Re-request - Office chair again

2015-10-16 Thread Preet Sangha
I've been standing for about 10 weeks now and it was quite hard in the first couple of weeks. I the other day a colleague mentioned that I was practically standing all day without taking good short sit down breaks. To tell you the truth it feels normal. Just like sitting and working did. I'm quite

Re: Re-request - Office chair again

2015-10-16 Thread Preet Sangha
t; > I find it harder to think standing though. Not sure if there is a > scientific explanation for this or I just need more time standing for my > brain to switch over. > > > On Friday, 16 October 2015, Preet Sangha wrote: > >> I've been standing for about 10 weeks no

Re: loading styles in WebBrowser

2015-10-19 Thread Preet Sangha
Does http://stackoverflow.com/a/10282202 help? I'm doing this on the phone so apologies if I've posted the wrong link. It was taking about using a reg key setting. On Tue, 20 Oct 2015, 07:44 Dr Tom Gao wrote: > Hi Guys, > > > > I’ve got a simple winform application that has an embedded WebBrowse

Re: Mobile device photos

2015-10-21 Thread Preet Sangha
I'm not doing web stuff but a quick search pointed at this "File Support on Mobiles" http://viljamis.com/blog/2012/file-upload-support-on-mobile/ which talks about . Hope that gives you some clues. regards, Preet, in Auckland NZ On 22 October 2015 at 11:42, Greg Keogh wrote: > Folks, I've go

Re: [OT] Clients

2015-10-22 Thread Preet Sangha
I've not done freelance for a long time, but have been doing consultancy. In my experience unless you have a stakeholder prepared to chase the parties on their side this is an all too common occurrence. I now try and schedule meetings with fewer people for less time, but perhaps more often or regul

Escrow : anyone been involved in the process?

2015-11-05 Thread Preet Sangha
One of our customers (UK govt org) has requested that the software we provide is held in escrow. This will be our first product that is going to be escrowed and I've never been involved in the process and was wondering if it's a relatively straightforward process or something we'll need to careful

Re: Escrow : anyone been involved in the process?

2015-11-05 Thread Preet Sangha
ocess? >> >> >> >> Hi Preet, >> >> I would be very wary of entering into that process unless title was kept >> by you until they paid in full. They mustn't be allowed to use the software >> in production like environments until they've paid for ever

Re: Mobile passwords

2015-11-11 Thread Preet Sangha
I don't know if this relevant but I tend to use last pass and it let's me paste passwords into apps. But maybe this is only relevant for android. Anyway I'd make sure any app I write will not stop users using a tool like that too. On 11 Nov 2015 19:44, "Joseph Cooney" wrote: > If > On 11 Nov 2015

Slightly off topic : Time recording in TFS 2015

2015-12-14 Thread Preet Sangha
I'm looking to implement this locally and was wondering if anyone is using any professional products to help record time against Work Items in TFS 2015. My company prefers to buy a solution than to support an in house development. I'm just started googling for products and thought I'd ask you guy

Re: Slightly off topic : Time recording in TFS 2015

2015-12-16 Thread Preet Sangha
t; Epping Road, NORTH RYDE NSW 2113 >> Ph: +61 (2) 9870 2719 • Mob +61 (416) 134 993 • Fax: +61 (2) 9870 2400 • >> http://blogs.msdn.com/acoat >> >> >> >> *From:* ozdotnet-boun...@ozdotnet.com [mailto: >> ozdotnet-boun...@ozdotnet.com] *On Behalf Of

static interop dll loading issue

2016-02-23 Thread Preet Sangha
Hey guys, I was wondering if there are any experts on here that may have come across an issue that I've been working on all day. I have 32bit legacy program C++ (VS2010) that makes a call to the .net (4.0) c# assembly via a static method on a class in the assembly. The call then loads a windows

Re: static interop dll loading issue

2016-02-24 Thread Preet Sangha
ile for 3.5 instead? > > Davy > > Sent from my iPhone > > > On 24 Feb 2016, at 02:56, Preet Sangha wrote: > > > > Hey guys, > > > > I was wondering if there are any experts on here that may have come > across an issue that I've been working on all

Re: [OT] ACS - relevant?

2016-03-01 Thread Preet Sangha
I think this might be of use to some people [image: Inline images 1] regards, Preet, in Auckland NZ On 2 March 2016 at 10:41, David Apelt wrote: > I have enjoyed the conversation so far. ozDotNet is such a great forum. I > would like to bring the conversation back on topic. I am not trying t

Re: Silverlight runtime

2016-03-02 Thread Preet Sangha
Are there any clues in the process monitor? On 3/03/2016 11:34 am, "Greg Keogh" wrote: > I've tried fiddling with IE11's trusted sites, compatibility settings, > different versions of the SDK and runtime, adjusting active plugins, > running VS2015 under different accounts, running IE11 under diff

Re: [OT] New laptop

2016-04-05 Thread Preet Sangha
I'm sort of looking at this now. Since I have a powerful desktop at work I can rdp from any piece of rubbish and still be productive. However for offline access and dev power is still needed so I'm still debating. I like the idea of a lightweight i5 Mac type device to be honest. On 6/04/2016 9:5

RE: Gadgets [OT]

2016-04-28 Thread Preet Sangha
I have 17 items on order from aliexpress. I've just got into arduino and went mental on components. On 29/04/2016 1:30 pm, "Stephen Price" wrote: > Oh I did that last week with my new Samsung s7. Westpac have hooked up an > app. You open the app, select your card, use fingerprint to authorise it

Re: [OT] Small pc

2016-05-30 Thread Preet Sangha
Intel compute stick? On 31/05/2016 4:45 PM, "Tom Rutter" wrote: > Folks, I am after a very small and cheap pc that can run Win 7+ and IE8+. > Any ideas? > > Cheers >

Microsoft gold partnership process

2016-05-30 Thread Preet Sangha
I've just been tasked with getting our apac group of firms, a second partnership gold agreement. I've never done anything like this before. I have been told that Ms agree that this is possible. Before I contact MS myself, I wondering if there are any gotchas or tips I can read up on to lubricate

Re: Microsoft gold partnership process

2016-06-01 Thread Preet Sangha
tencies > > > > This should give you all the information you need. > > > > *Regards* > > > > *Adrian Halid* > > > > *From:* ozdotnet-boun...@ozdotnet.com [mailto: > ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Preet Sangha > *Sent:* Tuesday, 31 M

Re: [OT] Small pc

2016-06-01 Thread Preet Sangha
f Of *David Connors >> *Sent:* Thursday, 2 June 2016 11:03 AM >> *To:* ozDotNet >> *Subject:* Re: [OT] Small pc >> >> >> >> On Tue, 31 May 2016 at 14:47 Preet Sangha wrote: >> >> Intel compute stick? >> >> I bought one of these. They

Contemporary frameworks to use for restful web services with SQL backend

2016-06-06 Thread Preet Sangha
I've been out of .net Web stuff for many years and now need to build a webservice with a sql backend. I've seen many posts on here from you guys going web stuff and wondered if you could point me in the right direction please? If I wanted to build .net based web cased service, would I need to use

Re: Contemporary frameworks to use for restful web services with SQL backend

2016-06-06 Thread Preet Sangha
regards, Preet, in Auckland NZ On 6 June 2016 at 23:46, Greg Keogh wrote: > Have you decided on the style you need: SOAP and XML, or RESTful? -- *GK* > > On 6 June 2016 at 21:20, Preet Sangha wrote: > >> I've been out of .net Web stuff for many years and now need to

Re: Contemporary frameworks to use for restful web services with SQL backend

2016-06-06 Thread Preet Sangha
chanism may be an options. > > > On Monday, 6 June 2016, Preet Sangha wrote: > >> I've been out of .net Web stuff for many years and now need to build a >> webservice with a sql backend. I've seen many posts on here from you guys >> going web stuff and won

Re: [OT] PC powering off

2016-06-09 Thread Preet Sangha
Overheating either on the CPU (reseating heatsink), or perhaps the power supply as you say. we had the first and my son got some gloop and reseated the heatsink. We recorded the temp before and after and that's how we determined it. I can't remember the program but there are some free ones that r

Re: [OT] Free Blog

2016-06-23 Thread Preet Sangha
I've always used blogspot but I'm not very active anymore. On 23/06/2016 6:07 pm, "Tom Rutter" wrote: > Hi Folks > > A friend has asked where is a good place to start her new blog. I'm not a > blogger myself so looking for any recommendations. I've heard people tease > WordPress here and there bu

Training/Mentoring a developer who doesn't seem to use many modern development productivity tools

2016-07-18 Thread Preet Sangha
Guys I wonder if I can ask for some advice please. I'm currently leading a project with a developer who originally came from a Delphi background but has been using visual studio (C++ and C#) for a few years now. However I'm finding that she doesn't seem to have much experience of many of the produ

Re: Training/Mentoring a developer who doesn't seem to use many modern development productivity tools

2016-07-18 Thread Preet Sangha
About 18 months. I've just taken this project new project. regards, Preet, in Auckland NZ On 19 July 2016 at 16:10, Tom Rutter wrote: > I'm more of a manual guy myself and have become pretty efficient but it > only came with experience and coding for a while. How long has she been > with your

Re: Training/Mentoring a developer who doesn't seem to use many modern development productivity tools

2016-07-18 Thread Preet Sangha
r programming. You or someone else who > sits with her can occasionally ask her to use some shortcuts. Just don't > bombard her with shortcuts as she won't absorb them. One or two per pair > session should help a lot. > > On Tuesday, 19 July 2016, Preet Sangha wrote: > >

Re: Training/Mentoring a developer who doesn't seem to use many modern development productivity tools

2016-07-19 Thread Preet Sangha
utter wrote: > >> Yeap I like this idea. Just watching videos with lots of shortcuts gets >> old real quick. Good luck and let us know how it goes, I'm curious how it >> works out. >> >> >> On Tuesday, 19 July 2016, Preet Sangha wrote: >> >>

replicating the functionality of openssl command line using openssl.net

2016-08-03 Thread Preet Sangha
Hi there, I'm in a bit of a rabbit warren of research and am basically lost. I need to determine if a server supports a particular version of TLS programmatically. I can determine it using the openssl tool with the command: openssl.exe s_client -connect someServerName:995 -tls1_1 But I've no

SHA1 & SHA2 and WCF Services in Azure

2016-09-14 Thread Preet Sangha
If I have a hosted WCF service in Azure, at some point MS will stop allowing SHA1 encrypted sessions with said service. I'm trying to get a handle on when this is likely. I know that at the end of the year various browsers will stop people connecting to SHA1 only compliant sites, but I'm not so su

Re: PowerShell help

2016-09-25 Thread Preet Sangha
[Environment]::GetFolderPath("MyDocuments") | Set-Location regards, Preet, in Auckland NZ On 26 September 2016 at 04:34, Ian Thomas wrote: > Just trying to set the initial folder as the my documents in a profile – > this fails > > set-location [Environment]::GetFolderPath("MyDocuments") > > b

Re: [OT] HP Spectre x360 thoughts

2016-12-13 Thread Preet Sangha
Not used this device in particular, but I've found that the the best increase in speed I've ever found was with raid 0 ssds. It was blistering even on a pc from 5 years ago. regards, Preet, in Auckland NZ On 14 December 2016 at 19:34, Tom P wrote: > Hi Folks, > > I'm thinking of buying the H

Re: [OT] IT in 'The Martian'

2017-01-06 Thread Preet Sangha
Talking of old processors - did you guys see this? https://www.youtube.com/watch?v=AZb4NLXx1aM It's very low tech (Z80) and he boots it up on a bread board. Sort of what you'd expect of that really old stuff on those probes. regards, Preet, in Auckland NZ On 6 January 2017 at 21:09, Davy Jone

Friday Rant (today!)

2017-01-18 Thread Preet Sangha
Is it just me or is WIX just just a complete utter PITA? The documentation is appalling. It's basically incomplete and what's there is spread out all over the web. I know the issue is that the underlying MSI infrstructure is the real problem but I'm just going to rant about WIX. Preet

<    1   2   3   >