Skip to main content

A Technical Talk on Microservices and Cloud Deployment

This is a full-length session of microservices development using Microsoft .Net Core WebAPI(C#.Net) and Mongo DB as backend. The session presentation available below   The source code of session available in GitHub , feel free to share your feedback and contribute to this project Full session video Prerequisites for development MongoDB (you can download from here ) Visual Studio 2019 DotNet Core 3.1.x SDK Postman (for API Testing)

Productive Tips on Google Calendar

Google Calendar

We all know Google Calendar gets better everyday in-order to organize events/meeting and share between peers effectively. Now Google Calendar mobile apps available mostly all mobile platform. This article will helps you in web app.

Keyboard Shortcuts

Google calendar controls are placed in easily accessible, however to get more handy shortcuts are plays vital role.

This need to be enabled in the General under calendar settings (if it is not enabled)




Navigation:


Previous period : k or p
Next period       : j or n
Refresh             : r
Today                : t




Views:

Day View       : 1 or d
Week View     : 2 or w
Month View   : 3 or m
Custom View : 4 or x
Agenda View : 5 or a



Actions:

Create event     : c
Event details    : e
Delete event     : Backspace or Delete
Undo last action (if possible)  : Ctrl + z or z
Save event       : Ctrl + s

Application:

Search                                                  : /
Focus on add a calendar text box        : Shift + = or +
Quick add                                            : q
Open create bubble                              : Shift + c
Print                                                     : Ctrl + p
Settings                                                : s

Open shortcut help (if anything required or new updates)         : Ctrl + ? or ?

Comments

Popular posts from this blog

A Technical Talk on Microservices and Cloud Deployment

This is a full-length session of microservices development using Microsoft .Net Core WebAPI(C#.Net) and Mongo DB as backend. The session presentation available below   The source code of session available in GitHub , feel free to share your feedback and contribute to this project Full session video Prerequisites for development MongoDB (you can download from here ) Visual Studio 2019 DotNet Core 3.1.x SDK Postman (for API Testing)

Know more about Azure Website KUDU?

KUDU  is the web tool for analyzing and troubleshooting azure websites. Benefits of Kudu Know about operating system Environment variables Processors & cores Applications settings Connection strings Process explorer (running instances) Debugging console (Command prompt & PowerShell) Diagnostics Log (view & download) Site extensions management and more Environment details Command prompt Are your wondering to use KUDU?, its very simple open browser and type https://{ your azure website name }.scm.azurewebsites.net . To access KUDU you need to have your azure deployment credentials! Example Your azure website : https://textingwebsite.azurewebsites.net/ Kudu URL : https://textingwebsite.scm.azurewebsites.net/ for more information about Kudu click here

How to check the Hybrid Connection in Azure Website (Webapp)

Introduction Hi, this article will helpful for you to check the hybrid connection in Azure Website (Web App). Scenario Lets assume we have 2 Web Apps and 2 On-Premises database servers, Both the webapps required on-premises database access, for this scenario we can use Azure Hybrid connection . Architecture of Web apps and Hybrid connection Website 1 : Wants to access DB Server 1 & DB Server 2 Website 2 : Wants to access DB Server 1 only To achieve this we need to create two hybrid connections for each db and we can share it with websites. Troubleshooting Once you successfully created hybrid connection and configured listener setup. we need to ensure whether our website connected to our DB Server or not. So open the Azure portal (old or new). 1. Select the website 2. Click Browse website       * Lets assume our website URL is https://myweb.azurewebsites.net       * Change the URL to https://myweb.scm.azurewebsites.net 3. Now you will enter into