Top "Class-library" questions

A collection of classes combined into a unit maybe distributed by a third party.

Using ASP.Net MVC Data Annotation outside of MVC

i was wondering if there is a way to use ASP.Net's Data annotation without the MVC site. My example …

c# asp.net-mvc data-annotations class-library
Unable to start and stop service using ServiceController

I have the below methods to start and stop a service. I call this method from another Console application to …

c# service class-library servicecontroller