Angular 18 Setup in Windows
Angular 18 Setup in Windows 10 Introduction Angular 18 and its importance in modern web development. Overview of what will be covered in the video. Prerequisites software/tools required: Node.js (version >= 16) npm (comes with Node.js) A code editor like VS Code how...
Mostly asked Angular Interview Questions
Mostly asked Angular Interview Questions What is Angular? Answer: Angular is a platform and framework for building single page client applications using HTML and TypeScript. Built and maintained by Google, it is a complete solution for creating rich and dynamic web...
Use Azure Key Vault to Keep Your Data Safe
Use Azure Key Vault to Keep Your Data Safe Key Vault Introduction Azure Key Vault is a cloud-based service offered by Microsoft Azure that helps you securely manage and protect sensitive information such as keys, secrets, and certificates used by your applications and...
Class Serilization and Deserilization for Temp Data in Net Core 3.1
Class Serilization and Deserilization for Temp Data in Net Core 3.1 using HimanshuMorningCode.Models; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.ViewFeatures; using Newtonsoft.Json; using System; using...