This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
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
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
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
marcelo strippoli
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 Portuguese
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
windows server 2012 r2
Wiki
>
All Tags
>
C#
Tagged Content List
Wiki Page:
ASP.NET Core Blazor CRUD using Entity Framework and Web API
SYEDSHANU - MVP
Table of Contents Introduction Prerequisites Code part Step 1 - Create a database and a table Step 2 - Create ASP.NET Core Blazor Application What is new in ASP.NET Core Blazor solution? Client Project Server Project Shared Project Using Entity Framework Install the Packages Creating Web API for CRUD...
on
28 May 2018
Wiki Page:
System Center Orchestrator: Build Custom Activity withc C# - Limitations
Dave Rendón
For those of us who find SCORCH lacking in Activities, we may look into creating our own Orchestrator Integration Package known as an OIP using C#. But what is the limit of what we can accomplish from a custom OIP, what restrictions are placed upon our code, what reality are we really living in? ...
on
27 May 2018
Wiki Page:
ASP.NET Core 2.0: Authentication Using LinkedIn
Richard Mueller
Table of Contents Introduction Prerequisites Create MVC Web Application Create LinkedIn app Configure Web App to use LinkedIn authentication Execution Demo Conclusion Source Code See Also Introduction Sometimes, we want the users to log in using their existing credentials of third-party applications...
on
21 May 2018
Wiki Page:
Application Insights: How to Configure Azure Portal
Richard Mueller
Table of Contents Overview Steps 1. Create Azure Account 2. Create a new Application Insight into our Azure Account 3 - Configure Application Insights into our Web Application Resources Overview This article will shows how to configure Microsoft Application Insight on Azure Portal. Visual Studio...
on
21 May 2018
Wiki Page:
C# 7.2 : in Parameters
Dave Rendón
With C# 7.2 , a nice set of syntax improvements that enable working with value types were introduced. In this wiki let’s see what in parameters really is. As you have already know C# had ref and out for a quite a while now. If we recall what ref and out does (within parameter modifier...
on
20 May 2018
Wiki Page:
.NETCore: Create a web application with a Linux server
Richard Mueller
Table of Contents Create .NET Core web application Create a new project Add Kestrel to our package list Let's run and see the changes Create .NET Core web application Let's see how to write a web application in .NETCore Create a new project dotnet new code . ...
on
20 May 2018
Wiki Page:
Xamarin.Android : Create an SHA 1 Key for Google Map Application Development
Logesh Palani
In this article will create a SHA1 Fingerprint key for Xamarin android google map App Development. Create Google Maps API v2 key the following steps: 1: Create Debug Keystore for SHA1 Fingerprint Signed Key. 2: Create Project in Google Developer API Console 3: Obtaining google API KEY ...
on
12 May 2018
Wiki Page:
ASP.NET Core 2.0: Authentication Using Google Account
Dave Rendón
Table of Contents Introduction Prerequisites Create MVC Web Application Create Google app Section 1 - Find out what kind of credentials you need Section 2 - Create an OAuth 2.0 client ID Section 3 - Set up the OAuth 2.0 consent screen Configure Web App to use Google authentication Execution Demo Conclusion...
on
10 May 2018
Wiki Page:
SQL: Protect Your Data against SQL Injection
Peter Geelen
Table of Contents Introduction What is SQL Injection? Uh… What? Example 1 Example 2 The Solution Using Parameter Queries Using Stored Procedures Using Object/Relation Mapping Framework (ORM) Other Tips Outro See Also Introduction What is SQL Injection? Uh… What? Example 1 Example 2 The Solution Using...
on
7 May 2018
Wiki Page:
ASP.NET Core 2.0: User Role Base Dynamic Menu Using Dependency Injection
karimSP
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...
on
7 May 2018
Wiki Page:
Azure Cognitive Services: Browse images by tag using C#
karimSP
Table of Contents Introduction Create an Azure Computer Vision API resource Write a C# class to use Azure resource Develop a console app to process an images folder Executing the console app Develop a WPF app to search tags and show results Source code Bibliography Introduction In the following...
on
6 May 2018
Wiki Page:
C#: Implementation Of Stack And Queue Using Linked List
Carsten Siemens
Table of Contents Introduction What is Stack? Implementing Stack functionalities using Linked List Push an element into Stack Pop an element from Stack Peek the element from Stack Uses of Stack What is Queue? Implementing Queue functionalities using Linked List Enqueue of an Element Dequeue of an Element...
on
6 May 2018
Wiki Page:
Getting started with Xamarin Android Single View App
SYEDSHANU - MVP
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...
on
2 May 2018
Page 21 of 71 (1,775 items)
«
19
20
21
22
23
»