Microsoft Codename Cloud Numerics
Microsoft Codename “Cloud Numerics” is a new .NET programming framework which can be used to perform intensive numeric computations on large distributed data sets. If you are some one who works with large data sets, extracting the data and forming and simulating the models then you might need more computing power and memory.
Related Posts:
No commentsConfiguring Session Support Using the Azure
| In-memory session support is un-suitable in Azure Fabric environment. There is a possibility in windows azure where you can host a web role on multiple machines inside the fabric. AspProviders project which I explained in earlier post uses BLOB storage to store session itself. This post explains about configuring the ASP.NET application to use Azure session state provider. We can configure the Session Support using Azure Tablestorageprovider. |
1. Insert the following in web.config file of the Azure Asp.net application.
Related Posts:
No commentsMOVING Web Applications to the CLOUD
You need to download and install the following tools from here to move the applications to windows azure environment.
Related Posts:
2 comments