assemblies
StructureMap - Ability to replace an assembly at runtime
Example: Console application: class Program { static void Main(string[] args) { var calculator = ObjectFactory.GetInstance<ICalculator>();[详细]
2023-04-06 07:39 分类:问答Avoid exposing too many assemblies to client consuming WCF service
I need a bit of guidance here. I have a WCF service that is part of a larger solution. Currently, too many assemblies must be referenced by an end-consumer due to inheritance issues. For example, he开[详细]
2023-04-06 07:19 分类:问答Reverse engineer a .NET SQL Assembly
What are some applications/software that can reverse enginee开发者_StackOverflow社区r a .NET SQL assembly .DLL?I already know about Reflector, doPeek, and JustDecompile but am looking for other ones.I[详细]
2023-04-05 05:42 分类:问答Inno Setup: register (unsigned) assemblies
I need to register some assemblies into my Inno Setup script and found this code: Source: \"Files\\MyAssembly.dll\"; DestDir: \"{app}\"; StrongAssemblyName: \"MyAssembly, Version=1.0.0.0, Culture=neu[详细]
2023-04-05 02:50 分类:问答Using Main from a class library instead of the program
I have numerous projects that all contain the exact same boilerplate code inside of the main function. They all reference the same assembly (which is the one providing a majority of the functionality)[详细]
2023-04-04 20:09 分类:问答Referencing Assemblies. Command-line compilation
I am using the jsc.exe compiler that comes with the .Net Framework for compiling my JScript.Net scripts into executables. What is the right way to reference assemblies from the command line? I keep ge[详细]
2023-04-04 09:31 分类:问答How do I use public keys vs. private key for StrongName?
What is the difference be开发者_运维知识库tween public key and private key usage for .snk files?You use the:[详细]
2023-04-04 09:20 分类:问答Error Code 1 when I install an assembly in GAC
What is the error ? The command \"\"C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v7.0A\\bin\\gacutil.exe\" /i D:\\WDS\\bin\\Debug\\WDS.dll /f\" exited with code 1.[详细]
2023-04-03 21:03 分类:问答Adding Assembly to ASP.Net website
I want to use the Task Scheduler Managed Wrapper in my ASP.Net project so that I can access the windows task scheduler from within my website. From what I have learned so far I need to add a reference[详细]
2023-04-03 17:24 分类:问答clr.sll!StrongNameSignatureVerification CPU consumption
I have a C# (.NET 4.0) WinForm application that continuously communicates to a Linux based application, receives some data from it few times a second. I have bee开发者_JAVA技巧n fine-tuning this WinFo[详细]
2023-04-03 03:11 分类:问答