I just read in a page of Microsoft documentation that "The Visual Studio SDK is a downloadable set of tools that make it easier to develop Visual Studio extensions, either by using VSPackages or by using the Managed Extensibility Framework (MEF)."
Does this mean that if I am going the VSPackage route, that I will not be using MEF or should I be learning about both?
Thanks.