Hi
I use VB.net modules in my applications, like this:
Module moduloApp Public a As String = "" Friend b As String = "" End Module
This is my solution to persist variables.
How to make a similar code in ASP.Net Core MVC ?
Hi
I use VB.net modules in my applications, like this:
Module moduloApp Public a As String = "" Friend b As String = "" End Module
This is my solution to persist variables.
How to make a similar code in ASP.Net Core MVC ?