0

I recently (1 month) start working in a project and as I was going through the code I saw an using Microsoft.Practices.ServiceLocation and as I searched for the documentation on that library is says:

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

So I was wondering why does Microsoft say that it is outdated? and what other alternatives are to it?

Thanks in advance

J. Pichardo
  • 911
  • 6
  • 15

1 Answers1

2

If you're talking about that page, the content is outdated because it deals with Enterprise Library 5, which was superseded with Enterprise Library 6 three years ago.

If you read the paragraph just below the one you quoted, it directly answers your question about the alternative:

The latest Enterprise Library information can be found at the Enterprise Library site.

Finally, if you're interested specifically about ServiceLocation for Enterprise Library 6, you may be interested by the corresponding NuGet package.

Arseni Mourzenko
  • 134,780
  • 31
  • 343
  • 513