Oracle Virtual Private Database (VPD) enables you to create security policies to control database access at the row and column level. Essentially, Oracle Virtual Private Database adds a dynamic WHERE clause to a SQL statement that is issued against the table, view,…
Block windows authentication for anonymous users: Secure your SharePoint Portal
You need to block windows authentication for anonymous users if you are using Microsoft Sharepoint for your organization public portal. I have seen few Sharepoint portals where the administrators are doing content authoring directly over the portal, which is not…
PowerShell to remove SharePoint Users from a Group
Many time you have to remove multiple users from the SharePoint group. Doing this through the GUI Interface will be time consuming. A PowerShell script to remove users from the SharePoint group will definitely help in this scenario. Approach 1…
An error occurred registering this product with the Source control : TFS
So you are trying to open a project from TFS which you added recently, but suddenly the above error pops up.In my case this was happening because the Project or Solution I was trying to open was earlier part of…
.NET 5 : A Unified Platform
Microsoft Introduced .NET 5 which is a unified platform consolidation most of the flavors of .net we see in market today. On September 2019 we will see .NET Core 3.0 after which Microsoft will have .NET 5 in December 2020….
Angular Tutorial (Part 3) : Project Structure
Welcome to Part 3 of the Angular series where you will learn and understand the Angular project structure, which will get your ground set to start the development on angular. We will create the the Angular Project Structure using the…
Under Attack : Is SharePoint server patched?
Most of the organization rely on SharePoint to collaborate and share their precious company or project information. A critical security vulnerability CVE-2019-0604 in SharePoint server is targeted by the Hackers.Hackers look for security flaw to exploit hence it’s required to…
Fixing SQL Server Error 15517 : SharePoint Database
During maintenance activity of SQL Server I noticed error 15517 message repeating on Event Viewer. Also the space of my SQL server was reducing fast. (Space reduction on SharePoint SQL DB is some time because of growing Logs, but this…
Angular Tutorial (Part 2) : Setting up Angular with CLI
Welcome to Part 2 of the Angular series where you will learn how to set up Angular on your machine using Angular CLI, the VS Code Editor and run you first angular application. In this process you will be learning…
Angular Tutorial : Introduction to Angular
In first part of this series, “Introduction to Angular” we will discuss about what is Angular and why Angular also we will look into key buzzwords and terminology around it. Angular is a framework for building client applications in HTML…