Posts

Javascript

using vanilla javascript to create a web component src domcontentloaded vs load src beacon api: lighter version of ajax, good for sending analytics src cache api maybe better than localStorage (it is async) src native Dialog in javascript src  

Chrome Dev Tools

 using the Performance and Memory tool src   src2 using $, $_, $$, and insect in dev console src using debug utility (6:38) Angular ng variable that Angular exposes in the development mode, can be used in dev console in Chrome ( 6:00 )

Browser Security

 how 'X-Content-Type-Options: nosniff' prevents XSS src1:( 3:35 ) src2

.NET

 how to install and configure swagger src configure swagger to work with api keys src tools for static code analysis src demo of OWASP Dependency Check src .net core worker service as a windows service src EF Core effect of enabling nullable on EF Core src IIS demo of installing site on IIS src Nuget allowed versions src XML Generate c# class from xsd src Connection Strings specifying app name in connection string ( 2:00 ) specifying max pool size ( 3:08 )