Rajneesh Verma's Blog
Learning never ends....
-
Installing & Customizing Windows Terminal
Step 1: Download Windows Terminal from below link
https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701?activetab=pivot: …
-
Setting up Pi-hole in docker container using Docker for desktop
Recently in one of our session with Microsoft I came to know (even he shared statistics of blocked queries in his home setup) about Pi-hole and how it’s doing Ad blocking across all devices …
-
Analyze & Fix your Angular 6 code using TSLint
CodeProjectAs per TSLint Official site https://palantir.github.io/tslint/
TSLint is an extensible static analysis tool that checks TypeScript code for readability, maintainability, and …
-
Reset username and password of IIS Server Application Pool
CodeProjectThere are chances where we need to get Application Pools user name and password for further modifications such as refreshing account or changing password for the users.
Below PowerShell …
-
Step by step guide to Setup .NET Core 1.0 development playground in Windows OS Family
CodeProject
Setting up .NET Core 1.0 development playground in Windows OS Family
1. Prerequisites
a) Windows OS, I preferred to create a Windows 10 VM in AZURE. If you want to …
-
Developing Universal Windows Apps using Widows 10 & Visual Studio 2015
CodeProject
To start Universal App development in windows 10 you need to have windows 10 OS, and visual studio 2015. Windows 10 is free for upgrade from any of win 7, 8 or 8.1 licensed operating …
-
Rich HTML 5 Hybrid Mobile Apps development using Ionic SDK
CodeProject
Ionic is a framework which allows us to create rich HTML 5 hybrid mobile applications. Ionic SDK allows you to create iOS and Android framework applications with predefined templates. …
-
CRUD Operation in ASP.NET MVC 4 and AngularJS
Today we will create an ASP.NET MVC 4 Application using AngularJS and perform CRUD (Create, Read, Update and Delete) operations using SPA (Single Page Application).
Let’s create a new MVC …
-
Hello World ! with AngularJS
AngularJS is a JavaScript framework used to develop cross browser applications. AngularJS is open source completely free & working in MVC (Model, View & Controller) pattern.
AngularJS is …
-
Host custom domain in Microsoft Azure
To host a custom domain make sure you have a account in Azure portal and a custom domain from any domain provider service (In my case I have a domain from GoDaddy).
When you creates website in …