Injae's Lab
Gallery Interest Calculator Mortgage Calculator Annual Tax Table GST Calculator Week Number Calendar Etc My Blog
Login
20190830.Version 1.0.8124.27197.

My Blog

Chrome browser in Android debug on desktop Chrome
Type below on Desktop Chrome Address Field
chrome://inspect/#devices
iis redirect https and www
<system.webServer>
<rewrite>
<rules>
<rule name="Force WWW and SSL" enabled="true" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAny">
<add input="{HTTP_HOST}" pattern="^[^www]" />
<add input="{HTTPS}" pattern="off" />
</conditions>
<action type="Redirect" url="https://www.SITENAME.com/{R:1}" appendQueryString="true" redirectType="Permanent" />
</rule>
</rules>
</rewrite>
</system.webServer>
sql epoch time
select datediff(second, '19700101', sysutcdatetime());

https://www.epochconverter.com/
How to deal with JWT expiration?
Clear git local cache
https://stackoverflow.com/questions/41863484/clear-git-local-cache

git rm -r --cached .
git add .
git commit -am 'git cache cleared'
git push
“Site is under construction” page for asp.net site
git show change logs of line
install rj45 outlet on the wall
aspnet simple background work
javascript json
deep-diff

https://github.com/flitbit/diff

[ { kind: 'E',
path: [ 'name' ],
lhs: 'my object',
rhs: 'updated object' },
{ kind: 'E',
path: [ 'details', 'with', 2 ],
lhs: 'elements',
rhs: 'more' },
{ kind: 'A',
path: [ 'details', 'with' ],
index: 3,
item: { kind: 'N', rhs: 'elements' } },
{ kind: 'A',
path: [ 'details', 'with' ],
index: 4,
item: { kind: 'N', rhs: { than: 'before' } } } ]
Regex for password must contain at least eight characters, at least one number...
zxcvbn: Low-Budget Password Strength Estimation
Return JSON Status and message in Web Api
CSS Pattern Generator
ASP.NET MVC Identity login without password