|
.NET CF is for PDAs and Embedded devices.
Use the regular Desktop frameworks.
|
|
|
|
|
dusty_dex wrote: Use the regular Desktop frameworks
Do I need to use NuGet? What is the exact name of the framework I need?
The point is, it works fine locally in Webmatrix.
Does it have to do with a connectionstring in de configuration file?
|
|
|
|
|
|
SQL Compact cannot be used in Windows Azure.
You need Windows Azure SQL Database for this.
|
|
|
|
|
That was the general response I originally gave you.
So you got things fixed then?
|
|
|
|
|
I read this just now, I would have reacted immediately otherwise.
Compact SQL works just fine on Azure. You just need to deploy the proper DLLs. I have a site (test) working fine with it.
Now, another question would be, beside "working", to ask if SQl Compact is "adapted" to Azure, and the answer would be NO!
Simply because, beside working, you need to be able to follow easily the main feature of Azure, which is scaling (up or down) by creating instances of your site. Compact being purely local, you would end up having as many DBs as Instances, which is not great.....
modified 8-Jun-13 6:59am.
|
|
|
|
|
|
can someone give me a compact equation which i can use to project a 3-d object on to a 2-d plane? For example if i have a cube, how can i calculate the x,y co-ordinates of the 6 vertices on a 2-d plane when its rotated 360 degree, moved towards or away from the projection plane, etc. I want to use this formula to code a c# application. Please help me!
|
|
|
|
|
Just wondering if anyone uses IaaS (I guess Amazon EC2 would be the frontrunner) or maybe even PaaS?
What are the key things you look for in terms of services in either of the two? Perhaps region, price, or the services available?
|
|
|
|
|
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
|
|
|
|
|
What is Cloud Computing???
|
|
|
|
|
Why not try this[^] first?
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
Business applications are moving to the cloud. It’s not just a fad—the shift from traditional software models to the Internet has steadily gained momentum over the last 10 years. Looking ahead, the next decade of cloud computing promises new ways to collaborate everywhere, through mobile devices.
|
|
|
|
|
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
-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
|
|
|
|
|
Giuseppe Tollini wrote: you don't have any control over security
From my point of view, this could be in the advantage column as well as in the disadvantages.....
|
|
|
|
|
Well yeah it may be an advantage if you don't want to create some security service or buy an external service, or if you do want to have a custom service but don't know what the hell you're doing 
|
|
|
|
|
That's what I meant. Maybe I would add that it might also be an advantage for all those who "think" they know what they are doing, but don't....
|
|
|
|
|
Hi
I'm trying to generate a daily attendance register for students in salesforce.
Can any one help me out...
Thanks in Advance
Christy
|
|
|
|
|
With what exactly?
Bastard Programmer from Hell
if you can't read my code, try converting it here[^]
|
|
|
|
|
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.
|
|
|
|
|
What is Cloud computing and advantages of it
|
|
|
|
|
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
|
|
|
|
|
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
if you can't read my code, try converting it here[^]
|
|
|
|
|
Hi All,
I am new to cloud computing.
We have a requirement to migrate our asp.net application to SAAS -multi tenant application.
i.e for each user if they register it should create seperate database.
Please provide me very high level steps to start.
checked with google but still not clear.
Thanks in Advance..
Ramkumar
("When you build bridges you can keep crossing them. ")
http://ramkumarishere.blogspot.com
|
|
|
|
|
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
|
|
|
|