Dynamic Compilation in a Web Application
When you are working with ASP.NET Web Application, after you make any changes to codebehind file for these changes to be effected we need to recompile the codebehind file.During development stage this will sometimes pain you because you need to recompile the code every time you make any changes to the code. There is a […]