Browse by Tags

Tagged Content List
  • Wiki Page: Explore Azure Cosmos DB - document API

    Table of Contents 1 Introduction 2 What is NoSQL 3 Types of NoSQL databases 4 Why we should use a NoSQL database 5 NoSQL: Myths 6 MongoDB - A leading NoSQL database 7 MongoDB is the one 8 How MongoDB is changing today's business 9 Explore MongoDB 9.1 Install MongoDB 9.2 Setup MongoDB environment...
  • Wiki Page: Microsoft.NET: SMTP Server Relay Setting and Sending Email Using C# code

    Table of Contents Setup SMTP Server Code to use SMTP Server and send Email References Setup SMTP Server 1. Start ->> Run -> inetmgr 2. Now check if SMTP server already installed with IIS (if not then open Control Panel ->> Add/Remove Programs ->> click on add...
  • Wiki Page: Azure Cosmos DB: Designing your data structure

    Table of Contents 1 Introduction 2 What is Azure Cosmos DB 3 Why Azure Cosmos DB 4 Data Partitioning & Global Distribution 5 Data Consistency & Availability 6 Data Consistency vs Response time 7 Scale throughput and storage 8 Database schema & Index management 9 Request Units (RU) & Pricing...
  • Wiki Page: Dynamic pivot with column alias

    Table of Contents Introduction Problem Definition Solution Conclusion References Download Download this T-SQL script from the gallery . Introduction Recently Human Resource department has initiated employee satisfaction survey in our company. A s a part of this survey every employee has to...
  • Wiki Page: SharePoint 2013: adding a new content type to an existing list

    Table of Contents Introduction Procedure References Notes Introduction Notes and procedure on adding the ability to capture new meeting request information to an existing help desk ticketing service list. Though the application is specific, the concepts that are presented here are general and...
  • Wiki Page: SharePoint 2013: The server was unable to save the form at this time. Please try again. [for document libraries]

    Table of Contents Problem Solution References Notes Problem Your users report seeing the following error message, when attempting to save changes to document properties: This is an externally-facing SharePoint 2013 instance. You are able to repeat the user experience, and you find that...
  • Wiki Page: SharePoint 2013: The item has been truncated in the index because it exceeds the maximum size

    Table of Contents Problem Troubleshooting Solution References Notes Problem During routine system checks, you discover numerous instances of the following warning occurring in the Search subsystem crawl log: The item has been truncated in the index because it exceeds the maximum size. ( Item...
  • Wiki Page: SharePoint 2013: cannot sort Content Search webpart results by document Title property

    Table of Contents Problem Troubleshooting Solution References Notes Problem During routine system checking of development farm, found that when a full crawl was launched on user profile content source, crawl failed completely with the following error: 1 Access is denied. Verify that either...
  • Wiki Page: SharePoint 2013: Modified JavaScript file not being downloaded/Changes not effected after JS file Update

    Table of Contents Problem Solution References Problem You've made some changes to a JavaScript file used in the master page of a farm web application. Using SharePoint Designer, you checked it out, edited it, and then checked it back in. When you then open a browser and navigate to the home...
  • Wiki Page: SharePoint 2013: this workbook cannot be opened

    Table of Contents Problem Solution References Problem You have newly deployed an Internet-facing SharePoint farm. A user reports that he is unable to open an Excel spreadsheet stored in a folder at this farm. On clicking the filename in the SharePoint folder, the user sees this error: This...
  • Wiki Page: SharePoint Workflow/Workflow Manager 2013 Configuration

    Overview What is the workflow: it is a collection of business steps that enabled to work serially and uniformity in order to transform materials, provide services, or process information [1]. Workflows are founded already in all businesses and works, any business model holds at least one workflow...
  • Wiki Page: SharePoint 2013 Troubleshooting: The server was unable to save the form at this time. Please try again. [for lists]

    Table of Contents Problem Troubleshooting Solution References Notes Problem Your users report seeing the following error message, when attempting to modify and save changes to list item properties: You verify the experience. You then check other list types and find that this problem is...
  • Wiki Page: SharePoint 2013 Troubleshooting: Blank Site Template is Missing

    Problem You want to create a new site based upon the Blank site template. However, this site template is not shown when you try to select it: This template is still available, but it is hidden. You can see it when you run Get-SPWebTemplate | Select-Object Name, ID, Title, IsHidden | Ft -auto...
  • Wiki Page: SharePoint 2013 Troubleshooting: [workflow] failed to start or run

    Table of Contents Problem Troubleshooting Solution References Notes Problem You have created a workflow attached to a list that is triggered via a custom information management policy involving retention date. You find that the workflow does complete, but only after a long delay. Looking in...
  • Wiki Page: SharePoint 2013 Troubleshooting: The process cannot access the file... because it is being used by another process

    Table of Contents Problem Troubleshooting Solution References Notes Problem You are performing a migration of a content database from SharePoint 2007 to SharePoint 2013. You've mounted the database to the 2013 farm and then migrate users: $wa = Get-SPWebApplication https://URL $wa.MigrateUsers...
  • Wiki Page: Customize search results look by using result types and display templates in SharePoint 2016 or SharePoint 2013

    Table of Contents Introduction Description Reference & Useful URLs Conclusion Introduction Hi folks. Today we are going to discuss a little about display templates in SharePoint Server 2013 as an intro and then in Part II we’ll modify and show you guys the output of my Search page. So let...
  • Wiki Page: FIM 2010: Protect passwords in configuration files

    Table of Contents Intro Encrypt password Decrypt password PowerShell C# NetworkCredential Security aspects Conclusion References Originally posted at: FIM2010: Protect passwords in configuration files @ IS4U Blog Intro One of the great features of FIM is that it is relatively easy to...
  • Wiki Page: FIM2010: Localize Self Service Password Reset

    Table of Contents Intro SSPR Localize PowerShell References Originally posted at: FIM2010: Localize Self Service Password Reset @ IS4U Blog Intro If you ever had the pleasure of installing one or multiple language packs in FIM, you know that not everything is covered. The question and...
  • Wiki Page: MIM 2016: RCDC Management with PowerShell

    Table of Contents Introduction Creating a new rcdc Updating an existing rcdc Validating the rcdc Todo References Originally posted at MIM 2016: RCDC Management with PowerShell @ IS4U Blog Introduction Editing the XML configuration of an RCDC can be time-consuming if you have a lot of...
  • Wiki Page: C#: Image recognition with Emgu libraries

    Table of Contents Abstract Download and install EmGu Create a EmGu referenced project SURF detection FeatureMatching sample Developing the solution Determining a similarity score Image and score viewer Process a list of images Further implementations Source code References Abstract In the following...
  • Wiki Page: Visual Studio 2015: Missing SharePoint 2016 Project Template

    Table of Contents Introduction Scenario Cause Resolution Applies To Conclusion References See Also Introduction In this article, we will explain how to show the SharePoint 2016 Project Template in Visual Studio 2015 15. Scenario A lthough we have installed Microsoft Office Developer...
  • Wiki Page: .NET Core: Create web application with Yeoman template generator

    Table of Contents 1 Introduction 2 What is Yeoman? 3 Install Node.js 4 Install npm 5 Let’s try to install Yeoman!! 6 Download 6.1 TechNet Gallery 6.2 GitHub 7 Conclusion 8 References 1 Introduction This article describes how to create ASP.NET Core web application using Yeoman template generator...
  • Wiki Page: ASP.NET Core: Overview

    Table of Contents What is ASP.NET Core? How to install .NET Core Get Started Now Download See Also Conclusion What is ASP.NET Core? ASP.NET Core is an open source web framework to build modern Cloud-based internet connected Applications, such as Web apps, IoT apps, and mobile back-ends. It...
  • Wiki Page: C# Code Reflection

    This article is regarding Code Reflection in C#. Table of Contents This article is regarding Code Reflection in C#. Introduction Uses of Code Reflection Classes used in this article Getting Type data of an Object Creating an Instance of a type Example 1: Creating an Object Dynamically. Step 1. Creating...
  • Wiki Page: SharePoint 2010: Search using the KeywordQuery class

    Table of Contents Introduction Example See Also Reference Introduction You can use the KeywordQuery class to search SharePoint content using a search query string formatted in the same way you would if you used the Search Center user interface. This makes it really easy to structure (and test...
Page 19 of 35 (867 items) «1718192021»
Can't find it? Write it!