Tagged Questions
0
votes
0answers
44 views
Open source self hosted file server in .Net [closed]
I came across a website recently (http://owncloud.org/) and I was wondering if there where any similar opensource implementation in .Net so that I can host my contents on my private VPS server.
...
0
votes
2answers
75 views
How can you host a desktop application in cloud?
I have created a windows(desktop) application (large) using C#.Net, VB.Net & SQL Server 2005.
I need to move this application to cloud platform. I've not much knowledge regd Cloud.
Every thing ...
1
vote
1answer
86 views
Using Excel on Azure
I am trying to create excel files on Azure using Excel interop but I get the following message:
"Retrieving the COM class factory for component with CLSID {XXX} failed due to the following error: ...
1
vote
3answers
140 views
Can I deploy web-form asp.net web application to cloud?
I know such questions have already been asked many times, but I am here with my scenario. Kindly do not delete or vote to close.
I have an asp.net application with L2S and SQL 2008 R2 as backend
...
1
vote
1answer
141 views
Upload files on cloud using email address
So I am not sure if it is possible and if it is making sense at all. I am trying to learn and use cloud space in my application. So as a sample I was trying to create an application to upload files in ...
0
votes
0answers
57 views
DataSets or Collections across WCF from iPhone to Cloud?
I'm fairly proficient with WCF, I've been using it for a few years now. I have older ASMX web services we're converting to WCF and will use a basicHttp binding on our mobile apps for iPhone, Android, ...
0
votes
1answer
71 views
What are some options for logging .NET exceptions and messages in a cloud environment?
I currently have a web application running on Microsoft's Azure platform with multiple web and worker roles. What I would like to be able to do is log all exceptions and messages to a SAAS product so ...
0
votes
2answers
296 views
What are the limitations , if any , when hosting a WCF service on azure
I wrote a WCF service and I want to host it in azure. When I wrote the service , I didn't have in my mind that I am going to host it in azure.
Every application , even a WCF service , is using ...
0
votes
1answer
45 views
Assistance with choosing a cloud server for an app [closed]
I am making an app which will need to communicate text and images (total < 100 kb / transfer) with another mobile device. Since I am new to software development, I am looking for assistance in ...
5
votes
2answers
245 views
Desktop WPF application deployment on cloud
I have spent a long time building a desktop WPF application using .NET, and instead of packaging it in CDs I am looking to deploy it on a cloud so that multiple users can use it, and so that it would ...
1
vote
1answer
47 views
.NET Data Adapter for Oracle Cloud
Good day all,
I am going to test my .NET application with Oracle Cloud, it works excellent with Oracle 11g R2, but I don't know whether .NET Data Adapter exists for Oracle Cloud or not.
Does anyone ...
2
votes
3answers
137 views
Architecture to manage multiple instances of a worker?
What architecture should I go for? There is a worker process which takes messages off a queue and does processing one by one. Now I can have many windows service instances do this job, or I can have ...
0
votes
1answer
167 views
Do ADrive.com have an API?
Sorry for my English first.
I want to write an .net application to store file on ADrive.com cloud storage.
I can't find any document about ADrive.com API.
Do ADrive.com have an API? If they have ...
0
votes
1answer
56 views
ASP.net Cloud services [closed]
I have tried Microsoft Azure, they have the best and easiest deployment tools for .Net platform as well as some other technologies like node.js, PHP, and Ruby.
The only down side is the trial period, ...
2
votes
1answer
40 views
.NET Async on the Web - Whats the point if i can just spin new cloud instances?
If the point of async is to enable more requests on a single box, does the cloud's offering of as many instances as i want negate the need for tons of requests on a single box, therefore negating my ...
0
votes
1answer
77 views
EntityFramework with Amazon EC2
is it possible to use EntityFramework in an ASP.NET application on Amazon's EC2?
0
votes
1answer
34 views
I need some assistance for my project which involves hosting a system on the Cloud using AWS [closed]
I've taken up a project based on Cloud Computing.. We basically have to design a system on a platform such as C#, .NET and host it on the cloud. We plan to use an eCommerce website to show the ...
-1
votes
1answer
94 views
How to enable Azure Access Control for my WCF Service
http://msdn.microsoft.com/en-us/library/hh289317.aspx
I was following above guide. The management have changed since it was written it seems, as i cant find "Click the Service Bus, Access Control ...
2
votes
2answers
135 views
Azure table : Fetch without create a specific class or knowing the whole schema
I have a table "constants" with a specific shema like :
PartitionKey, RowKey, Timestamp, ARG1, ARG2, ARG3
for example these entities:
production, 0, 01/01/2012, L, 5, 7
production, 1, 01/01/2012, F, ...
3
votes
0answers
331 views
Free Cloud storage provider with an API WITHOUT oauth? [closed]
Anybody knows a FREE (some free volme, 2-5 GB i mean - continuously, not just the first year like Amazon S3) cloud storage provider which has an API that does NOT use oauth ?
I need that to make ...
1
vote
2answers
732 views
Signalr on Azure: service bus required for calling a single client?
I read that Signalr on Azure requires a service bus implementation (e.g. https://github.com/SignalR/SignalR/wiki/Azure-service-bus) for scalability purpose.
However, my server only makes callbacks ...
0
votes
1answer
207 views
What is the best way to create deployable package with database creation for Windows Azure?
I am working on an ASP.NET web application. The idea is that it will be sold as a "package" for simple deployment. I've made webdeploy based ZIP package for deploying directly from IIS (Import ...
0
votes
1answer
115 views
Does Azure WritePages for an existing blob works on Storage Emulator
I have an already existing page blob on my Storage Emulator. Now I'm trying to write some more bytes to it using WritePages but it doesn't seem to work. Does Storage Emulator support that or am I ...
1
vote
1answer
501 views
Amazon EC2 .NET API, launch random instance
I have the following question...I wonder if there is some methods on the EC2 .NET API that allow me to list all the available AMIs(like in the web interface) in a given region. At least their id's. I ...
8
votes
5answers
752 views
Describe the transition to SaaS model
What is the organic growth process from a standalone solution into a Software as a Service? Clearly
Scalability is not a "feature" tacked on at the end [of] development.^
so I'm interested in ...
7
votes
1answer
2k views
What advantages does MongoDB offer over ElasticSearch as a NoSQL database only
I'm quite new to NoSql databases, but I'm really lovin' MongoDB with the official c# driver. It's currently the backend to an MVC application I'm writing, and the simplicity AND speed make my life way ...
4
votes
2answers
1k views
Create a virtual machine in windows azure programmatically with C# code or .net
As we know that a new feature called virtual machine has been added in windows azure portal. but i want to create a virtual machine in windows azure programmatically with C# or . net. so can any one ...
0
votes
1answer
255 views
Deploying multi-dependency .NET Winforms app via cloud/virtualised environments
We have developed a .NET Winforms app that connects to a central SQL Server database via webservices. The thick client itself relies on a number a external dependencies such as Microsoft Office, ...
1
vote
1answer
187 views
code to power on and power of an instance in windows azure
Hi I am a beginner in windows azure. I want to create an instance in windows azure and later power it on and power it off programatically with C# code. I have written code to perform these operatons ...
2
votes
1answer
235 views
Azure table storage query returning data from wrong partition?
I'm using azure table storage, and I'm trying to iterate over the table quickish.
I must be doing it wrong, but I can't for the life of me see why;
When I specify just a single partition I end up ...
6
votes
2answers
281 views
Deploying MPI application on Windows Azure
There is an existing MPI scientific application written in C (for linux) that I would like to run on Windows Azure. Is that possible?
If possible, how to go about deploying the application?
Is it ...
-2
votes
1answer
208 views
Home automation using a Cloud Platform
I'm trying to make a prototype of my next application, and before I can start, I wanted to know your feedback about it.
The user will be able to control his home remotely using a mobile phone.
...
1
vote
0answers
256 views
Simple Cloud Api for .Net [closed]
I see that there is a cool project that aims to make a standard API for access various cloud vendors called Simple Cloud API.
Microsoft is one of the promoters of the api but it seems available for ...
0
votes
3answers
191 views
Distributed Window Service
I have a Class Library which runs inside a windows service. This library has long running threads to poll email (which could be broken out into tasks), handle messages, etc and works well.
This is ...
0
votes
1answer
64 views
Use of PHP cloud apps in .Net web framework
My question in it's most basic terms is this: Could I develop an app in PHP to live in the cloud which I could use on websites that are built in the .NET framework?
I am asking this because an app ...
1
vote
3answers
199 views
Upload large SQL database to Azure Table Storage
I have a single database table with 10 fields and over 30 million rows. This is ideal for table storage as I only need to search on one column, but return the rest.
I have written a program which ...
0
votes
6answers
941 views
Can I move my asp.net application to the cloud?
Our company is thinking about moving to the cloud. Would we still be able to meet all our current requirements (below). We want to be able to easily scale in the future without high costs.
5 ...
2
votes
1answer
189 views
Deployment of a scalable web app. VPS vs Dedicated vs Cloud
Let's suppose i developed a .NET (Mono compatible) scalable webapp composed by various services that can run on the same machine or on different machines without problem. in any moment with few click ...
5
votes
1answer
311 views
Deleting the versions of every file in an Amazon S3 bucket older than X days
I find it strange that after looking everywhere I don't find any tool to delete all the versions of a file older than X days (not the actual file) of a S3 bucket that has versioning enabled.
I would ...
0
votes
1answer
123 views
Claim based multiplattform (single sign on)
Is there a "single sign on" system which works with .NET (maybe WIF), JAVA and PHP?
Is Kerberos a possible solution? I'm new to that topic and would need some hints for google for them. I would like ...
2
votes
1answer
255 views
what is the best cloud computing platform for a game server? [closed]
I'm creating a multiplayer (non-browser) game with a friend. We already have a basic client and server - the game engine is implemented using XNA , c#, .NET, and the communication with the server ...
0
votes
2answers
111 views
Why Rails is often quoted with Cloud computing and software as a service?
I have recently started learning about Software as a Service and Cloud computing. Often I see people mentioning Rails framework while talking about SAAS and cloud computing and I was wondering why?
...
1
vote
1answer
468 views
After which type of Exceptions/Crashes does an Azure Cloud instance perform restarts?
As far as I remember, a role instance should automatically perform a restart after a crash/failure.
In order to test that behaviour, I wrote an application that enforces an out-of-memory-exception and ...
2
votes
3answers
1k views
Deploying .NET windows apps on cloud
Is there any way a .NET windows app can be deployed on cloud? what about PaaS (platform as a service). I am very new to this all cloud buzz. Any help in this regard will be highly appreciated.
3
votes
2answers
679 views
Windows Azure, addressing instances and sticky sessions
For a proof of concept paper, I collected facts about Windows Azure. There are 2 topics remaining I could not find a definitive answer for.
Sticky sessions/sticky load balancing is not possible, am ...
0
votes
2answers
29 views
Reference .NET Framework from online
Is there a way to refrence .NET framework from online, so those who do not have .NET framework installed on their system can still run the application as the dll files are online.
This is a bit like ...
1
vote
1answer
42 views
How to determine the location of a Cloud WebRole on Harddisk?
After creating a Azure Project within my silverlight app and adding the existing service as a "Add Web Role Project in Solution" I can run my silverlight app hosted in the Cloud and run it ...
0
votes
1answer
81 views
.NET, Silverlight and SQL Server 2008 - writing server side for the cloud
I'm toying with the idea of embarking on a cloud-based client/server spare-time project using .NET, SQL Server and a client in Silverlight with google protobuffers as a serialization layer in order to ...
1
vote
2answers
258 views
Cloud logging service or WP7 logging practice
Is there free, usable service for logging to the cloud? Is there .NET clients for it?
Or what is the best way to log on WP7 application.
Thanks.
1
vote
3answers
477 views
Build Azure deployment package in NAnt
I'm looking into migrating our system to Windows Azure. Currently we have an automated process that builds everything and packages it up into msi's for us using Team City and NAnt.
Is there any way ...

