I am newbie to the .NET Framework. I have some a question about .NET program execution.
If I am developing a .NET application using .NET Framework version 4.0, can that application be run on .NET framework 3.5 ? Are there any compatibility issues are there?
For example If I develop a dll using .NET framework 4.0, can it be referenced by another programme which is using .NET framework 3.5?