Friday, March 1, 2019

Class Methods And Variables In Ruby On Rails

Today, we are going to see the class methods, variables, and the to_s method in Ruby programming language.

source https://www.c-sharpcorner.com/article/class-methods-and-variables-in-ruby-on-rails/

Creating A Chatbot Using Amazon Lex Service - Day Three - Slots In AWS Lex

In the last two articles of the tutorial series, we learned how to create a basic chatbot and how to integrate a lambda function to our bot for fulfillment. In this article, we’ll discuss what slots are and how to play around with slots to make our chatbot more interactive and richer.

source https://www.c-sharpcorner.com/article/creating-a-chatbot-using-amazon-lex-service-day-three-slots-in-aws-lex/

How To Install MongoDB Locally And Perform CRUD Operations

In a SQL-based database, the first step is to create the Database. In this article, let us talk about the installation of MongoDB locally and performing the CRUD operations.

source https://www.c-sharpcorner.com/article/how-to-install-mongodb-locally-and-perform-crud-operations/

SharePoint 2013/2016 - Search Database Related Tables Using BCS

In this article, we will see how to search database related tables using BCS.

source https://www.c-sharpcorner.com/article/search-database-related-tables-using-bcs/

Simple Steps To Create A Multi-Node MongoDB Cluster

In this article, we will see how to set up a 3-node MongoDB replica set on your local machine easily. I will set up this cluster in my Windows 10 machine.

source https://www.c-sharpcorner.com/article/simple-steps-to-create-a-multi-node-mongodb-cluster/

Displaying Data From Two Tables With Custom Search Using Entity Framework Database-First Method

This simple tutorial explains how to retrieve data from two one-to-many linked tables (category and product) and display in a web grid.

source https://www.c-sharpcorner.com/article/data-displayed-from-two-tables-with-custom-search-functionality-using-entity-fra/

CI/CD through Azure DevOps

In this blog I will explain how Azure DevOps helps Continuous Integration and Continuous Deployment.

source https://www.c-sharpcorner.com/Blogs/cicd-through-azure-devops