Visual Studio Cordova and SalesforceMobileSDK - visual-studio-cordova

Would anybody have a sample project using the SalesforceMobileSDK?
Trying to achieve something similar to https://github.com/developerforce/Force.com-JavaScript-REST-Toolkit - in Visual Studio, but I'm getting stuck in the Salesforce authentication code.
Thanks in advance!

https://github.com/forcedotcom/SalesforceMobileSDK-Samples
I found this guy, he has some sample projects for ios and android.

Related

Visual Studio 2017 Publishing no IIS,FTP option

I'm having trouble with my visual studio 2017. I have a project that I need to deploy but there is no ISS,FTP option like sample image below.
all I have is this setup
Then I try to publish using that setup but all .vb file is included and it seems that it is not pre complied. Any help would be very much appreciated. I tried looking up over the web for any solution but didn't get any with the same scenario as mine.
Please help. Thank you!

Application Insight Missing in Visual Studio 2017

I can't seem to find Application Insight in Visual Studio anywhere. The MS documentation tells me to:
Run an Asp.Net core project on IIS Express
Select View > Other Windows > Application Insights Search
But it isn't there. Nore is it anywhere else in Visual Studio.
I have the ASP.NET and web development workload installed (all options checked).
Any help on this matter would be greatly appreciated. (It's driving me absolutely nuts)
Thanks for your help!
Stefan
It turned out that the 'Developer Analytics Tools' extension was disabled.
I probably disabled it previously myself because of al the (pretty annoying) pop-ups at the introduction of AI. Hope this helps anyone with the same issue.

Visual studio 2015 - Azure Mobile Service project template not found

I can't find Azure Mobile Service Project template in my visual studio 2015 express edition. And I have just updated the Azure SDK to 2.8.1 but still not getting the template. I can see the azure mobile app template so is it the same one?
Screenshot of vs2015
please help me !!
Thanks,
Ravi.
You may resolve this issue by re-installing/Update the setup.
Restart the setup for VirtualStudio2015. Preview and select the required components to install.
After this you may see everything you want. You know, it's always better to select the features under 'Optional features to install' if you want to get what you want.

Windows Phone 8 Debugging-Error using MVVM-Light portable in Express-Editions

this is my first post her on stackoverflow. My english isn't so good, so i hope you understand my issue.
I'm using the Express-Editions of Visual Studio 2013 (Desktop, Web, Windows-Apps) and the Express Edition of Visual Studio 2012 for Windows Phone.
I created a Solution in Web-Developer 2013, created a class library and changed the project-file like mentioned in this post: https://stackoverflow.com/a/8146504/2912109
So now i have a portable class library in my solution. I followed the instructions in this tutorial:
http://blog.tattoocoder.com/2013/01/portable-mvvm-light-move-your-view.html
So in the solution there is a portable class library containing "MainViewModel" and "ViewModelLocator" class. After that i opened the vs 2012 express for windows phone and opened the solutions, add a wp8 project and did the steps mentioned in the tutorial.
In the designer i can see the "Hello"-Message on the MainPage.xaml. But when i try to debugg the wp8 project, i get an error that's saying something like this:
"There is no network connection to 169.254.70.217:8016 anymore. Debugging was canceld".
Anybody an idea what i could try to get this running? Or isn't it possible to run this with the different express editions of visual studio?
i have found the solution. :-)
The problem was, that in the Windows Phone project there was a wrong version of Microsoft.Practices.ServiceLocation.dll. The MVVM-Light Package by default installed there the v2.0 version of the dll. In the MVVM Light PCL project by defaukt it was the v4.0 version. So i changed the reference in WP8-project to the v4.0 and now it's debugging.
So if someone else runs in the same problem as me, here is the solution.
Greetings,
Daniel.

can't find any working sample of websocket

I shy to ask but I can't fins any working Visual Studio 2012 project/solution for websocket protocol in:
Silverlight
Asp.Net
Pleas help. And thanks in advance.
Have you looked at http://signalr.net/ yet? If you're on the .NET platform it's a fun way to get started with websockets without getting into the details too much. They have some demo projects that you can run out of the box, and a NuGet package installer too. Check it out :)

Resources