Change the session timeouts in SharePoint sites
Post Views: 276 Some cases, our clients (SharePoint Client) may request to change the session time out of SharePoint sites. It is allowed to set timeout of the user session…
Learn developer and data technologies with us
Post Views: 276 Some cases, our clients (SharePoint Client) may request to change the session time out of SharePoint sites. It is allowed to set timeout of the user session…
Post Views: 53 This error occurs because of missing dev dependency which is introduced newly in Angular 6.0 and above. Solution: Install @angular-devkit/build-angular In some cases npm install ng update…
Post Views: 121 More than one module matches. Use skip-import option to skip importing the component into the closest module. Command ng g component –skipTests /admin/home –module=app This command will…
Post Views: 413 Error: Failed to register URL “http://localhost:XXXX/” for site “SITE NAME” application “/”. Error description: The process cannot access the file because it is being used by another…
Post Views: 579 How to create a database view using Entity Framework Code first approach? User case scenario: There are several cases when your applications may need to display data…
Post Views: 8,131 In this article, we are going to learn about SQL Server Database Project (Template) available in Visual Studio. I will cover the following points, Introduction of SQL…
Post Views: 34 This error occurs while clicking General setting of Web Application in SharePoint Central Administrator. SharePoint Central Administrator >> Manage Web Applications >> Select Web Application (From List)…
Post Views: 34 There can be some requirements that redirect the page or may be block the access of some section or some part of website based on country. There…
Post Views: 12 Ahmed Elnably joins Scott Hanselman to discuss a sample project, Developer Finder, that was created to showcase how to use Web App for Containers in the context…
Post Views: 21 Building a Cortana skill means that Cortana can use your bots, services, websites, and apps to help people – but did you know that you can write…