Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
.net
Active Directory
AD DS
ASP.NET
azure
Benoît Jester
BizTalk
BizTalk Server
BizTalk Server 2010
C#
C# .NET
Chen V
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2010
fa-IR
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
Mehmet Parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into French
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
Windows 8
Windows Phone
Windows Phone Migration Content
Windows Server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
Browse by Tags
>
TechNet Articles
>
All Tags
>
C#
Tagged Content List
Wiki Page:
How to Use SynchronizationContext for Hosting Workflows in ASP.Net
karimSP
Table of Contents Overview See Also Overview Applications hosted in ASP.Net should not run processes which spawn new threads. In order to gain the most functionality out of Windows Workflow Foundation , workflows they need to be hosted using WorkflowApplication, which spawns new threads by default...
on
18 Feb 2018
Wiki Page:
[C#] Word-like editor and RTF text manipulation with Telerik RadRichTextEditor
karimSP
Table of Contents Introduction Pre-Requisites Create a new project Add RichTextEditorRibbonBar for quick access to common features Forewords for a case study Save document in .Docx or .Pdf formats Load a previously edited .Docx files Clone a document Merge documents Replace text Replace text with image...
on
18 Feb 2018
Wiki Page:
ASP.NET Core 2.0 - Apply bootstrap template
karimSP
Table of Contents Introduction STEP 1 - Creating the ASP .NET Core Project in VS 2017 STEP 2 - Upgrade version if necessary STEP 3 - Change Layout Introduction This article walks you through the steps for creating an ASP.NET Core 2.0 Web Application using Bootstrap as the template for layout...
on
18 Feb 2018
Wiki Page:
Writing Data in Excel File into a Database using a DataSet and SqlBulkCopy
karimSP
In this post let’s see how we can write data in Excel file into a database using a DataSet and SqlBulkCopy . The concept here is fairly simple. First, we are going to load data in the Excel file into a DataSet and then for each table in the DataSet , we are going to use SqlBulkCopy...
on
18 Feb 2018
Wiki Page:
ASP.NET Core 2.0 - How to use Dependency Injection
karimSP
Table of Contents Introduction STEP 1 - Creating the ASP .NET Core Project in VS 2017 STEP 2 - Creating a new service in the application STEP 3 - Injecting the service into View STEP 4 - Registering the service in the Startup.cs file STEP 5 - Result Resources Introduction In this article, we'll...
on
18 Feb 2018
Wiki Page:
C# Timer: Schedule a Task
karimSP
Table of Contents Introduction What is timer? Type of Timer in .NET Framework Schedule a Task Basic Functions Code Usage Output Explanation Summary Reference See Also Download Introduction In this article we will see how to use Timer class in .NET Framework under System.Timers namespace. The...
on
18 Feb 2018
Wiki Page:
How to Add 'Proper' Unit Tests to Brownfield Projects using Microsoft Fakes
karimSP
This topic is work in progress. Please abstain from editing it right now. You're welcome to contribute here in a couple of hours or days, though! This article will feature / showcase a real world scenario & help the reader understand what it takes to accomplish this ...
on
18 Feb 2018
Wiki Page:
ASP.NET MVC 5: Render Same Page With Multiple URLs Using Route Engine
karimSP
Table of Contents Introduction Demo Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Conclusion See Also Introduction This article describes the simplest approach which allows one to render the same page from different URLs. An “area” is an ASP.NET alternative but has the downside that we would...
on
18 Feb 2018
Wiki Page:
ASP.NET Core : How to show a confirmation dialog with jquery
karimSP
Table of Contents 1 Introduction 2 Background 3 Create a Web application using ASP.NET Core in Visual Studio 2017 3.1 Create a ASP.NET Core web application 3.2 Create Student Model 3.3 Create Student Controller 3.4 Create the database 4 Show a confirmation box when a student edits 5 Show a confirmation...
on
18 Feb 2018
Wiki Page:
ASP.NET - Connect to MySQL Azure Database
karimSP
Table of Contents STEP 1 - Create Azure Account STEP 2 - Create MySQL Database on Azure STEP 3 - Create ASP.NET Web Application STEP 4 - Create Data Model STEP 5 - Scaffolding STEP 6 - Change Connection String STEP 7 - Change Menu Layout STEP 8 - Run Application Using MVC, Entity Framework, ASP...
on
18 Feb 2018
Wiki Page:
Microsoft User Groups Portal
karimSP
Welcome to the Microsoft User Groups Portal on the TechNet Wiki. The purpose of this portal is to engage and connect offline Microsoft User Group communities with the online TechNet Wiki community, by encouraging article creation/collaboration and raising awareness of the TechNet Wiki within user...
on
18 Feb 2018
Wiki Page:
.NET Development User Groups
karimSP
This page contains resources for and a listing of offline Microsoft user groups focused on .NET Development including all development disciplines (C#, VB.NET, ASP.NET, Visual Basic, Visual Studio, etc.). Table of Contents .NET Development User Group Listing .NET Development Resources on the TechNet...
on
18 Feb 2018
Wiki Page:
ASP.NET - A Jumpstart towards Dynamic Websites
karimSP
Pre-requisites Visual Studio 2010 (or higher) Knowledge of HTML You must have wondered about Websites one time or another in your cyber journey, right? Well, Websites come with two distinctive natures, i.e. Static websites and Dynamic websites. Static websites where data is...
on
18 Feb 2018
Wiki Page:
ASP.NET Identity: Customize User Authentication
karimSP
Table of Contents 1 Introduction 2 Create a web application 2.1 Web Application Structure 3 Create the database 3.1 Enable Migrations for the application 3.2 Define the connectionstring 3.3 Update the database 3.4 Database is Created 4 Authentication implementation in the application 4.1 Register a new...
on
18 Feb 2018
Wiki Page:
.NET Core 2.0: Creating First Console Application using Command Prompt
karimSP
Table of Contents Introduction Checking .NET Core Installation Installing .NET Core SDK on Windows Creating Console Application Adding Project Template Building and Running the Application Summary References Introduction In this post, we will create our very first console application in .NET...
on
18 Feb 2018
Wiki Page:
SharePoint Online PowerShell Tip: Conditional Scope - Binary Module
karimSP
Table of Contents Introduction Requirement PowerShell Code Solution Conditional Scope Output Introduction Recently one of our customers requested us to share a code which should throw an exception while connecting to SharePoint Online if in case of credential invalid or not connect to tenant...
on
18 Feb 2018
Wiki Page:
C#: कैसे जाने एपीआई सर्वर अप है या डाउन (hi-IN)
Maruthachalam
नमस्कार हिंदी भाषा के इस लेख में आपका स्वागत है, आपके प्रतिक्रिया का हमें इंतेज़ार रहेगा और हम आशा करते है की यह लेख आपके लिए उपयोगी साबित होगी। Table of Contents Credit परिचय उद्देश्य आवश्यकताएँ Creation of Utility कोड का विस्तृत व्योरा पूर्ण Source Code निष्कर्ष अन्य...
on
24 Aug 2017
Wiki Page:
Xamarin: Using SearchView in Toolbar
Nourdine MHOUMADI
Table of Contents Step 1 Step 2 Step 3 Result This is step-by-step instruction how to use SearchView in Toolbar for Xamarin Android. Step 1 Create and Add SearchView menu item to /menu/itemSearch.xml. Moreover, this menu item uses following drawable. So you have to download the icon and...
on
6 Aug 2017
Wiki Page:
UWP : Introduction To Data Binding Using Model Class
Richard Mueller
Want to control your GUI dynamically with the present data? If yes, then Data Binding is the answer to your question. Data binding is the process that establishes a connection between the UI layer with our Data Layer. So when you change your Data your GUI is updated and vice versa. Let’s start with...
on
13 Jul 2017
Wiki Page:
Articoli italiani su TechNet Wiki - Windows Phone. (it-IT)
M.Vignesh
Table of Contents Introduzione. Elenco articoli. Dispositivo Sviluppo Vedere anche Introduzione. Questa pagina contiene un elenco diviso in categorie degli articoli in lingua italiana presenti sul TechNet Wiki e relativi a Windows Phone, sia scritti originariamente in Italiano che tradotti...
on
30 Jun 2017
Wiki Page:
Windows 10: Adaptive User Interface
RajeeshMenoth
With the launch of Windows 10, Microsoft changed the whole paradigm of programming. Microsoft took us to era of Universal Applications, which means that our same code will run on all the devices. This is being highly appreciated among developers but at the same time, it’s raising question that how...
on
10 Jun 2017
Wiki Page:
PowerShell: कस्टम ऑब्जेक्ट् स बनाना (hi-IN)
Richard Mueller
कस्टम ऑब्जेक्ट बनाने के लिए अलग अलग तरीके Table of Contents Credits 1. नया ऑब्जेक्ट 1.1 जोड़ें-सदस्य (Add-Member) 1.2 हैश (Hash) 1.3 हैश PowerShell v3 के साथ (Hash with PowerShell v3) 2. New-Module -AsCustomObject 3. जोड़ें-प्रकार (C#) (Add-Type (C#)) 4. Select-Object 5. कस्टम प्रक...
on
9 Jun 2017
Wiki Page:
Microsoft Azure Redis Cache - Implementation of a service to work cache data
Richard Mueller
Table of Contents STEP1 - Create cache on Azure STEP2 - Configure cache clients STEP3 - Send and retrieve data from cache Resources: This article walks you through configuration Azure Redis as CacheManager. Redis is one of the fastest and feature-rich key-value stores to come from the NoSQL movement...
on
24 May 2017
Wiki Page:
Setting up for Universal Windows Platform Development
Mohamed El-Qassas MVP
Setting up in order to develop Universal Windows Platform(UWP) apps aka Universal Windows apps aka Windows 10 apps is pretty easy. Table of Contents Basic Requirements 1. Get Latest Windows 2. Get Visual Studio Getting Started 3. Enable Developer Mode 4. Install Universal Windows SDK Basic Requirements...
on
16 May 2017
Wiki Page:
SOLID - Open/Closed principle - Part 2
Richard Mueller
Table of Contents Decorator classes See Also Decorator design pattern is used to add functionality to an object dynamically without the need of modifying the structure of the object. Decorator pattern is used to attach functionality or behavior to an object dynamically or statically without the...
on
15 May 2017
Page 18 of 33 (820 items)
«
16
17
18
19
20
»
Can't find it? Write it!
Post an Article