Sunday, March 17, 2019

Microsoft Azure Tutorial

Microsoft Azure Tutorial

  1. Microsoft Azure Tutorial
  2. Cloud Computing - Overview
  3. Microsoft Azure - Windows
  4. Microsoft Azure - Components
  5. Microsoft Azure - Compute Module
  6. Microsoft Azure - Fabric Controller
  7. Microsoft Azure - Storage
  8. Microsoft Azure - Blobs
  9. Microsoft Azure - Queues
  10. Microsoft Azure - Tables
  11. Microsoft Azure - CDN
  12. Microsoft Azure - Applications
  13. Microsoft Azure - Security
  14. Microsoft Azure - Datacenters
  15. Microsoft Azure - Scenarios
  16. Microsoft Azure - Management Portal
  17. Microsoft Azure - Create Virtual Network
  18. Microsoft Azure - Deploying Virtual Machines
  19. Microsoft Azure - Endpoint Configuration
  20. Microsoft Azure - Point-to-Site Connectivity
  21. Microsoft Azure - Site-to-Site Connectivity
  22. Microsoft Azure - Traffic Manager
  23. Microsoft Azure - PowerShell
  24. Microsoft Azure - Monitoring Virtual Machines
  25. Microsoft Azure - Setting Up Alert Rules
  26. Microsoft Azure - Application Deployment
  27. Microsoft Azure - Backup & Recovery
  28. Microsoft Azure - Self-Service Capabilities
  29. Microsoft Azure - Multi-Factor Authentication
  30. Microsoft Azure - Forefront Identity Manager
  31. Microsoft Azure - Data Import & Export Job
  32. Microsoft Azure - Websites
  33. Microsoft Azure - Scalability
  34. Microsoft Azure - Disk Configuration
  35. Microsoft Azure - Disk Caching
  36. Microsoft Azure - Personalize Access
  37. Azure - Personalize Company Branding
  38. Azure - Self-Service Password Reset
  39. Azure - Self-Service Group Management
  40. Microsoft Azure - Create a Group
  41. Microsoft Azure - Security Reports & Alerts
  42. Microsoft Azure - Orchestrated Recovery
  43. Microsoft Azure - Health Monitoring
  44. Microsoft Azure - Upgrades
  45. Microsoft Azure - Quick Guide

Amazon Web Services Tutorial

Amazon Web Services Tutorial

  1. Amazon Web Services -Home
  2. Amazon Web Services - Cloud Computing
  3. Amazon Web Services - Basic Architecture
  4. AWS - Management Console
  5. Amazon Web Services - Console Mobile App
  6. Amazon Web Services - Account
  7. AWS - Elastic Compute Cloud
  8. Amazon Web Services - Auto Scaling
  9. Amazon Web Services - WorkSpaces
  10. Amazon Web Services - Lambda
  11. Amazon Web Services - Virtual Private Cloud
  12. Amazon Web Services - Route 53
  13. Amazon Web Services - Direct Connect
  14. Amazon Web Services - Amazon S3
  15. Amazon Web Services - Elastic Block Store
  16. Amazon Web Services - Storage Gateway
  17. Amazon Web Services - CloudFront
  18. AWS - Relational Database Service
  19. Amazon Web Services - DynamoDB
  20. Amazon Web Services - Redshift
  21. Amazon Web Services - Kinesis
  22. Amazon Web Services - Elastic MapReduce
  23. Amazon Web Services - Data Pipeline
  24. Amazon Web Services - Machine Learning
  25. AWS - Simple WorkFlow Service
  26. Amazon Web Services - WorkMail
  27. Amazon Web Services - Quick Guide

SharePointTutorial

SharePoint Tutorial

  1. SharePoint - Overview
  2. SharePoint - Types
  3. SharePoint - Capabilities
  4. SharePoint - Setup Environment
  5. SharePoint - Create Site Collection
  6. SharePoint - APIs
  7. SharePoint - Central Administration
  8. SharePoint - App Model
  9. SharePoint - Integration Options
  10. SharePoint - Development Tools
  11. SharePoint - List Functionality
  12. SharePoint - Additional List Functionality
  13. SharePoint - Additional List Functionality
  14. SharePoint - Custom List
  15. SharePoint - Libraries
  16. SharePoint - Web Part
  17. SharePoint - Site Column and Content Types
  18. SharePoint - Data
  19. SharePoint - Server Object Model
  20. SharePoint - Client Object Model
  21. SharePoint - REST APIs
  22. SharePoint - Features & Elements
  23. SharePoint - Feature\Event Receiver
  24. SharePoint - Azure Platform
  25. SharePoint - Packaging & Deploying
  26. SharePoint - Sandbox Solutions
  27. SharePoint - Apps

How to register multiple implementations of the same interface in Asp.Net Core?

 Problem: I have services that are derived from the same interface. public interface IService { } public class ServiceA : IService { ...