Azure Public IP: Basic vs Standard SKU
Public IP Prefixes
A public IP address prefix is a reserved range of IP addresses in Azure. Azure gives a contiguous range of addresses to your subscription based on how many you specify When you request an IP you will receive one from the general pool of available addresses and it is very unlikely you will receive multiple... Continue Reading →
Advanced .Net Interview Questions
Can static constructors use optional arguments? As MSDN says, A static constructor is called automatically to initialize the class before the first instance is created. Therefore you can't send it any parameters. If the CLR must call a static constructor how will it know which parameters to pass it? Name design patterns and principles you... Continue Reading →
Archmerge
https://www.youtube.com/watch?v=AspB2nQS-tE This is my new favouite Linux Distro. Watch the video
The Ultimate List of WordPress Statistics
WordPress usage and popularity WORDPRESS RUNS 4.5% OF THE ENTIRE INTERNET. [12] 50-60% is WordPress’ share of the global CMS market – making it the most popular CMS of them all. [8][2][15] New York Observer, New York Post, TED, Thought Catalog, Williams, USA Today, CNN, Fortune.com, TIME.com, National Post, Spotify, TechCrunch, CBS Local, NBC all... Continue Reading →
12 Oracle Design Consideration
Oracle Design Consideration, Index organized tables, partitioned tables, range partition, list partition, hash partition, composite partition