In visual studio 2022, you can add emojis like checkmark, smile and others in the code or logs to spruce up your logs or comments.
Shortcut Windows + ;
Search and chose name .
For example 0 fire, checkmark
The most common technology presented which .NET people looking for. Its gonna be your turn now.
In visual studio 2022, you can add emojis like checkmark, smile and others in the code or logs to spruce up your logs or comments.
Shortcut Windows + ;
Search and chose name .
For example 0 fire, checkmark
Type | Common Use Case | Token Type / Auth Flow |
---|---|---|
✅ JWT Bearer Token | APIs, SPAs, Mobile Apps | Token-based (Stateless) |
✅ Cookie Authentication | Web Apps (MVC / Razor Pages) | Cookie-based (Stateful) |
✅ OAuth2 / OpenID Connect | Social Login, Enterprise SSO | External Identity Providers |
✅ API Key Auth | Simple Public APIs | Key in Header/Query |
✅ Windows Authentication | Intranet apps, Enterprise networks (AD/LDAP) | Windows/Kerberos |
✅ Certificate Authentication | High-security APIs (B2B) | X.509 client certs |
✅ Custom Token / HMAC | Legacy systems, Highly controlled environments | Custom logic |
In the google sheets, use the following script and enjoy the function to count the colored cells
=countColoredCells(B59:AF59, "#274e13") #Green color code
function countColoredCells(countRange,colorRef) {