Přístupnostní navigace
E-přihláška
Vyhledávání Vyhledat Zavřít
Detail publikace
Tomáš Miklánek
Originální název
Tracing Techniques Provided by ASP.NET Framework
Typ
článek ve sborníku ve WoS nebo Scopus
Jazyk
angličtina
Originální abstrakt
This article deals with the tracing features of ASP.NET. It was so difficult to debug ASP applications. To say that debugging support was lacking in classic ASP is a bit of an understatement. One of the most common debugging "techniques" for classic ASP applications was to simply place Response.Write statements in various code portions in order to see certain variable values or to ensure that a particular piece of code was being reached. One of the most common / useful places to put such a debugging Response.Write is right before executing a dynamic SQL statement. ASP.NET finally introduces modern programming practices into Web development, something that's sorely been missing. With ASP.NET we can, quite easily, debug our ASP.NET Web pages using Visual Studio.NET's debugger. This means that we can step into our code, set breakpoints, have a watch window to observe the values or our variables, etc. In this article we'll look at how to use a simpler version of debugging in ASP.NET, akin to classic ASP's Response.Write method.
Klíčová slova
tracing, ASP.NET, web programming
Autoři
Rok RIV
2005
Vydáno
14. 8. 2005
Nakladatel
University of Miskolc
Strany od
1
Strany do
6
Strany počet
BibTex
@inproceedings{BUT14562, author="Tomáš {Miklánek}", title="Tracing Techniques Provided by ASP.NET Framework", booktitle="5th International Conference of PhD Students", year="2005", volume="2005", pages="6", publisher="University of Miskolc" }