About Windows 7 Local Security Policy Editor

You will need to be an administrator to open the Local Security Policy Editor. ...

OpenFileMapping and CreateFileMapping

In C++ projects, to share data, multiple processes can use memory-mapped files that the system pagin ...

Unsafe code may only appear if compiling with /unsafe

When you add a old C++ method in your C# code, you might get the following error when you attempt to ...

DLL using shared MFC DLL vs DLL with MFC statically linked

When you create a MFC library project using Visual Studio 2010, you will see the following screen to ...

Shared memory using C#

There are helpful articles are about Shared memory data switching using C#, but they are written in ...

Performance Comparison of WCF with Traditional Communication Tech

Here is the article from MSDN: ...

Host a WCF Service in a Windows Service

Read 2 articles today about WCF hoster: ...

WCF Service Application vs WCF Service library

When you try to create a WCF Service using Visual Studio, you will see 2 kinds of WCF which maybe le ...

WCF RIA Services vs WCF Services

WCF RIA Services vs WCF Services ? ...

Forms Authentication in ASP.NET 2.0

The article is from Microsoft official MSDN site. ...