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…
Category: Coder
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.
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.
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,
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.
Referenced file usercontrol
A friend of mine placed the user controls in the /usercontrols folder of the virtual directory and added the user control reference in the default.master. When he tried to see the page in browser he got the following error.
Copying SharePoint Designer Workflows
Whenever you save a list as a template and use it somewhere else, the designer workflow you have associated with the old list will not be restored. There is no option OOB to copy/move a workflow. But luckily this can…
Username and Password authentication prompt
If you are repeatedly prompted for a user name and password when trying to open a Web site based on SharePoint Services, you may need to change the proxy settings in your Web browser. The problem occurs often in intranet-based…
Accessing SharePoint Document Library using Windows Explorer
The Explorer View is an excellent feature that is integrated with Windows SharePoint Services that allows a user to access a document library as if you were accessing a file system through a Windows Explorer window.