Skip to content

Cloud Computing

Cloud Computing

This category can be followed from the open social web via the handle cloud-computing@forum.codeproject.com

98 Topics 310 Posts
  • Windows Azure or Microsoft Sync Framework

    csharp cloud database sqlite wpf
    3
    0 Votes
    3 Posts
    9 Views
    S
    Go to https://www.apponfly.com/en/[^] it works pretty well!
  • 0 Votes
    3 Posts
    11 Views
    H
    Thank you for your reply.It's usefull to me.
  • waCloud the Wakanda PaaS, who tested it ?

    com cloud beta-testing question code-review
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • 0 Votes
    1 Posts
    3 Views
    No one has replied
  • SAAS multi tenant

    cloud asp-net database com question
    5
    0 Votes
    5 Posts
    15 Views
    S
    if your current payroll application is running as single tenant application then you have to build the necessary support in your system to support multi tenancy such as how you want to isolate the date between the tenants in storage level and how authentication should be handled for different tenants and customization's you want to provide in your app e.g separate site logo for each tenant like that there are many things to consider during the design. There is no direct way to convert the single tenant app to multi tenant system. Have a nice day
  • 0 Votes
    2 Posts
    8 Views
    S
    There won't be much different in deployment perspective. But you will get additional cloud benefits such as auto scaling of resources , no maintenance worries, basic fail overs and so on.. Not sure what kind of specific information you are looking for, could you be specific. Have a nice day
  • IaaS, cloud servers, etc (or PaaS)

    cloud hosting question
    2
    0 Votes
    2 Posts
    6 Views
    A
    From IaaS/PaaS perspective, you should look at the 1) Range of available Options : Is the infrastructure providing faster computing resources OR storage OR database services OR a combination of many. 2) Pricing : Fixed Pricing or Pay as you Go. Later being the best. 3) The current trend of incoming and outgoing traffic of the provider: Most chosen by customers or not. 4) SLA : On the situation of an outage, what is their policy? Refund ? History of outages ? 5) Scaling systems in place : Are load balancers installed by the providers which keep the service instances always up. Abhishek Sivasubramanian Senior Software Developer Suyati Technologies, India
  • How To Make Your Low Calorie Diet !

    css com tutorial
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Cloud based multimedia repository

    hosting database cloud question workspace
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • How to Get Started

    cloud sysadmin csharp java javascript
    2
    0 Votes
    2 Posts
    8 Views
    C
    Hello, thanks for providing a detailed question which many members don't bother to do. However, your question is more towards the basics and I would recommend you start by reading about cloud computing and virtualization. Just start with some free videos on youtube and read some blogs. There are plenty of them out there. In your case you would most likely go with an PaaS or IaaS by the mentioned vendors unless your company has a data center of its own - which means a private cloud. In theory, a SaaS application isn't something magical compared to a general app that you would build. Just that it is hosted on a cloud (yes on a VM mostly) and is being marketed to multiple customers. Whether to have your own cloud or use MS, Amazon, Rackspace - it depends on how much money you want to spend vs how much money you can make. Braj http://coderpanda.blogspot.in http://pandaxp.wordpress.com [If you find the articles or solutions useful then please up-vote or recommend them to encourage participation]
  • the problem about when tomcat was installed as a NT service

    help question
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • 0 Votes
    2 Posts
    7 Views
    L
    And what is your question? Use the best guess
  • SQL Compact doesn't work in Windows Azure

    database cloud help csharp asp-net
    8
    0 Votes
    8 Posts
    18 Views
    D
    ok, strange and unexpected. :omg: interesting... :thumbsup: :-D
  • hello

    com help question
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Projection Formula

    question csharp help tutorial
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Description about cloud computing

    hosting cloud question
    2
    0 Votes
    2 Posts
    5 Views
    G
    the idea with cloud computing is to have all of your application and your files on the internet (the cloud). This way you have some advantages: -it should be less expensive since you don't pay for maintenance of your own server, you only pay for what you need when you need it (you can choose how much resource you want to pay and you can scale it up easily) -you can have your application and files everywhere you go, on whatever device you find (since it's all on the internet you don't need to download anything or at least anything big and can get in from any computer) -you're granted with a really high up time and high security The are disadvantages: -You have to be connected to the internet -you don't have any control over security
  • Code for daily attendance

    help
    3
    0 Votes
    3 Posts
    10 Views
    L
    Well you can try a Google search for open source projects that offer solutions to your problem, or you can write some code. Though I do not see what this has to do with Cloud Computing. One of these days I'm going to think of a really clever signature.
  • Online Data storage

    algorithms business
    2
    0 Votes
    2 Posts
    6 Views
    L
    onlinepromoters wrote: Utilising rapidly increasing internet speeds, myPDV is the new and innovative secure storage facility. Do you think anyone would trust their data to be safe with a company that relies on spam for advertising? This is the fastest way to loose customers. I suggest you change the name of the company, as the damage is already done. Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]
  • 0 Votes
    2 Posts
    7 Views
    F
    Windows Azure Training Kit - June 2012[^] Azure Tutorials[^] Windows 8 Metro Style App Developer Silverlight Developer My Blog on Windows 8
  • 0 Votes
    2 Posts
    7 Views
    J
    You should never need to create a new database based on new users resgistering. I suugest that you look at your databade design. However if you really need to do this you will probably have to script it on the database server. What type of database are you talking about here? mySQL, SQLServer ...? You could for example get your code to write a dynamically generated script file to the server and then run it to create your required database. Kind Regards Julian Mummery