c# - Quickly Compiling Changes for Couple of Files -


i using .net framework , c# , working on large project. application compile takes forever. currently, don't have time see going wrong. there anyway if change 2-3 files can compile application quickly.

it web application. solution has 6-7 other projects.

i believe "must" rebuild(what ever got changed) in order changes take effect.

also, side note:

  • break modules/assemblies, compile assembly got changed!
  • if existing change in specific assembly build assembly.

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -