Friday, February 12, 2021

How to : Redirect root '@' domain to www (namecheap.com)

Problem 

What we map a domain google site it only accepts subdomain i.e. www or custom, so http://www.mydomain.com works but http://mydomain.com DO NOT 



Solution 

Sunday, October 1, 2017

[AZURE 70-534 - Cheat Sheet and Exam Notes Part-7] Architect an Azure Compute infrastructure

[AZURE 70-534 - Cheat Sheet and Exam Notes Part-6] Design a management, monitoring, and business continuity strategy

Series Index 
  1. Azure ARM , networking and GLOBAL Infrastructure (2017-10-01)
  2. Securing Resources and Azure Security (2017-10-01)
  3. Design an application storage and data access strategy (2017-10-01) 
  4. Design advanced applications (2017-10-01)
  5. Design Azure Web and Mobile Apps (2017-10-01)
  6. Design a management, monitoring, and business continuity strategy (2017-10-01)
  7. Architect an Azure Compute infrastructure (2017-10-01)
Azure Monitoring Solutions 

There is a range of tools for monitoring Azure applications and services. Some of their features overlap. Diagnostic tasks may include performance measurement, troubleshooting and debugging, capacity planning, traffic analysis, billing and auditing. 

[AZURE 70-534 Cheat Sheet and Exam Notes Part-5] Design Azure Web and Mobile Apps

Series Index 
  1. Azure ARM , networking and GLOBAL Infrastructure (2017-10-01)
  2. Securing Resources and Azure Security (2017-10-01)
  3. Design an application storage and data access strategy (2017-10-01) 
  4. Design advanced applications (2017-10-01)
  5. Design Azure Web and Mobile Apps (2017-10-01)
  6. Design a management, monitoring, and business continuity strategy (2017-10-01)
  7. Architect an Azure Compute infrastructure (2017-10-01)

Designing Web Apps 

App Service Vs Cloud Service Vs Virtual Machine 
Scalable Web Apps, Mobile Apps, API Apps, and Logic Apps for any device
Highly available, scalable n-tier cloud apps with more control of the OS
Customized Windows and Linux VMs with complete control of the OS                                        

Azure Web Apps 

[AZURE 70-534 Cheat Sheet and Exam Notes Part-4]Design advanced applications

[AZURE 70-534 Cheat Sheet and Exam Notes Part-3]: Design an application storage and data access strategy

Series Index
  1. Series Index 
    1. Azure ARM , networking and GLOBAL Infrastructure (2017-10-01)
    2. Securing Resources and Azure Security (2017-10-01)
    3. Design an application storage and data access strategy (2017-10-01) 
    4. Design advanced applications (2017-10-01)
    5. Design Azure Web and Mobile Apps (2017-10-01)
    6. Design a management, monitoring, and business continuity strategy (2017-10-01)
    7. Architect an Azure Compute infrastructure (2017-10-01)

Azure Storage Services

  1. Azure Storage Types
    1. RDBMS -SQL Server , Oracle , MySQL , SQL Compact , SQL Lite, PostGreSQL
    2. Key Value - Azure Storage(File/Blob), Tables , Cache , Redis , MemCache, Riak 
    3. Column Family - HBase , Cassandra
    4. Document - Mango, Raven, Couch
    5. Graph - NEO4J 
    6. Queue Service 

[AZURE 70-534 - Cheat Sheet and Exam Notes Part-2] Securing Resources and Azure Security

  1. Forest 
    1. At its highest level, a forest is a single instance of Active Directory. Therefore, a forest is synonymous with Active Directory, meaning that the set of all directory partitions in a particular Active Directory instance (which includes all domain, configuration, schema and optional application information) makes up a forest. 
  2. This means that when you have multiple forests in an enterprise they will, by default, act separately from each other as if they were the only directory service in your organization.

[AZURE 70-534 - Cheat Sheet and Exam Notes Part-1] Design Azure Resource Manager (ARM) networking and GLOBAL Infrastructure

AZURE Data Centers Architecture

  1.  In order to check latency of data center use http://azurespeedtest.azurewebsites.net/
  2. No All the services are available in all regions and Data Centers use service availability page to verify the same. https://azure.microsoft.com/en-us/regions/services/
  3. Azure uses Blade Server in data center either in compute or storage role 
  4. 40-50 Blade server per Rack (mounting unit)
  5. Each Rack has Aggregation Switch 
  6. Some Racks have a special controller called Fabric Controller responsible for VM Life cycle management 
  7. 20 Racks together makes a Stamps or Cluster  

Wednesday, May 28, 2014

Is it Suggested to Use Repository Pattern and Unit of Work with Entity Framework ( ORM Solutions)

Repository Pattern and Unit of Work Pattern on the top of Entity Framework an overhead from both performance and maintainability point of view. Unless otherwise there is strong business driver we should be stay away of this approach.

Saturday, May 17, 2014