AppDomain.AssemblyResolve event can be used to load referenced assemblies at runtime. This can be useful in multiple scenarios: you can use it to load a library from a different location or load a library based on bitness or load a library which is embedded in the executable file. In all cases there are some tips and tricks which can help you to easily implement the event handler and avoid exceptions. Continue Reading →
Tag Archives | tips
Search
- Using Reactive Extensions for Streaming Data from Database April 3, 2012
- Building Expression Evaluator with Expression Trees in C# – Part 2 February 28, 2012
- Building Expression Evaluator with Expression Trees in C# – Part 1 February 23, 2012
- Building Expression Evaluator with Expression Trees in C# – Part 3 March 21, 2012
- Dynamic ViewState in ASP.Net WebForms January 17, 2012
- Faking num lock, caps lock and scroll lock leds May 10, 2012
- Building Expression Evaluator with Expression Trees in C# – Improving the Api April 18, 2012
- Using Reactive Extensions for Streaming Data from Database April 3, 2012
- Building Expression Evaluator with Expression Trees in C# – Part 3 March 21, 2012
- Building Expression Evaluator with Expression Trees in C# – Part 2 February 28, 2012
- Giorgi Dalakishvili: Siva,You can find all the source code at http...
- Siva: Giorgi, Thanks a lot for this article. I am exactl...
- Giorgi Dalakishvili: Here is the github repository: https://github.com...
- S.V. Groeneveld: Thanks, interesting read. Can you post the url of ...
- Giorgi Dalakishvili: Joshua,You are correct that the code is missing ...
Categories
- .Net (1)
- .Net Framework (7)
- ASP.NET (2)
- Miscellaneous (1)
- Reactive Extensions (1)
- Silverlight (1)