Creating a Debugging Suite in ASP.Net -


i wish create debugger suite in asp.net site i'm building. 1 of main problem's i'm having interaction between plain .cs files , .aspx.cs files. there workaround allow 2 work together? should literally code entire backend asp site .aspx extension, or of frontend?


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -