﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=chris-rausch" rel="self" type="application/rss+xml" /><item><title>Understanding How Assert Effects Security in VB.NET</title><description>This article expalins about how asserts effect security in VB.NET. How you restrict access to your library modules and resources requires that you understand the pros and cons in the security process used.</description><link>https://www.c-sharpcorner.com/UploadFile/crausch/understanding-how-assert-effects-security-in-VB-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/crausch/understanding-how-assert-effects-security-in-VB-Net/</guid><pubDate>Sat, 10 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Chris Rausch)</author></item><item><title>Viewing Assembly Permissions in VB.NET</title><description>In this article I will show you how you can view the Code Groups that an assembly belongs to and what permissions belong to the assembly. I will demonstrate the Caspol utility supplied with the .NET SDK.</description><link>https://www.c-sharpcorner.com/UploadFile/crausch/viewing-assembly-permissions-in-VB-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/crausch/viewing-assembly-permissions-in-VB-Net/</guid><pubDate>Sat, 10 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Chris Rausch)</author></item><item><title>Understanding how assert effects security</title><description>This article expalins about how asserts effect security in VB.NET. How you restrict access to your library modules and resources requires that you understand the pros and cons in the security process used.</description><link>http://www.vbdotnetheaven.com/UploadFile/crausch/UnderstandingAssert04202005071142AM/UnderstandingAssert.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/crausch/UnderstandingAssert04202005071142AM/UnderstandingAssert.aspx</guid><pubDate>Thu, 26 Jun 2003 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Chris Rausch)</author></item><item><title>Viewing Assembly permissions in VB.NET</title><description>In this article I will show you how you can view the Code Groups that an assembly belongs to and what permissions belong to the assembly. I will demonstrate the Caspol utility supplied with the .NET SDK.</description><link>http://www.vbdotnetheaven.com/UploadFile/crausch/ViewingAssembly04202005071404AM/ViewingAssembly.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/crausch/ViewingAssembly04202005071404AM/ViewingAssembly.aspx</guid><pubDate>Thu, 26 Jun 2003 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Chris Rausch)</author></item><item><title>Tutorial: Assemblies Ins and Outs </title><description>This article is the first part of a three part series of articles covering the .Net assemblies. In Part 1, I will cover what exactly an assembly is, and what an assembly contains. Part 2 of the series will discuss both Private and Shared assemblies and how to create a "Shared Assembly".</description><link>http://www.vbdotnetheaven.com/UploadFile/crausch/Assemblies04112005042234AM/Assemblies.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/crausch/Assemblies04112005042234AM/Assemblies.aspx</guid><pubDate>Wed, 11 Jun 2003 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Chris Rausch)</author></item><item><title>Viewing Assembly Permissions</title><description>In this article I will show you how you can view the Code Groups that an assembly belongs to and what permissions belong to the assembly. I will demonstrate the Caspol utility supplied with the .NET SDK.</description><link>https://www.c-sharpcorner.com/article/viewing-assembly-permissions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/viewing-assembly-permissions/</guid><pubDate>Wed, 02 May 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Chris Rausch)</author></item><item><title>Understanding How Assert Effects Security</title><description>Assert is a security action that is evaluated at run time. Code Access Permission classes and Permission Sets support a method called Assert. Using the Assert method to control access to resources or actions will allow your code to perform actions that it normally has permission to perform and will allow other callers up stream in the call stack to have access that they would not normally have.</description><link>https://www.c-sharpcorner.com/article/understanding-how-assert-effects-security/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-how-assert-effects-security/</guid><pubDate>Wed, 25 Apr 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Chris Rausch)</author></item><item><title>.NET Assemblies Ins and Out : Part III</title><description>This is the third part of a series on .Net assemblies, delving into utilities for assembly manipulation. The Assembly Linker (AL.exe) aids in GAC installation, manifest creation, and resource addition</description><link>https://www.c-sharpcorner.com/article/assemblies-the-ins-and-out-part-iii/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/assemblies-the-ins-and-out-part-iii/</guid><pubDate>Fri, 20 Apr 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Chris Rausch)</author></item><item><title>.NET Assemblies Ins and Out : Part II</title><description>In this part, I will discuss both Private and Shared assemblies and how to create a Shared Assembly. The creation process involves the Strong Name utility, signing the assembly, and using the Assembly</description><link>https://www.c-sharpcorner.com/article/assemblies-the-ins-and-out-part-ii/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/assemblies-the-ins-and-out-part-ii/</guid><pubDate>Mon, 16 Apr 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Chris Rausch)</author></item><item><title>.NET Assemblies Ins and Out : Part I</title><description>In Part 1, I will cover what exactly an assembly is, and what an assembly contains. Part 1 defines assemblies, their metadata, and types. It clarifies misconceptions between .NET PE files and traditio</description><link>https://www.c-sharpcorner.com/article/assemblies-the-ins-and-out-part-i/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/assemblies-the-ins-and-out-part-i/</guid><pubDate>Fri, 13 Apr 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Chris Rausch)</author></item></channel></rss>