Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/framework/interop/registration-free-com-interop.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Registration-Free COM Interop"
description: Use registration-free COM interop to activate a component without using the Windows registry to store assembly information.
ms.date: "03/30/2017"
helpviewer_keywords:
- "assemblies [.NET Framework], interop"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/interop/specifying-a-character-set.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Specifying a Character Set"
description: Learn how to specify a character set that uses narrow (ANSI) or wide (Unicode) encoding. You can alternatively specify automatic runtime selection.
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/interop/specifying-an-entry-point.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Specifying an Entry Point"
description: Learn to specify an entry point, which identifies a function's location in a DLL. You can rename the function by mapping the entry point to another name.
ms.date: "03/30/2017"
helpviewer_keywords:
- "EntryPoint field"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Type equivalence and embedded interop types"
description: Understand type equivalence between .NET types and members with a managed assembly, and COM types that are embedded into that assembly. For .NET 4 and above.
ms.date: "03/30/2017"
helpviewer_keywords:
- "type equivalence"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Attributed Programming Model Overview (MEF)"
description: Get started with the attributed programming model, which is the default programming model for the Managed Extensibility Framework (MEF) in .NET.
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/mef/composition-analysis-tool-mefx.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Composition Analysis Tool (Mefx)"
description: Read about the composition analysis tool (Mefx), which analyzes DLL and EXE files that contain Managed Extensibility Framework (MEF) parts in .NET.
ms.date: "03/30/2017"
helpviewer_keywords:
- "Composition Analysis Tool [MEF]"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/mef/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Managed Extensibility Framework (MEF)"
description: Explore the Managed Extensibility Framework (MEF), which lets application developers discover and use extensions without configuration in .NET 4 or above.
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/mef/mef-for-net-for-windows-store-apps.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "MEF for .NET for Windows Store Apps"
description: Review Managed Extensibility Framework (MEF) namespaces that contain types for developing extensible Windows 8.x Store apps.
ms.date: "03/30/2017"
ms.assetid: 7667770e-d163-4ad6-a303-085cf73db2f2
---
Expand Down
1 change: 1 addition & 0 deletions docs/framework/misc/code-access-security-basics.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Code Access Security Basics"
description: "Learn code access security basics for apps targeting the CLR: type-safe code, imperative and declarative syntax, secure class libraries, and transparent code."
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Code Access Security Policy Compatibility and Migration"
description: Read a summary and see links about code access security policy compatibility and migration in .NET 4.
ms.date: "03/30/2017"
helpviewer_keywords:
- "policy migration, compatibility"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/misc/code-access-security.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Code Access Security"
description: Learn about the code access security mechanism in .NET, which helps protect computer systems from malicious mobile code.
ms.date: "03/30/2017"
helpviewer_keywords:
- "named permission sets, code access security"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Dangerous Permissions and Policy Administration"
description: See links to the various dangerous permissions in .NET. These permissions should be given only to trustworthy code, and only when necessary.
ms.date: "03/30/2017"
helpviewer_keywords:
- "permissions [.NET Framework], policy administration"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "How to: Run Partially Trusted Code in a Sandbox"
description: Discover how to run partially trusted code in a sandbox in .NET. The AppDomain class is an effective way of sandboxing managed applications.
ms.date: "03/30/2017"
helpviewer_keywords:
- "partially trusted code"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/misc/link-demands.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Link Demands"
description: Read about link demands, which cause a security check during just-in-time (JIT) compilation, and examine only the immediate calling assembly of your code.
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/misc/securing-exception-handling.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Securing Exception Handling"
description: See how to make exception handling secure in .NET code. Review the order in which code runs if there are try, except, catch, and finally statements.
ms.date: "03/30/2017"
dev_langs:
- "cpp"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/misc/securing-method-access.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Securing Method Access"
description: Learn how to make method access secure for methods that aren't intended for public use but still need to be public.
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/misc/securing-wrapper-code.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Securing Wrapper Code"
description: Review how to secure wrapper code, which can open a unique set of security weaknesses, especially if the wrapper has higher trust than the code that uses it.
ms.date: "03/30/2017"
helpviewer_keywords:
- "security [.NET Framework], wrapper code"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Security and Public Read-only Array Fields"
description: Read why you should avoid using public read-only array fields to define the boundary behavior or security of your applications.
ms.date: "03/30/2017"
helpviewer_keywords:
- "security [.NET Framework], public read-only array fields"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Security and Remoting Considerations"
description: Learn about security considerations in regard to remoting, which lets you set up transparent calling between application domains, processes, or computers.
ms.date: "03/30/2017"
helpviewer_keywords:
- "code security, remoting"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/misc/security-and-serialization.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Security and Serialization"
description: Read about security and serialization. Use SecurityPermission with the SerializationFormatter flag specified to see or modify object instance data.
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down