Plunge into the main concepts of building claim-based security on top of a brand-new platform: ASP.NET Core (with .NET Core).
Latest Security Articles
ASP.NET MVC and Claim-Based Security
Learn about the differences in security measures, both claim-based and role-based access.
Web Developers: Are Your Sites Using HTTPS?
Web sites that need certificates, the secure ones running under HTTPS, are quickly becoming the standard. Get ready to use certificates.
Using Secure Sockets in .NET
Securing regular sockets against tampering isn't that difficult if you follow this lead.
Web Services Security in The .NET Framework
The proliferation of Web Services on the market and their universal acceptance on the Internet makes them more vulnerable to security threats. Therefore, we need to tighten security for our Web Services and pay attention to it. With ASP.NET, Microsoft has provided the necessary features for securing our Web Services and other Web resources. In this article, Mansoor Ahmed Siddiqui explains how to unleash the power of ASP.NET security.
The Basics of Manipulating File Access Control Lists with C#
Learn about file access control lists and how to use C# to read and modify them to improve the security of your applications and your IT infrastructure.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Integrating Maps into Your UWP App
Look at what can be done with mapping in a UWP (Universal Windows Platform) app.

Adding Camera Support to Universal Windows Platform Apps
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.