Hello everybody,
today I want to write a short notice on how to manage uppercase/lowercase options for serialization in .Net Core.
In mine practice I often had situation, when javascript or typescript code sends me some staff in lowercase class names, but in C# I'm used to Upper case class n...
Hello everybody,
today I want to write few words about ASP .Net lifecycle.
Actually just sequence of events.
Begin Request
Resolve request cache
Map request handler
Acquire request state
Request handler execute
Update request cache
Log request
End request
Here are the 8 main steps o...