Tag Archives: .net 3.5

Using Templates in ASP.NET MVC 2.0

Templating is now in the ASP.NET MVC 2.0 framework, for .NET framework 3.5 and 4.0.  Brian Mains explains.

Posted in The others | Tagged , , | Leave a comment

Check if a service is installed with ServiceController using LINQ

If you want to check if a specific NT Service is installed you will need to use the ServiceController class (from System.ServiceProcess). The first problem you will encounter is that the ServiceController has no static method, that would return a … Continue reading

Posted in Articles | Tagged , | Leave a comment