Introduction Software development is a complex process that involves multiple stages, from initial requirements gathering to ongoing maintenance and updates. Understanding the software development lifecycle (SDLC) is essential for delivering high-quality software products that meet the needs of users and…
Author: Jayaraj
Clear All NuGet Cache VS 2017
If you installed newly released version of Visual Studio 2017 and started a fresh ASP.NET Core project targeting .NET Core, you might encounter the below error message.
SonarQube Configuration – Server and Client
I thought of writing this article to provide guidance to the Development team – to measure the code quality and identify non-compliant code using leading tool called SonarQube. Here I have listed out Step-by-Step approach in configuring SonarQube – Server…
NuGet to work behind a proxy
In this article, I am going to explain – the Configuration steps for NuGet to work behind a proxy.
Cheatin’ uh? You are not allowed..
WP ADMIN : Sorry, you are not allowed to access this page. This article explains the solution in fixing the Cheatin’ uh issue faced while editing or customizing WordPress site.
NPM common setup Issues and Fix
In this article I am going to walk-through over the common issues faced during NPM Install, restore packages, root cause of the problem and Solution to fix.
SQL Server 2016 Installation Errors and Solution
In this article, I am going to talk about the common errors faced during SQL Server 2016 with Sp1 installation and configuration.
Duration Types in P6
Duration types are of 4 types such as Fixed Duration & Units, Fixed Duration & Units/Time, Fixed Units, Fixed Units/Time.
BDCM Import
This article explains on the BDCM migration, Permission, resolving issues faced after import. BDCM Export – using SharePoint designer as in screen shot below,
Project Server 2013-Migrating data different Domain
This articles provides step by step instructions for Successful deployment of EPM data from Development to Production.
Project Server 2013-Deployment from Development to Production
Recently while Rollover activity, I faced few issues and got resolved successfully. The Data, Permissions, Designs, etc., works as expected. So, I thought of providing the steps in this post for Migration.
Dynamically host Silverlight in SharePoint
SharePoint and Silverlight when combined together provide a powerful platform for building Rich Internet Applications. The below article shows how to host Silverlight control dynamically in SharePoint 2007. This can be done in 3 different ways.