Questions tagged [azure-sdk-.net]

Enables to build and debug hosted services in .NET and to deploy them to Azure

Windows Azure SDK for .NET is a set of tools that enable the development and deployment of hosted services in .NET . In particular:

  • it provides the libraries needed to write web and worker roles;
  • it provides a development environment that emulates Compute and Storage in order to debug locally the service;
  • it provides the tools needed to package the roles into a file that can be deployed on Azure;
  • it provides integration with Visual Studio 2010/2012 that assists the developer in the programming, the debugging, the deployment and the monitoring of hosted services.
542 questions
-1
votes
2 answers

(Not Found) Error in Azure Mobile Services .NET Backend

Been stuck with that error till madness phases ... Please help I have created an Azure Mobile Service .NET backend, and am now trying to call its Post function from a Xamarin Android client I initialize and call the Insert async function (these are…
-2
votes
2 answers

How to create and retrieve documents from Azure-cosmosdb in batch-wise using .net SDK?

I need to store nearly a #million contact details in my collection for every customer for marketing purpose. So i will ask the user to upload the contacts using a .csv or Excel format. I need to store and retrieve these contacts batch-wise. Can…
Kartik
  • 7
  • 1
1 2 3
36
37