How to write unit test code for my ADO.Net based repository from VS2013
问题 i am quite new in unit test area. so please guide me how to write unit test for ADO.Net based repository and action method inside my controller? i will be using VS own unit test framework. so please see the code and tell me what are the classes and functions need to go through unit test? it will be really helpful if some one tell me which area i need to unit test and which area not required? if possible please write few unit test code which show me how to write unit test for action ,student