MSDN

TwitterFacebook
Get flash to fully experience Pearltrees
http://msdn.microsoft.com/en-us/library/windows/desktop/dd835506(v=vs.85).aspx Windows PowerShell® is a task-based command-line shell and scripting language designed especially for system administration. Built on the .NET Framework, Windows PowerShell® helps IT professionals and power users control and automate the administration of the Windows operating system and applications that run on Windows. The documents published here are written primarily for cmdlet, provider, and host application developers who require reference information about the APIs provided by Windows PowerShell. However, system administrators might also find the information provided by these documents useful. For the basic information needed to start using Windows PowerShell, see Getting Started with Windows PowerShell .

Windows PowerShell

VSTO Developer Center | Office Development, Visual Studio | MSDN

You can extend Office 2013 and Office 2010 by using Office developer tools in Visual Studio. These tools include project templates to help you create Office solutions by using Visual Basic or Visual C#, and visual designers that help you create custom user interfaces for your Office solutions. If you want to create solutions that deeply integrate with Office and leverage the power of the .NET Framework, an add-in or customization might be a great option. You can also create visually rich solutions that integrate data and web content by creating apps for Office . Apps for Office Word, Excel, Outlook PowerPoint, Project http://msdn.microsoft.com/en-us/office/hh133430.aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/aa369712(v=vs.85).aspx Purpose Network Access Protection (NAP) is a set of operating system components that provide a platform for protected access to private networks. The NAP platform provides an integrated way of evaluating the system health state of a network client that is attempting to connect to or communicate on a network and restricting the access of the network client until health policy requirements have been met. NAP is an extensible platform that provides an infrastructure and an API set for adding components that store, report, validate, and correct a computer's system health state. By itself, the NAP platform does not provide components to accumulate and evaluate attributes of a computer's health state.

Network Access Protection (Windows)

Web Service Software Factory 2010

Sign in to Write a Review Sort By: Does not install on Windows7 with VS 2010 Premium (SDK and GAX already installed). The installer just show VS 2010 Ultimate as option to install the extension. Not used yet, I am trying it http://visualstudiogallery.msdn.microsoft.com/8c6ea683-acf2-4881-bb05-3c3252992bfe/
http://msdn.microsoft.com/en-us/library/dd483375.aspx These samples provide instruction on various aspects of Windows Workflow Foundation (WF). The samples can be downloaded from the Microsoft Download Center . Application Provides samples that are related to workflow applications. Basic

Windows Workflow (WF) Samples

http://msdn.microsoft.com/en-us/vstudio/bb964701.aspx

Parallel Computing Developer Center

Parallel computing is a form of computation in which multiple operations are carried out simultaneously. Visual Studio 2012, the .NET Framework, and Visual C++ all contain extensive support for writing, debugging, and tuning parallel applications. Parallel computing is closely related to asynchronous programming, using many of the same core concepts and support. Asynchronous programming is an approach to writing code that involves invoking operations such that they don't block the current thread of execution
patterns & practices Developer Center September 2011 Imagine a world where you don't have to worry about authentication. Imagine instead that all requests to your application already include the information you need to make access control decisions and to personalize the application for the user. In this world, your applications can trust another system component to securely provide user information, such as the user's name or email address, a manager's email address, or even a purchasing authorization limit.

A Guide to Claims–based Identity and Access Control

http://msdn.microsoft.com/en-us/library/ff423674.aspx
http://blogs.msdn.com/b/dparys/archive/2009/09/17/create-database-permission-denied-in-database-master-my-fix.aspx

CREATE DATABASE permission denied in database ‘master’ – My Fix - Dariusz quatscht

Normally I always install SQL Management Studio for my development environment. But this time I just thought I would not need it. I installed my machine outside of the domain network. The SQL Server 2008 Express installation was done with a local administrator user which I enabled to have dbo admin rights. I have also given rights for the local administrators group in SQL Server Express. After joining the domain I added my domain account to the local adminstrators group.
Patterns & Practices

Configuration File Location Table of Contents The settings that control the behavior of PowerTab are persisted in a configuration file. http://powertab.codeplex.com/wikipage?title=Configuration%20File%20Location&referringTitle=Documentation#Creating

PowerTab

Xenophane's Blog

I was contacted by a friend who was having some issues with Test-Connection when using TimeToLive Example: Test-Connection -ComputerName www.google.ie -Count 1 -TimeToLive 3 Test-Connection : Testing connection to computer ‘ www.google.ie ‘ failed: Problem with some part of the filterspec or providerspecific buffer in general http://www.xipher.dk/WordPress/

Performance Testing Guidance for Web Applications

J.D. Meier, Carlos Farre, Prashant Bansode, Scott Barber, and Dennis Rea Microsoft Corporation September 2007 This guide shows you an end-to-end approach for implementing performance testing.

A Tour of ParallelExtensionsExtras - Parallel Programming with .NET

Thanks a lot Stephen for your feedback! Hopefully I'm not rambling too much here... First of all, I can't make use of .NET 4.5 for the time being, but would like this code to be easily portable once .NET 4.5 is released. I'll take a look into the CTP; I have not used it before.