Articles

Articles (154)

articles

Rate this item
(0 votes)

In SignalR, it's possible to track user connections/disconnections using the ConnectionId associated with each user's connection. Here's a general outline of how you can achieve this:

Last modified on Friday, 12 April 2024 09:05
Rate this item
(0 votes)

In JavaScript, comparing floating-point numbers can sometimes lead to unexpected results due to the way floating-point arithmetic is handled by computers. This is because floating-point numbers are represented with a finite number of bits, which can lead to rounding errors.

Last modified on Friday, 12 April 2024 09:25
Friday, 12 April 2024 09:13

How to setup session in asp.net core mvc

Written by
Rate this item
(0 votes)

By default, ASP.NET Core session data is stored in-memory within the same process as your application. However, this is not suitable for production scenarios, especially if you're running your application in a distributed environment or if you need to handle large volumes of data.

Rate this item
(0 votes)

Whether file upload to an FTP server is better than storing files directly in the file system in ASP.NET Core depends on various factors like the requirements of your application, security considerations, scalability needs, and ease of management.

Here are some considerations for each approach:


Latest discussions

  • No posts to display.