About Windows 7 Local Security Policy Editor
2010-10-18
You will need to be an administrator to open the Local Security Policy Editor. ...
OpenFileMapping and CreateFileMapping
2010-10-18
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
2010-10-18
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
2010-10-17
When you create a MFC library project using Visual Studio 2010, you will see the following screen to ...
Shared memory using C#
2010-10-15
There are helpful articles are about Shared memory data switching using C#, but they are written in ...
Host a WCF Service in a Windows Service
2010-10-15
Read 2 articles today about WCF hoster: ...
WCF Service Application vs WCF Service library
2010-10-14
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
2010-10-14
WCF RIA Services vs WCF Services ? ...
Forms Authentication in ASP.NET 2.0
2010-10-13
The article is from Microsoft official MSDN site. ...