I have an unmanaged assebmly (encryption functionality) that a VB.NET (2.0) installer class uses for some installation diagnostics开发者_如何学Go on the application server during the application insta
recently I was trying to do something like this in WP7 app I have class abstract class A { //this method has an implementation
How can I limit the loading and execution of my libraries based on a defined precondition? For example, if I distribute to a client an application that uses an external library, how can I ensure the e
For a product based GIT repository, wherein there are branches for maintenance, testing as well as future development, how do I control user access to these branches. By access, I mean that even thoug
I need to encrypt my C# code used by by ASP.NET pages. So, when I compile to create an DLL file I do need to encrypt开发者_运维技巧 my DLL file. Please do help me how to encrypt DLL file...One thing y
hello i have an educational software that should be installed on different PCs across the enterprise. my program is using a 5000 text, xml, html files as source of it\'s content. i don\'t want my sour
I have a shared .Net DLL that is used by a few applications and a publicly usable API. I plan to distribute the API DLL, but because of the link have to distribute the shared dll also.
Having some problems in my WPF application using Visual Studio 2010, building in C#. The error coming up at the moment is:
I am working through the Microsoft .Net Framework--Application Development Foundation Training Kit book Chapter 8 Lesson 2: Configuring Application Domains
I have a simple method that uses an iterator block to return an IEnumerable<T>: IEnumerable<MyItem> GetItems()