Tagged Content List
  • Wiki Page: Capacity Planning for Active Directory Domain Services

    This topic is originally written by Ken Brumfield, Senior Premier Field Engineer at Microsoft. This version on the TechNet Wiki allows users to supplement the content with information based on their own experiences and share other valuable insights with the rest of the community. Effort will be made...
  • Wiki Page: .NET: Equality Features

    Table of Contents Introduction Virtual Object.Equals() method for reference types Virtual Object.Equals() method for value types Static Equals() Method Static Object.ReferenceEquals method IEquatable<T> Interface See Also Introduction The .NET equality features are: Virtual Object...
  • Wiki Page: MVC Dynamic Menu Creation Using AngularJS and WCF Rest

    Table of Contents Introduction Why we need to create a Dynamic Menu Who can manage the Menu AngularJS Building the Sample Menu Master Table Menu Detail Table Description Add Database usingADO.NET Entity Data Model Create MVC Web Application Run the Program More Information You can download the Source...
  • Wiki Page: Dockerize your first ASP.NET Core application (Deploy to Linux)

    Sample Application In this post, we will learn how to create our own Docker container of an ASP.NET Core application by creating a raw ASP.NET Core application, creating a Dockerfile, making a container of this application on our local machine and push it to the Docker Hub . For this example...
  • Wiki Page: Understanding Docker for Absolute Beginners

    Traditional Virtual Machines Before discussing Docker, we'll take a look at traditional way of virtualization and problems with them that most of the application developers used to confront and we'll see that how Docker solves those problems. In the past (even now at some places),...
  • Wiki Page: Upgrading the PKI from Windows Server 2008 R2 to Windows Server 2012-Different Host Name

    This is simple one Tier Setup in a test environment. Old CA & New CA both are DC & ROOT CA. There is no SUB CA. In every environment we should have multiple SUB CAs so we have to change registry keys during migration & that is mentioned on this blog. First, transferred the FSMO from old...
  • Wiki Page: UWP: How to create and use custom control

    Create a new project, Add a new item and then select user control Then go to MyUserControl1.xaml and add textblock and image from toolbox. Now we want to give the control to the user using our custom control so he/she can change text and image. For that go to MyUserControl1.xaml.cs and add...
  • Wiki Page: .NET Framework: IEnumerable<T> Vs. IQueryable<T>

    Table of Contents Introduction IEnumerable IEnumerable<T> IQueryable<T> Case Study: IEnumerable<T> Vs. IQueryable<T> References & Resources Appendices Appendix A: Simplified the Enumerable class In Linq Appendix B: Simplified the Queryable class In Linq Introduction ...
  • Wiki Page: PowerShell: Get WINRM Status of Multiple Computers

    Table of Contents Applies to Code Sample Output More Applies to Need to run this script from Windows 8.1 / Windows 2012 R2 - PowerShell Version 4. Code Sample Function Get-RDP-Status { $ComputerName = Get-Content C:\scripts\computers.txt -ReadCount 0 foreach ( $Computer in...
  • Wiki Page: PowerShell Handy Commands

    Some helpful commands for PowerShell Beginner. Important Some Commands/Scripts require Powershell version 3.0 or above. Table of Contents Applies to General Powershell Function (Basics) Powershell .NET Namespace Managing Modules How to find loaded...
  • Wiki Page: Azure Getting Started - Basic Operations on Blob Storage

    Table of Contents Introduction What is Blob Storage Azure Blob Storage Model Install NuGet (Azure Storage) Create Container Implement of Crud Methods Azure Blob Storage Resources Code Samples Introduction This sample explains how to use Azure Blob Storage (Upload, Download, List and Delete methods...
  • Wiki Page: Deploy a Simple Azure Website from Visual Studio

    Table of Contents Introduction Pre-Requisites Steps Summary Introduction We'll simply discuss how to create and deploy an Azure website from Visual Studio. Those who don't have any idea what Azure is should read this article first. This will help them to be clear about what Azure...
  • 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...
Page 18 of 68 (1,700 items) «1617181920»