RE: Migrating TFS

2014-02-11 Thread Paul Glavich
We moved from a 3rd party hosted full TFS instance to TFS Online however we only use the work items, not source control(I prefer mercurial/git). It was a little painfull as we had used some customisation to fields/templates. However, it was *mostly* ok (if a little time consuming). I just g

Re: Migrating TFS

2014-02-11 Thread Grant Maw
Thanks all for the responses. Ran a test yesterday and it failed due to a one file in our project which it kept getting stuck on, trying over and over again to process this file but it kept on failing. I removed this file from the project (it was non-essential and we can re-add it again later if w

Chrome Packaged App InApp payments

2014-02-11 Thread Nic Roche
Hi, What is used to to create JWT (jot) packets in the .Net world? I have used InstantBuySample/Library but cannot verify the jot because of the different Merchant approvals between InstantBuy and InApp payments - getting this console response output: {error: "MERCHANT_ACCOUNT_ERROR", details: "M

RE: Chrome Packaged App InApp payments

2014-02-11 Thread alg
Have you looked at http://www.nuget.org/packages/JWT/I had success with it last year for use as single sign-on with a local vendor here in the US. Original Message Subject: Chrome Packaged App InApp payments From: Nic Roche Date: Tue, February 11, 2014 7:0

RE: Chrome Packaged App InApp payments

2014-02-11 Thread Nic Roche
> Have you looked at http://www.nuget.org/packages/JWT/ Just now. Looks like it will do the job. Thanks. From: a...@nomscon.com To: ozdotnet@ozdotnet.com Subject: RE: Chrome Packaged App InApp payments Date: Tue, 11 Feb 2014 19:10:45 -0700 Have you looked at http://www.nuget.org/packages/JWT/ I h

Video bumpers

2014-02-11 Thread GregAtGregLowDotCom
Hi Folks, Anyone got a recommendation for someone to generate good branded video bumpers? (ie: first 5-10 sec and last 5 sec of videos) Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax SQL Down Under | Web:

RE: Video bumpers

2014-02-11 Thread anthonyatsmallbiz
Excuse my ignorance but what is a video bumper? Anthony Salerno | Consultant | SmallBiz Australia Software Developers | Mobile | Tablet | Software | Web | eCommerce | IT Support Phone : +613 8400 4191 Email : 2Anthony (at) smallbiz.com.au Postal : Po Box 135, Lower Plenty 3093 ABN : 16 0

RE: Video bumpers

2014-02-11 Thread GregAtGregLowDotCom
Hi Anthony, They are the short videos that wrap around professional content. Like a 5 to 10 second intro and a few seconds of trailer after a video. Here's a stock example of an intro: http://www.video

Re: Migrating TFS

2014-02-11 Thread Grant Maw
Update : the TFS Integration tool has proven to be completely useless. It just doesn't do what it says on the tin, not in this case anyway. Even when I could get it "sort of" working it kept throwing inexplicable exceptions. I'm migrating the current cut of the source code manually and recreating

Re: Migrating TFS

2014-02-11 Thread Stephen Price
Unfortunately, I agree. I do see some work done on things like ASP.Net (in an MVC focused world). It would be nice if they did focus on the old stuff as much as the new but I guess they have to balance things. No point in supporting old things that no one uses any more. Software moves so fast, the

RE: Migrating TFS

2014-02-11 Thread David Kean
(We code a lot :)) As a matter of interest, by "old" stuff what are we referring to? Stephen/Grant what technologies/versions are you working with? From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Stephen Price Sent: Tuesday, February 11, 2014 8:50 PM To:

Re: Migrating TFS

2014-02-11 Thread Grant Maw
...and it's not just this one instance. What they did with Silverlight was a disgrace and cost a lot of developers dearly in terms of credibility with customers and clients. I will personally never trust a Microsoft "roadmap" again. Apart from that, we're seeing crazy release schedules, useful fea

Re: Migrating TFS

2014-02-11 Thread Stephen Price
Anything older than five minutes? I've been a Silverlight developer for 5ish years. Something I've noticed in Perth (there never was a big demand for it, it was there but not like Melb/Syd) now that Silverlight is abandoned (the perception of abandonment in any case) is that the roles being advert

Re: Migrating TFS

2014-02-11 Thread Stephen Price
Greg? Where are you? This is your cue. On Wed, Feb 12, 2014 at 1:11 PM, David Kean wrote: > (We code a lot J) > > > > As a matter of interest, by "old" stuff what are we referring to? > Stephen/Grant what technologies/versions are you working with? > > > > *From:* ozdotnet-boun...@ozdotnet.com

asp.net / database / coding issue.

2014-02-11 Thread Glen Harvy
Hi, I have had a problem with one client of mine where they run a court rental agency for various councils and they do everything on a shoestring. I believe everything in the office is run on a laptop with 4 gig memory including my software which includes a web server which provides their use

[OT] Favourite Coding Album

2014-02-11 Thread osjasonroberts
Hi all, thought it would be cool to write a fun blog post with programmers fave albums I used Excel web app survey to create it which is pretty cool http://bit.ly/programmermusicsurvey Spread the word, will be cool to see the results 😊 Jason Roberts Journeyman Software Developer Twi

Re: Migrating TFS

2014-02-11 Thread Greg Keogh
> > Greg? Where are you? > This is your cue. > Ah! What! I'm awake ... I saw Silverlight mentioned as dead and abandoned. Guess what I've been doing all day today .. expanding a large Silverlight 5 app. We have no alternative, we've spent years developing the app and it's in use by some gigantic c

Authenticating with third party providers in MVC5

2014-02-11 Thread Tony Wright
Hi all, I have implemented third-party login in my MVC app. I can log in using google, facebook and twitter. When I click the Logout button, it logs out from my application, but not from the third-party provider. To log out from the third-party provider, I usually need to go directly to

Re: Migrating TFS

2014-02-11 Thread Greg Harris
I do not think this was directed at me but here goes... Start rant @#$%^ing Microsoft has #$%^&ed me and the community on Silverlight, I spent a few years 100% focused on Silverlight at a significant cost in time and money, all now just wasted! Today, I have a client that would 100% fit a Sil

Re: Authenticating with third party providers in MVC5

2014-02-11 Thread William Luu
Hi Tony, While I don't know too much about these social/3rd party logins, there's an open source .net library that does what you've implemented. So perhaps download their lib and see if it works the way you expect it to with regards to the logout. See: https://github.com/SimpleAuthenticati