Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assemblies

C# add a reference using only code (no IDE "Add Reference" functions)

What is [assembly: InternalsVisibleTo("MyAssembly")]? A statement, directive, ...?

How do I implement .net plugins without using AppDomains?

c# .net iis assemblies appdomain

Do I need to publish the public key from .snk file?

.net assemblies strongname

Maven include JavaDoc Jar in Assembly

Is there only one instance of a static variable per process?

When using reflection to get at properties, How can I limit my search to just the subclass I'm interested in?

How to rename a c# namespace in an existing API without breaking users code?

c# assemblies

Automatically embed multiple icons in a .NET Executable

How to sign a ZIP file like I would sign an assembly?

c# .net assemblies signing

Hacking referenced assemblies

f# assemblies

ASP.NET How to add assembly in web.config?

If an assembly is in the GAC, do all assemblies that it calls have to be in the GAC too?

Referenced Assembly Not Found - How to get all DLLs included in solution

c# .net reflection assemblies

Weird behaviour when mixing loading of assemblies using Assembly.LoadFrom and Assembly.Load

How to get Custom Assembly Attribute with PowerShell

.net powershell assemblies

Displaying version of underlying software in footer of web app? [closed]

Linking .Net Assemblies

How can I pass an argument to a C# plug-in being loaded through Assembly.CreateInstance?

Can I declare a variable of Type<T> without specifying T at compile time?

c# .net generics assemblies