-
How to Keep an Application Logged in to Avoid Session Timeout and Data Loss (Asp.net)?
DATE:Session Management is an important aspect to be taken care of while writing code. Several factors play a role in deciding your strategy and it is never one size fits all. It is important to understand the context and specific requirements of a business to determine the appropriate session duration. In this context, the application …
How to Keep an Application Logged in to Avoid Session Timeout and Data Loss (Asp.net)? Read More »
-
Converting an MVC web APP to .Net Core Web App
DATE:History Like many others, we have been working on MVC 5 based web applications since 2013. With Microsoft planning significant investment into the open-source development platform .Net core, we saw the advantage of migrating our current applications to the new platform sooner rather than later. The first version of .Net Core 1.0 was released by …