-
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 »
-
What, Why, and How of Microservices?
DATE:What are Microservices? Historically applications were Monolithic applications where the architecture was a unified and closely coupled integrated unit. Microservices, on the contrary, are smaller independent unified business modules. Each module in Microservices performs its own unique business functionality, at times with dedicated databases. As shown in the above image, the architecture of Microservices consists …