Showing related tags and posts accross the entire site.
-
Hello Guys, I've been using .nettiers for a while but I feel I haven't been using all it's features as much as I should. One thing that I've started using now is the Validation Rules in the Service Layer. I used to have another layer that would do these validations for me (or even do...
-
I'm using the .netTiers templates and I'm having some problems with some Test Driven Development. I'm not a veteran of .netTiers so perhaps I'm overlooking something and hopefully someone here can point it out. My example project that I'm working with is based off of the Northwind database. I'm using...
-
Hi, I am trying to create unit tests layer using netTiers and so far everything seems ok with the generation of framework and Unit test framework but whenever I try to run any test using NUnit interface or TestDriven.net add-in I get following exception. TestCase 'Framework.UnitTests.UsersTest.TestTwoNum'...
-
I figured out that no setting from either Framework.UnitTests.dll.config or entlib.config is extracted so NUnit was not able to instantiate the Users class. So I created a new app.config file in Framework.UnitTests with the required settings of NetTierServiceSection and bravo it actually started running...