- published: 25 Aug 2010
- views: 7165
- author: Ahtesham Shaikh
9:18
Assembly, GAC in .NET
This video is for absolute freshers inorder to learn .NET basics and fundamentals. In this...
published: 25 Aug 2010
author: Ahtesham Shaikh
Assembly, GAC in .NET
Assembly, GAC in .NET
This video is for absolute freshers inorder to learn .NET basics and fundamentals. In this video session we will explain different types of Assembly, and how...- published: 25 Aug 2010
- views: 7165
- author: Ahtesham Shaikh
10:00
.NET Assemblies Tutorial - C# & ASP.NET Training - Bestdotnettraining.com
In previous video tutorials, we have learned object orientation, how to write classes and ...
published: 30 Jul 2010
author: Deccansoft123
.NET Assemblies Tutorial - C# & ASP.NET Training - Bestdotnettraining.com
.NET Assemblies Tutorial - C# & ASP.NET Training - Bestdotnettraining.com
In previous video tutorials, we have learned object orientation, how to write classes and reuse with the project. In this module we learn how to develop reus...- published: 30 Jul 2010
- views: 16396
- author: Deccansoft123
10:59
Signing .NET Assemblies
This is the first 10:58 minutes of a 15 minute video recorded for USPJA, explaining the wh...
published: 09 Jul 2010
author: uspjacademy
Signing .NET Assemblies
Signing .NET Assemblies
This is the first 10:58 minutes of a 15 minute video recorded for USPJA, explaining the whys, whats, and hows of strong naming of assemblies. Sadly, YouTube ...- published: 09 Jul 2010
- views: 4558
- author: uspjacademy
8:29
.NET Assembly Versioning
C# .NET only respects a publickeytoken (and version) of an assembly reference when the ass...
published: 22 Aug 2013
.NET Assembly Versioning
.NET Assembly Versioning
C# .NET only respects a publickeytoken (and version) of an assembly reference when the assembly is signed (strongly named). .NET will then only bind to the original version of the referenced assembly.- published: 22 Aug 2013
- views: 23
8:02
.NET Assembly Version
Shows how to use AssemblyVersion to set a .NET assembly's version....
published: 08 Aug 2013
author: Jamie King
.NET Assembly Version
.NET Assembly Version
Shows how to use AssemblyVersion to set a .NET assembly's version.- published: 08 Aug 2013
- views: 9
- author: Jamie King
10:00
Assembly
Assemblies in .Net - Has Six Parts - Part 1....
published: 05 Sep 2009
author: Ahmed Khan
Assembly
Assembly
Assemblies in .Net - Has Six Parts - Part 1.- published: 05 Sep 2009
- views: 2198
- author: Ahmed Khan
8:48
Creating C# .NET Class Library Assembly Versions and Installing in the GAC Part 1 of 3
Three part video on how to create .NET class library assemblies and handle multiple versio...
published: 01 Mar 2009
author: BlackBearIT
Creating C# .NET Class Library Assembly Versions and Installing in the GAC Part 1 of 3
Creating C# .NET Class Library Assembly Versions and Installing in the GAC Part 1 of 3
Three part video on how to create .NET class library assemblies and handle multiple versions of the code. Also, how to install them into the Global Assembly ...- published: 01 Mar 2009
- views: 14484
- author: BlackBearIT
15:11
.NET Assembly Public Key Private Key
Shows how to generate a .NET public-key private-key file and sign an assembly with it....
published: 09 Aug 2013
author: Jamie King
.NET Assembly Public Key Private Key
.NET Assembly Public Key Private Key
Shows how to generate a .NET public-key private-key file and sign an assembly with it.- published: 09 Aug 2013
- views: 23
- author: Jamie King
5:35
.NET Assembly Names
NET assembly names comprise the basic name, the version, the Public Key (Token), and the C...
published: 08 Aug 2013
author: Jamie King
.NET Assembly Names
.NET Assembly Names
NET assembly names comprise the basic name, the version, the Public Key (Token), and the Culture.- published: 08 Aug 2013
- views: 4
- author: Jamie King
12:55
.NET Global Assembly Cache
Shows installing assemblies into the global assembly cache (GAC) using gacutil and consumi...
published: 19 Aug 2013
.NET Global Assembly Cache
.NET Global Assembly Cache
Shows installing assemblies into the global assembly cache (GAC) using gacutil and consuming those assemblies at runtime.- published: 19 Aug 2013
- views: 34
12:19
.NET Strong Name Assembly
.NET should verify that privately deployed strongly-named (signed) assemblies have not bee...
published: 17 Aug 2013
.NET Strong Name Assembly
.NET Strong Name Assembly
.NET should verify that privately deployed strongly-named (signed) assemblies have not been altered, but it appears .NET does not do this.- published: 17 Aug 2013
- views: 45
8:36
.NET Assembly Probing
Shows the default C# .NET assembly probing paths and order to which .NET searches for an a...
published: 20 Aug 2013
.NET Assembly Probing
.NET Assembly Probing
Shows the default C# .NET assembly probing paths and order to which .NET searches for an assembly. Also considers whether the assembly is signed (strongly-named) or unsigned.- published: 20 Aug 2013
- views: 44
7:51
.NET Assembly Signing
Signing a .NET assembly proves the identity of the publisher....
published: 09 Aug 2013
author: Jamie King
.NET Assembly Signing
.NET Assembly Signing
Signing a .NET assembly proves the identity of the publisher.- published: 09 Aug 2013
- views: 16
- author: Jamie King
7:46
.NET Assembly Binding Redirect
bindingRedirect in an application configuration file (app.config) instructs .NET to probe ...
published: 22 Aug 2013
.NET Assembly Binding Redirect
.NET Assembly Binding Redirect
bindingRedirect in an application configuration file (app.config) instructs .NET to probe for a new version of an assembly. Thus you can bind to new assembly version revision during assembly resolution. We define this binding via the inside the dependentAssembly element and name the dependent assembly via assemblyIdentity tag. Examples written in C#.- published: 22 Aug 2013
- views: 7
Youtube results:
7:41
.NET Assembly Probing and privatePath
Shows how to set a private path in an application configuration file using the privatePath...
published: 20 Aug 2013
.NET Assembly Probing and privatePath
.NET Assembly Probing and privatePath
Shows how to set a private path in an application configuration file using the privatePath element.- published: 20 Aug 2013
- views: 38
1:27
.NET Assembly compatible with Visual Sudio 2012
Continuation of .NET Assembly barcode example. This video does not include audio. It is de...
published: 11 Oct 2013
.NET Assembly compatible with Visual Sudio 2012
.NET Assembly compatible with Visual Sudio 2012
Continuation of .NET Assembly barcode example. This video does not include audio. It is designed to show that the IDAutomation .NET Assembly Font Encoder is compatible with Visual Studio 2012- published: 11 Oct 2013
- views: 11
5:39
How to Create Barcodes in Visual Basic .NET using Barcode Fonts and Encoder?
The tutorial describes how to generate barcodes using Code 128 and Code 39 fonts and .NET ...
published: 12 Oct 2012
author: IDAutomation Barcode Technology
How to Create Barcodes in Visual Basic .NET using Barcode Fonts and Encoder?
How to Create Barcodes in Visual Basic .NET using Barcode Fonts and Encoder?
The tutorial describes how to generate barcodes using Code 128 and Code 39 fonts and .NET Font Encoder Assembly & DLL in Visual Studio .NET. The IDAutomation...- published: 12 Oct 2012
- views: 4761
- author: IDAutomation Barcode Technology
2:56
.NET Assembly Redirect to Older Versions
C# .NET example that demonstrates redirecting an assembly binding to an older version....
published: 22 Aug 2013
.NET Assembly Redirect to Older Versions
.NET Assembly Redirect to Older Versions
C# .NET example that demonstrates redirecting an assembly binding to an older version.- published: 22 Aug 2013
- views: 53