Skip to main content

Home/ Tech News/ Group items tagged ASP.net core development

Rss Feed Group items tagged

alachisoft

How to Optimize ASP.NET Core Performance with Distributed Cache? - NCache Blog - 0 views

  •  
    0 FACEBOOKGOOGLE PLUSTWITTERPINTERESTLINKEDINEMAIL ASP.NET Core is starting to become popular for developing web applications because of its cleaner and lighter architecture and cross platform support. And, many of these ASP.NET Core applications are high traffic and run in a load-balanced multi-server deployment. In fact, it's very common to see 10-20 server web farms and some are much larger than this. Having a multi-server load-balanced deployment makes your application-tier very scalable because you can add more servers as your transaction load increases. And, this allows your ASP.NET Core application to handle extremely large transaction loads easily. But, there is a performance bottleneck that still exists and that slows down your ASP.NET Core application. And this ASP.NET Core performance bottleneck is in your database and data storage that cannot handle heavy loads the way your ASP.NET Core application-tier can. This is because although you can add more servers to the application-tier web farm, you cannot do the same with your database tier. These are the two types of data storage that become a performance bottleneck for ASP.NET Core applications. Database Server (SQL Server) ASP.NET Core Sessions
alecanderpotter

Ruby Or .NET - Which Is The Better Alternative? - 0 views

  •  
    You might be confused about which technology you should use while planning for developing software. So, this article will help you in giving a solution to your question and will lead you toward comparing the two popular technologies - Ruby and .NET.
1 - 2 of 2
Showing 20 items per page