Posts

Chrome Dev Tools

 using the Performance and Memory tool src   src2 using $, $_, $$, and insect in dev console src 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 EF Core effect of enabling nullable on EF Core src IIS demo of installing site on IIS src Nuget allowed versions src

Angular

angular server side rendering with hydration introduced in angular 16 src how to create an angular application with server side rendering src how to add angular server side rendering to existing application src static site generation with angular src Change Detection how change detection works under the hood  src uses zone.js how to debug and find code triggering change detection src uses NgZone Running code outside the Angular zone prevents unnecessary change detection cycles, which can improve application performance using onpush change detection   src with signals src Routing setting up routing src Subjects subject as observer (make a cold observable multicast) ( 28:26 ) Reactive Forms using a FormArray src Debugging ng variable that Angular exposes in the development mode, can be used in dev console in Chrome ( 6:00 ) internationalization configuring internationalization part1 part2

SQL Server, T-SQL

how to enabled and use implicit and explicit transactions in sql server src DMVs that show open transactions in sql server src how to run sql server on docker src User Defined Functions Multi-statement Table Valued Function vs Inline Table Valued Function src