Friends, BOT is one of Buzz word now days. Everyone is taking about BOT Services. I thought to explore it and came here with my understanding and 10 easy steps to create your first chat Bot using Azure Bot Services. So, let’s start by understanding What is CHAT BOT? Just think Chat BOT/BOT an intelligent …
We always hear your face say everything. Your emotions on your face says everything. Microsoft’s did a great job to identify these expressions,these emotions with Microsoft Cognitive Service. Microsoft Cognitive service is an umbrella which has various APIs to help us intelligently. is one of them to determine the the expression or emotion in a …
Though it’s true that having fast performing disk (15K rpm or SSD) is good for IO intensive applications but in a real scenario, it’s not enough. In my 5 years experience with an organization where we had DELL storage of 10 TB with approx 20 disks (600 GB each) of 15K rpm but yet we were facing alert, PAGEIOLATCH_SH, PAGEIOLATCH_EX …
Data security is always one of the important points which can not be ignored. Nowadays if you are working for any specific domain like Banking or Healthcare then there are a lot of compliance rules which you have to follow. Data Masking is one of the best ways to help you to secure your sensitive …
Isn’t it surprising ? Microsoft announced Visual studio 2017 RC on 16-Nov-2016. You can get download the RC version from following link Download Link Now , your question will be What’s new in Visual studio 2017 ? To know more about Visual Studio 2017 check the release note of Visual studio 2017 with …
A good database design provides the best performance during data manipulation which results in the best performance of an application. During database designing and data manipulation we should consider the following key points: 1). Make sure that every table in your database has a primary key : This will ensure that every table has a …
In the series of SQL SERVER 2016, this is a new post. in this post, we will discuss DATEDIFF_BIG and how it is helpful. So, before jumping into directly in technical details, we all know that time is very important and every second valuable and countable but sometimes every microsecond & nanosecond is also countable …
In the Series of SQL SERVER 2016, this is another post. Before Jumping in detail just think if you have a comma or other separator string and if you have to split it by separator field then for such task in previous SQL SERVER versions either you will write a function which split the string …
This is another article in the series of SQL SERVER 2016 Journey . I am pretty much sure you might aware of Gzip Compression algorithm. If not then try this link. So, SQL SERVER 2016 introduce this two awesome functions for Compress & Decompress the data. Before SQL SERVER 2016 version we have data compression …
In the Series of SQL SERVER 2016 journey, this is our new article. In this article, we are sharing a new cool feature which introduced in SQL SERVER 2016 which is DROP IF EXISTS (DIE) . In our development many times it happens that we need to drop a table and as a best practice …