Search Results

Search found 4 results on 1 pages for 'user1361315'.

Page 1/1 | 1 

  • Is this Java 7 security thread an issue if you have Java 7 installed but not as the default?

    - by user1361315
    I have a MBP with osx mountain lion installed, and I believe from what I read Mac's only ship with Java 6 by default. I'm not at my computer at the moment, but I am pretty sure I have installed Java 7 but it isn't my default java version (I think I installed it and I have to explicitly reference it to use it). Does this mean I am safe from this particular thread? Reference: http://www.pcworld.com/businesscenter/article/261748/researchers_find_critical_vulnerability_in_java_7_patch_hours_after_release.html

    Read the article

  • Is there a market for freelancer c#/ASP.NET developers? [closed]

    - by user1361315
    Whenever I see other freelancers out there, it seems to be dominated by php, ruby type developers (or maybe I am just looking in the wrong places). Curious, is there a market for c# freelancers out there on the interwebz? Or are most c#/.net development projects longer term, so they hire in-house FT developers or in-house contractors? When I say freelancer, I am referring to getting contracts and working from home.

    Read the article

  • Can I connect my ipod's earphones to my computer?

    - by user1361315
    My computer (recent model Dell z600) has 2 input devices on the front of the computer, 1 has an icon of headphones and the other is a Mic icon. When I plugin my earphones to the input device that has the headphones, and play some sound I don't hear anything from my earphones (sounds comes from built in speakers). I know when I plugin a USB headphone set, it switches over to those on but for some reason my earphones are not being picked up. Is it not compatible? Note: my earphones look similar to http://www.hdaccessory.com/catalog/reprearphone.jpg

    Read the article

  • Passing Func<T> to controller constructure when using Unity IoC with MVC, advantages?

    - by user1361315
    I was looking at a sample of how to setup Unity IoC with MVC, and noticed someone who recommended the approach of having the parameters of Func. I believe the advantage is this is kind of like lazy loading the service, if it never gets called it will never get executed and not consume any resources. private readonly Func<IUserService> _userService; public CourseController(Func<IUserService> userService) { this._userService = userService; } Versus a parameter without a Func: private readonly IUserService _userService; public CourseController(IUserService userService) { this._userService = userService; } Can someone explain to me the differences, is it really more effecient?

    Read the article

1