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) {
1. First install Nodejs from nodejs.org
2. Download and Install VSCode
3. After installing nodejs, set path environment
npm : File C:\Program Files\nodejs\npm.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ npm
+ ~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
6. Run the following command:
Set-ExecutionPolicy RemoteSigned
7. Install Angular CLI using
npm install -g @angular/cli
8. ng new mydental
9. cd mydenal
10. ng serve mydental
11. For better UI, lets add Angular Materialng add @angular/material
12. Create your first component
ng generate component dashboard
Learning to create AI Agents is a fascinating journey that combines elements of programming, machine learning, and problem-solving. Here's a breakdown of how you can embark on this learning process:
Types of Agents:
1. Simple Reflex Agents
Ex : Thermostat
2. Model-Based Reflex Agents
Ex - Traffic management
3. Goal Based Agent
Ex - Robotic arms
4. Utility-Based Agents
Ex: Investment ago
5. Learning Based
6. Hierarchical
ChatGPT is developed by company OpenAI. This product became the first fastest growing internet product hitting 100 Million users in just 2 months.
It was just a research project to ensure AGI (Artificial General Intelligence) is achieved for the benefits of humanity.
ChatGPT refers to chat enabled version of Generative Pretrained Transformer model.
The company OpenAI is working with Microsoft since 2016 using Azure Cloud to train and run AI models.
OpenAI APIs are hosted on Azure servers but it is maintained by OpenAI only.
Microsoft has its own version of OpenAI api called AzureOpenAI Api.