In the last post, we discussed what is PowerApps and an initial point where we can register our self and start working. We can use either web studio or desktop studio for creating the PowerApps. I generally, prefer web version. In this article, we will see different inbuilt templates Apps which give us confidence that …
f you are not family with this awesome thing then surely you might be curious to know what is PowerApps ?, How it works? Where can utilize it? and there are many more questions. To resolve all these queries we are starting a Zero to Hero series in PowerApps. You will find a series of …
Learn & Share ASP.NET & SQL SERVER | Microsoft Technologies, ASP.NET & SQL SERVER Tips with Rajat Jaiswal If you are a developer then surely you might have used JSON (JavaScript Object Notation) but, if not then don’t worry you might use sooner than later. JSON is kind of ecosystem which is most popular in …
Nerd Techies | Learn & Share knowledge with nerds To understand RLS (ROW LEVEL SECURITY) let’s understand the different problems first. Problem 1 Suppose, you have a Multi-tenant e-commerce website and different companies registered on your website and you have centralized single database for all the client. Now as a product owner it is your …
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 …