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
>
magazine article
Tagged Content List
Wiki Page:
MVC AngularJS Master/Detail CRUD, Filter And Sorting Using WEB API 2 With Stored Procedure
karimSP
Note: You can download the Source Code from the link Source Code Download Link Table of Contents Introduction Building the Sample Prerequisites Steps 1. Create Database and Table Stored procedure Add Database using ADO.NET Entity Data Model Procedure to add our Web API Controller Get Method Select...
on
21 Feb 2018
Wiki Page:
Using AngularJS with ASP.NET & SQL
karimSP
This article shows implementing AngularJS in ASP.NET and inserting data to SQL Server. Source: http://dotnetlearners.com/tutorial/angularjs/48/angularjs-ajax-http-asp-net-with-sql-example ASPX Design Page: <%@ Page Language="C#" AutoEventWireup="true" CodeFile...
on
21 Feb 2018
Wiki Page:
Introduction to Development with SQL Server
karimSP
Table of Contents SQL Server Express SQL Server SQL Server Editions and Features Installation SQL Server 2014 Web Platform Installer Database Administration SQL Development See Also Other Languages Italian (it-IT) Deutsch (de-DE) Brazilian Portuguese (pt-BR) Japanese (ja-JP) Español (es-ES) Georgian...
on
20 Feb 2018
Wiki Page:
VB.Net: Generate Color Sequences Using RGB Color Cube
karimSP
Table of Contents Introduction The RGB Color Cube Coding a ColorCube Class Brightness is Distance from Black Walking the Edges of the Cube Getting a Range of Colors Summary Appendix A: Complete Code Sample Introduction Sometimes when you are designing a form, or creating some other kind of visual...
on
20 Feb 2018
Wiki Page:
Sharepoint 2013 App Setup Issues
H Shakir
Issues while doing this: During step 3 we can't get option Add it invisible as it shows following error: Sorry apps are turned off. If you know who runs the server tell them to enable apps. So we have to set up app hosting environment(Configure DNS) as follows: Source: http://sharepointchick...
on
19 Feb 2018
Wiki Page:
SharePoint: Understanding the _spPageContextInfo object
karimSP
Table of Contents Introduction Implementation Example Introduction This article is particularly relevant to you if you are creating a SharePoint app using JavaScript and the Client side object model. In the development of such an app, we would require some basic properties- SharePoint provides...
on
19 Feb 2018
Wiki Page:
How to Publish ASP.NET MVC Web Application to Azure
Somdip Dey - MSP Alumnus
Table of Contents Scope Install Windows Azure SDK for .NET Create Azure Account Create ASP.NET MVC Application Deploy to Windows Azure Windows Azure Resources See Also Scope This article walks you through the steps to deploy an ASP.NET MVC application to a Azure Web Site by using the Publish...
on
19 Feb 2018
Wiki Page:
Visual C#: Filter a DataTable Based on a Collection
karimSP
This article is if you have a requirement where you want to filter the rows in a data table based on some values in a collection. So this is one way to do it. This will really show you the power of LINQ and Lambda Expressions (we are assuming you all know what LINQ and Lambda Expressions...
on
18 Feb 2018
Wiki Page:
C# Code Reflection
karimSP
This article is regarding Code Reflection in C#. Table of Contents This article is regarding Code Reflection in C#. Introduction Uses of Code Reflection Classes used in this article Getting Type data of an Object Creating an Instance of a type Example 1: Creating an Object Dynamically. Step 1. Creating...
on
18 Feb 2018
Wiki Page:
SharePoint 2010: Search using the KeywordQuery class
karimSP
Table of Contents Introduction Example See Also Reference Introduction You can use the KeywordQuery class to search SharePoint content using a search query string formatted in the same way you would if you used the Search Center user interface. This makes it really easy to structure (and test...
on
18 Feb 2018
Wiki Page:
Configuring Client VPN PowerShell on Microsoft Azure (ARM)
H Shakir
Table of Contents Introduction Configuring VPN Certificate Exporting PFX Certificate Configuring VPN Client To Site Installing the VPN Client Introduction A VPN connection is established to initiate a connection from the client computer to the corporate environment, it is created...
on
18 Feb 2018
Wiki Page:
MVC: Caching In Web API:
karimSP
Normally caching is the process of storing data somewhere for the future requests, in our case we can avoid the unwanted hit to database to get the data if we cache the data somewhere, this way we can make sure that the data is served in a faster manner. Here we are going to see the caching in our...
on
18 Feb 2018
Wiki Page:
E-Book Gallery for Microsoft Technologies: Azure (EN)
karimSP
Download content for Azure, ASP.NET, Office, SQL Server, SharePoint Server and other Microsoft technologies in e-book formats. Reference, guide, and step-by-step information are all available. All the e-books are free. New books will be posted as they become available. To view white...
on
18 Feb 2018
Page 21 of 68 (1,700 items)
«
19
20
21
22
23
»