locked
How can i use Microsoft Enterprise Library with my asp.net 4.0(VS 2010,sql server R2) in N-tier application RRS feed

  • Question

  • User-808382924 posted

    How can i use Microsoft Enterprise Library with my asp.net 4.0(VS 2010,sql server R2) in N-tier application

    Thursday, May 1, 2014 10:39 AM

Answers

  • User-821857111 posted

    The library comprises a number of components: Data Access, Logging, Dependency Injection, Exception Handling, Validation and so on. First you need to decide which bits you want to use, then you can install the library via Nuget, then read the documentaton on the relevant components: http://msdn.microsoft.com/en-us/library/dn169621.aspx

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, May 2, 2014 2:28 AM