Browse by Tags

Tagged Content List
  • Wiki Page: ASP.NET Core 2.0: User Role Base Dynamic Menu Using Dependency Injection

    Table of Contents Introduction Prerequisites Step 1: Create a Database Step 2: Create your ASP.NET Core Updating appsettings.json Step 3: Add Identity Service to Startup.cs file Step 4: Register and Create Users Refresh the Database: Step 5: Create Role and assign User for Role Step 6: Create Admin/Manager...
  • Wiki Page: XML Message Routing with BizTalk Schema Promoted Properties in Azure Service Bus & Logic Apps

    Table of Contents 1. Introduction 2. Solution Overview 3. Azure Service Bus & Redis Cache Using Service Bus Explorer 4. Property Promotion Function Create a New Azure Function Test the Azure Function 5. Creating & Using a Correlation Set Test the Azure Function 6. Some Further Considerations...
  • Wiki Page: Getting started with Xamarin Android Single View App

    Table of Contents Introduction Prerequisites Step 1: Create your Xamarin Step 2: Xamarin Android Project Structure References: MainActivity: Lifecycle of Activity: View: Values / Strings.XML Resource.Designer Step 3: Working with Code Displaying Time using TextClock Displaying Notification Notification...
  • Wiki Page: Microsoft Azure: Liquid Templates in Logic Apps

    Table of Contents Introduction How to Use Prerequisites Demo Define Liquid template Create / Add Map in Integration Account Create Logic Apps with JSON transformation Test your logic app Summary See Also Introduction Azure Logic Apps supports basic JSON transformations through native data...
  • Wiki Page: USMT 10: How to Migrate Windows User

    Table of Contents Requirements References: User Profiles can be migrated to a New Account, New PC, or New Domain Requirements All we need is MS USMT (User State Migration Tool). USMT is part of Microsofts free to use Windows ADK 10 To migrate two domain accounts (User1 and User2)...
  • Wiki Page: Q#: An Introduction

    Table of Contents Introduction What is Q#? Installing and Validating Q# development environment on your machine Q# Type model Primitive Type Array Type Tuple Type User Defined type Operation Type Function Type Q# Expressions Numeric Expressions Qubit Expressions Pauli Expressions Result Expressions Range...
  • Wiki Page: ASP.NET Core : How to show a loading panel in a page

    Table of Contents 1 Introduction 2 Background 3 Create a Web application 3.1 Create the basic web application 3.2 Create & Run the basic view 3.3 Load data from the server 3.4 Show loading panel until data loads 4 Download 4.1 Tech Net Gallery 4.2 GitHub 5 Conclusion 6 See Also 7 References 1...
  • Wiki Page: Azure Function App: Create a trigger on Cosmos DB

    Table of Contents 1 Introduction 2 Background 3 Create a document in Azure Cosmos DB 3.1 Create Azure Cosmos DB account 3.2 Create a document in a collection 3.3 Query a collection 4 Create a document programmatically 4.1 Create a console application 4.2 Create Cosmos DB settings 4.3 Create a Document...
  • Wiki Page: SQL Server 2012 Database Partitioning

    Introduction Partition is a division or grouping of data by rows. Table partitioning has been around since SQL Server 2005. For more information about table partition please see this TechNet link. This case study aims to showcase some of the partitioning enhancements in SQL Server 2012. ...
  • Wiki Page: BizTalk Server: Inserting Data Into An Always Encrypted Column using WCF-Custom/WCF-SQL adapter

    Table of Contents Introduction Always Encrypted Columns in SQL BizTalk WCF-Custom/WCF-SQL Adapter and BizTalk 2016 FeaturePack 1 Scope Fictional Scenario Designed Solution Implementation Database Design Create Column Master Keys Create Column Encryption Keys Create Table Insert Stored Procedure BizTalk...
  • Wiki Page: Using PowerApps in Web Browser

    Table of Contents Introduction: Developer Requirements: Introduction: This article will help you to learn about how to use PowerApps built by you or shared with you via a web browser. Note: If you are new to PowerApps start from here: Click here to know about how to build a cost estimator...
  • Wiki Page: ASP.NET Core 2.0: Getting Started With Identity And Role Management

    Table of Contents Introduction Authentication and Authorization Authentication Authorization Prerequisites Step 1: Create a Database Step 2: Create your ASP.NET Core Updating appsettings.json Step 3: Add Identity Service in Startup.cs Step 4: Register and Create your First User Migration Refresh the...
  • Wiki Page: Quantum Computing: An Introduction

    Table of Contents Introduction What is Quantum Theory? Limitation of Classical Computers What is a Quantum Computer? What is a Qubit? What is Superposition principle? What Is Entanglement? What Is a Topological Qubits? What are quantum computers better at than ordinary computers? How to setup Quantum...
  • Wiki Page: C# Winform: Pareto Chart

    Table of Contents Introduction Pareto Chart Creating chart Description Reference links: Download Introduction The main aim of this article is to create a simple Pareto Chart Control.There are few Third party Pareto charts available and also Pareto chart can be made using MS Chart controls...
  • Wiki Page: Windows PowerShell Portal

    Table of Contents Introduction General Tool Releases Several Technologies BizTalk Server Exchange Server Forefront Identity Manager - FIM Office Products SharePoint Windows OS and Complementary Products SQL Server Active Directory References See Also Other Languages Introduction Windows PowerShell...
  • Wiki Page: Capturing Database(s) and Table Usage stats – sp_spaceused simulation using DMVs

    Table of Contents Introduction Objective SP_SPACEUSED - DATABASE SP_SPACEUSED - TABLE Permission SQL Customized code for a specific database Capturing details in a permanent table of databases using DMV’s SQL 2000 Displaying all user-defined table usage information Conclusion Reference Introduction...
  • Wiki Page: Understanding the Visual Studio AssemblyInfo Class

    Table of Contents Overview Setting the attributes Assembly Information dialog box AssemblyInfo.cs file Assembly Information attributes Accessing the attributes through code Conclusion References Overview The AssemblyInfo Class holds application attributes about a Visual Studio project that are...
  • Wiki Page: Getting Started With ASP.NET Core And Angular 4 Using WEB API

    Table of Contents Introduction Building the Sample Step 1- Create ASP.NET Core Empty project Step 2 – Enabling MVC and StaticFiles Step – 3 Editing Startup.cs file Step – 5 Working with Angular Angular CLI Step – 6 Working with Angular Files Working with Angular Module Build the Application See Also...
  • Wiki Page: Ribbon missing on SharePoint List or Library page

    Table of Contents Scenario: Cause: Solution: References: See Also: This article is related to below post where a user reported missing ribbon issue after migration from SharePoint 2007 to 2013 version. https://social.technet.microsoft.com/Forums/en-US/628b9f7b-b1e7-4bb1-b01d-fcb11b252862/ribbons...
  • Wiki Page: SharePoint 2010 Troubleshooting: Get-SPWeb Access is denied

    Table of Contents Problem Troubleshooting Solution References Notes Problem Tried executing this script (in elevated SMS) so as to get a listing of all activated features in all webs in a site collection: Get-SPSite https://site/ | Get-SPWeb -Limit ALL | %{ Get-SPFeature -Web $_ } | Sort...
  • Wiki Page: C#: Difference (and Similarity) between Virtual and Abstract (Method/Property) With Example

    Table of Contents Introduction Establish: Difference Between Virtual and Abstract Keywords Establish: Similarity Between Virtual and Abstract Keywords Business Logic For the Console App The Development of Console App Implementation The Result/Output Some Common Pitfalls References Introduction...
  • Wiki Page: SQL Script: Passing Parameters to SQL script with Batch File and PowerShell

    Table of Contents Abstract Problem Statement Solution The SQL File Call sccm.bat Flow Diagram Passing parameter(s) to Batch file Example 1 -Demonstration the use of the position locator of Input parameter Example 2 - Looping through Input file parameter Example 3 - xp_cmdhshell and Looping construct...
  • Wiki Page: SQL Server PowerShell: Export Server inventory to CSV

    Table of Contents Abstract Logical Flow Pre-requisites Advantages Examples Details Code: Get 41 column output - Single instance of SQL Server Code: Looping through I/P Server Lists Function Get-SQLand GlobalTraceFlagDetails Output CSV: CSV output to saved under f:\PowerSQL folder Excel Conclusion References...
  • Wiki Page: Exchange Server büyüyen IIS loglarının arşivlenerek silinmesi (tr-TR)

    Exchange Server zaman içerisinde bir çok IIS Log biriktirebilir, Bazı Adminler bu logları olası problemlere karşı farklı bir disk üzerinde tutarak, disk üzerindeki boş alan azaldığında IIS loglarını elle siliyorlar. Sistem üzerindeki IIS loglarının 80 GB yer kapladığını gördüğümde elle arşivleyerek...
  • Wiki Page: T-SQL: Splitting a String into multiple columns

    Table of Contents Introduction Creating Function Importing Data Splitting a Data Structure Conclusion References See Also Other Languages Introduction When you have an easy to use T-SQL script that separate data fields received from an application or external data source as a Web Service or a data...
Page 17 of 35 (867 items) «1516171819»
Can't find it? Write it!