Browse by Tags

Tagged Content List
  • Wiki Page: Entity Framework Core 3.x database connection

    Table of Contents Introduction Out of the box connection Using an application configuration file Summary See also Source code Introduction By default when setting up a connection string using Entity Framework Core the connection string is setup in OnConfiguring method of a DbContext. Information...
  • Wiki Page: SharePoint 2016: Configure Content Management Interoperability Services (CMIS)

    Table of Contents Introduction What's The CMIS? What's The SharePoint CMIS Procedure? How to configure CMIS Procedure in SharePoint 2016? Enable Basic Authentication for the SharePoint Web Application Activate Content Management Interoperability Services Producer Feature Test CMIS Get Documents...
  • Wiki Page: Azure Networking: Private links

    Table of Contents Introduction Private Link Key Benefits The availability Azure Private Link vs Azure Service Endpoint Let's create an Azure Private Link Step 1. Search & Create the Private Link service Step 2. Configuration of the service 01 - Tab [Basics] 02 -Tab [Resource] 03 - Tab [Configuration...
  • Wiki Page: Small Basic: Challenge of the Month

    Challenge of the Month in Small Basic Forum was started as Challenge of the Week in 2011. This article describes about Challenge of the Month project for Small Basic community. Table of Contents Table of Challenges 2011 2012 2013 2014 2015 2016 2017 2018 2019 See Also Table of Challenges ...
  • Wiki Page: Small Basic: Resources for Game Programming

    This article introduces some resources for game programming in Microsoft Small Basic programming language. Table of Contents TechNet Wiki Articles Blog Posts Forum Threads Books Videos Popular Small Basic Games See Also Other Languages TechNet Wiki Articles Small Basic: Dynamic Graphics...
  • Wiki Page: SharePoint 2016: How to knowledgeably administer Adobe PDF integration

    Table of Contents Introduction Key Configuration Settings User Experiences User Experience 1: Document opens in current browser tab, in the PDF thin client User Experience 2: Document opens in current browser tab, in the PDF thin client, PDF thick client opens in integrated mode Summary References...
  • Wiki Page: AD RMS How To: Disable IRM Functionality for Some Office Applications

    Table of Contents Solution One: Disable IRM functionality for all Office applications Disable all RMS functionality Solution Two: Disable IRM in the GUI for specific Office applications Links Solution Three: Exclude the applications on the RMS server See Also An interesting question was posed to me...
  • Wiki Page: Sharepoint : A performance improving parameter (limit to lists)

    It is technically possible to have hundreds of thousands of items in a list or library in SharePoint. However, it can cause a significant performance problem in the system for everyone if you do. The rule of thumb is to have no more than about 2000 items in a single folder or view. This...
  • Wiki Page: IIS 7 Troubleshooting: Installation Fails on Windows 2008 and R2 - Windows must be reinstalled

    Table of Contents Issue Error Probable cause: Resolution: Issue During IIS 7 installation on Windows 2008 and Windows 2008 R2 , if y ou would receive failure message " The server needs to be restarted to undo the changes". Error Immediately after the IIS 7 error, another...
  • Wiki Page: SCCM 2007: How to Move PCK files to Different Drive

    The SMSPKG share contains the compressed PCK files for the packages that have been targeted to a particular SMS/SCCM Site. When the SMS /PCK drives Full /Limited space available, you would require to either extend the disk space or the PCK files to different drive But what happens when you move ?...
  • Wiki Page: Exchange 2010 Troubleshooting: SP3 Installation hangs on languages installation

    Error: Exchange 2010 SP3 installation hangs on languages installation. Solution: Upgrading to Exchange 2010 SP3 starts out fine. Later on during the installation when the task to install language just hangs and the progress bar doesn't move at all. As this server was running System...
  • Wiki Page: BizTalk Developer Interview Questions and Answers - HL7

    Table of Contents Introduction Questions and Answers See Also Introduction This article intends to cover the answers to BizTalk HL7 related questions, which a BizTalk developer can face during an interview. Questions and Answers 1. What happens when the HL7 accelerator is installed? ...
  • Wiki Page: BizTalk Developer Interview Questions and Answers

    Table of Contents Introduction BizTalk Developer Interview Questions and Answers See Also Related topics BizTalk General Introduction This article intends to cover the answers to the questions which a BizTalk developer can face at an Interview. The article focuses on artifacts which are developed...
  • Wiki Page: BizTalk Developer Interview Questions and Answers - BizTalk Database

    Table of Contents Introduction Questions and Answers Author See Also Introduction This article is intended to cover the answers to BizTalk Database related questions which a BizTalk developer can face during an interview. Questions and Answers What effect does creating a new Host have...
  • Wiki Page: BizTalk Developer Interview Questions and Answers - Visual Studio

    Table of Contents Introduction Questions and Answers Author Contributors See Also Introduction This article intends to cover the answers to Visual Studio related questions, which a BizTalk developer can face during an interview. Questions and Answers What purpose does Visual Studio serve...
  • Wiki Page: BizTalk Developer Interview Questions

    In many companies an interview on a technology is often considered as a good approach to find out the knowledge of the person applying for a job. Be aware that these are just tips for interview questions. At the bottom of this page you will find a link to the answers to these questions. NOTE...
  • Wiki Page: BizTalk Administrator Interview Questions

    In many companies an interview on a technology is often considered as a good approach to find out the knowledge of the person applying for a job. Be aware that these are just tips for interview questions. At the bottom of this page you will find a link to the answers to these questions. NOTE: Many...
  • Wiki Page: BizTalk Interview Questions

    This section covers information regarding interview for the technology BizTalk. These questions are meant as guidelines and are possible questions to ask someone during an interview based on the job they are applying for. Be aware that these questions are guidelines, those which contain answers may...
  • Wiki Page: Interview Questions by Technology

    This page is designed to gather information for different interview based on technologies. Be aware that not all pages need to consist of answers, one of the things you need to be aware of is that the answers is from the creator of the questions, and that the answer may not be the exact thing, but...
  • Wiki Page: BizTalk Developer Interview Questions and Answers - Schema

    Table of Contents Introduction Questions and Answers Author Contributors See Also Introduction This article intends to cover the answers to BizTalk schema related questions, which a BizTalk developer can face during an interview. Questions and Answers What is the purpose of a document...
  • Wiki Page: C# implementation of linked list algorithm

    using System; namespace LinkedListExample { public class List { public class Node { public object NodeContent; public Node Next; } private int size; public int Count { get { return size; } } /// <summary>...
  • Wiki Page: .NET: How to prepare for an Interview – Experienced

    Table of Contents Introduction Frequently Asked Questions in Object Oriented Programming Frequently Asked Questions in .NET Framework Frequently Asked Questions in C – Sharp Frequently Asked Questions of ASP.NET Frequently Asked Questions of ASP.NET MVC Frequently Asked Questions in WCF Frequently Asked...
  • Wiki Page: SharePoint 2010: Interview Question With Answer

    Table of Contents SharePoint 2010 Question With Answer SharePoint 2010 PowerShell Interview Question with Answer General SharePoint Question with Answer See Also SharePoint 2010 Question With Answer http://stackoverflow.com/questions/205893/sharepoint-interview-questions http://www.sharepointsecurity...
  • Wiki Page: BizTalk Developer Interview Questions and Answers - XSLT

    Table of Contents Introduction Questions and Answers Author Contributors See Also Introduction This article intends to cover the answers to XSLT related questions, which a BizTalk developer can face during an interview. Questions and Answers What is XSLT? XSLT or Extensible Stylesheet...
  • Wiki Page: BizTalk Developer Interview Questions and Answers - Orchestration

    Table of Contents Introduction Questions and Answers Author Contributors See Also Introduction This article intends to cover the answers to orchestration related questions, which a BizTalk developer can face during an interview. Questions and Answers How are messages created in an orchestration...
Page 14 of 739 (18,451 items) «1213141516»
Can't find it? Write it!