Posts by Marcos Freitas • 113 points
2 posts
-
3
votes1
answer1363
viewsQ: Is there a way in ASP.Net MVC, in the controller to access a variable in sessionstorage or localstorage?
I need to get the value of a variable stored in sessionstorage through a controller where this method is not passed the parameter of this variable. Session/localstorage are managed through…
-
8
votes3
answers920
viewsQ: Can using non-priminal variable type in C# affect performance?
Using non-priminal variable type in C# can affect performance? I have seen several codes where, instead of using primitive C#types, many use types similar to other languages that the IDE accepts. I…