c# - Using an ORM with IOC fro transaction management .NET -
i have worked spring , hibernate in java, , had great experience using in testing. using di , aided components provided springframework created powerfull tests without worrying connection data sources. there kind of framework integration in .net? in spring can use:
public class foobarunittest extends abstracttransactionaljunit4springcontexttests is there existing "analogy" in .net?
the answer 'yes' - there equivalent frameworks implement same ideas in java frameworks mention. in c# .net, can pick , choose:
ioc (spring) equivalents
- castle windsor
- autofac
- servicestack func
- many others...
orm equivalents (hibernate)
micro-orms (lightweight) getting more popular
testing
many of same software development principles , practices apply.
Comments
Post a Comment