Where to get Xamarin libraries from in Visual Studio 2013? [closed] - visual-studio-2013

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
So I just created a brand new xamarin soultion through the visual studio IDE. The first thing I do is press build and I see various libaries cannot be found for example - 'Xamarin.Forms.Core' could not be found.
What is the best way to go about getting these references. I did a search for Xamarin in Nuget that came up with no results.
Xamarin Libraries can be found by right clicking on components, add new

Here is Xamarin.Forms on Nuget http://www.nuget.org/packages/Xamarin.Forms/

Related

Laravel free IDE [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any free Laravel 4 IDE provide autocomplete
I downloaded netbeans but can't get it to support Laravel:
https://netbeans.org/downloads/
thanks,
I just found the answer for netbeans and eclipse
Download the following pre-made file that lists the Laravel namespaces: https://gist.github.com/barryvdh/5227822.
Create a folder anywhere on your computer to hold this file. For example: C:/laravel_helper/eclipse_laravel_helper.php
After you created an Eclipse or NetBeans Laravel project, open project properties and adjust PHP include path to include above created folder.
source: http://raroweb.net/projects/webdev_helper/netbeans/laravel-4-in-eclipse-or-netbeans/
The most sufficient solution I could find is generating helper file for my IDE. Check out this package https://github.com/barryvdh/laravel-ide-helper
It is more or less IDE agnostic and quite popular.
I'm happy with netbeans but you can try sublime text from
http://www.sublimetext.com/

What is web development software for Windows that freeware? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm new in a web development , i need more more information about a software that i can use it free. I'm using Windows. What web development software i can use for free ?
If you are looking to develop web application using Microsoft technologies then you can use Visual studio express edition. These are free and there are tons of free tutorial online that will guide you through step by step.
http://www.asp.net/web-forms

is a kendoui typescript definition file available? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm looking for a typescript definition file for kendo ui? I checked nuget and here https://github.com/borisyankov/DefinitelyTyped with no luck.
KendoUI ships with kendo.all.d.ts. A file officially maintained by the kendo team. Read more here : http://docs.kendoui.com/howto/typescript/overview
UPDATE
You might need to locate it in your program files C:\Program Files (x86)\Telerik\Kendo UI for ASP.NET MVC Q1 2013\typescript

Open source project management software similar to Fogbugz? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for an open-source project management and issue-tracking tool with features similar to Fogbugz, well, specifically with a clean, easy to use UI.
I've been looking around but can't seem to find a similar tool.
Has anyone got any suggestions?
Thanks
EDIT:
I've just seen OpenAtrium - has anyone any experience of using it. What's it like?
You could try Launchpad, a popular code and project management tool known for its use by Ubuntu. You can either put your project on their website, or, if you prefer to keep the project on your own computer(s), get Launchpad and install it. It's open source.
Did you check the software listed on the Project Management Open Source Software Directory ?

Definitive list of service providers in Visual Studio 2010? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
VS2010 has made it easy to write extensions via MEF exports and imports. However, if you want to do anything useful you have to know what service provider(s) you need to implement your super awesoem extension.
Unfortunately, this information is often spread out all over the place, not well documented or both.
What I'd really love to see is a comprehensive list of all service providers that you can import into your VS extension, and what those providers... um, provide. Has anybody seen something like that?
Here's the list of editor services you can Import (on MSDN).
Also, for reference, here is the root MSDN doc page for the editor.

Resources