What would be the best way to ensure scalability in the application/ database, using cloud computing?
Using asynchronous architecture in ASP.NET MVC. Basically, its Controllers
need to have the following in the statement:
public async Task<Modelo> Index() {
...
}
In this other answer give some details of how requests work.
The Azure environment is already configured to use a distributed transaction coordinator and the Framework. Latest NET (accepting new ASP.NET MVC applications up to version 5 on the date of this reply, the latest).
Not worth writing a tutorial here because there is already this tutorial on the official website (in English). Just read the concepts, implement the examples, and if there are questions, we will be answering your questions here.
@Caputo Although it does not seem, this question can be answered objectively.
– Leonel Sanches da Silva
Thanks @Ciganomorrisonmendez, I had no knowledge about, and in doubt I also did not signal. Already excludes the other comment. []s
– Caputo