Posts Tagged ‘.Net tools’

Compile and deploy an application using aspnet_compiler

I’d a need to compile and to deploy a compiled version of an ASP.Net web site to a directory that the web site is published. For this purpose, I’ve decided to use an utility from .Net Framework 2.0 named aspnet_compiler.exe. It is located in <windows_directory>\Microsoft.NET\Framework\ v2.0.50727. The advantage of using it is that I can [...]

Generate documentation for .Net assemblies

Today, I finished an internal Dll in my current company and I’ve decided to build documentation for it. In the past I was used NDoc to do so but now I’ve decided to look for something new. I found Sandcastle project. This is a Microsoft project
Sandcastle is used internally to build .Net Framework documentation
as it [...]