Which validation framework to choose: Spring Validation or Validation Application Block (Enterprise LIbrary 4.0)?

后端 未结 2 1659
慢半拍i
慢半拍i 2020-12-29 16:05

I am trying to choose one of the validation frameworks for a major application, and while both options seem enticing, I was wondering whether there are any specific pros and

2条回答
  •  悲&欢浪女
    2020-12-29 16:10

    One thing that I have found with the Enterprise Library blocks is that it can force you to use other blocks that you don't want/need. For instance, the Validation one might use the logging block, but you were happy with your own logging system. now your app logs things in different ways. That said, I have liked the look of the Validation block in the Ent Lib. I have not played with Spring.NET tho.

提交回复
热议问题