My Notes: Deploying Angular/.Net Core App to Kubernetes
Good Post with DB migrations while the deploying is rolling out https://andrewlock.net/series/deploying-asp-net-core-applications-to-kubernetes
Read More
Good Post with DB migrations while the deploying is rolling out https://andrewlock.net/series/deploying-asp-net-core-applications-to-kubernetes
Read More
I often try to see the delta between two lists to see what needs to be added or deleted. Microsoft finally…
Read More
When I have a long running stored procedure, I can never remember which timeout to set. I’m putting this here so…
Read More
When writing a windows service using c# (or vb.net), you can install the service locally using?installutil.exe. ?You can simply just install…
Read More
To “turn off” the trusted certificate check for self-assigned certificates, just add this to the web.config
Read More
There is a need, at times, to prevent the user from clicking a button?multiple?times. ?Since ASP.Net already wraps something into the…
Read More
It seams that nothing can be easier.? We easily can use?ToString()?method to convert?Enum?to String.
Read More
It seams that nothing can be easier.? We easily can use?ToString()?method to convert?Enum?to String.
Read More
Following examples demonstrate how are the format specifiers rewritten to the output. Following examples show usage of standard format specifiers in…
Read More