M
meng
i have recently been interested in exploring ATL server. i have been
doing development on asp.net and server controls the past 1 year or
so.
in ASP.NET, the Page and ALL its contained controls get a chance to
handle an event collectively, such as Load, onPreRender() and
RenderContents().
i have read the book:
ATL Server: High Performance C++ on .NET
by Pranish Kumar, Jasjit Singh Grewal, Bogdan Crivat, Eric Lee
its seems ATL server parsed the srf file and calls the code behind or
handler for each {{tag }} it encounters. these handlers would churned
out the http stream as a replacement over the {{ tag }} much like the
old asp pages. everything seems to be dependent on the location of the
{{ tag }}.
in some way, i felt ATL Server is still lacking in comparison with
ASP.NET and wish it could have such a event infrastructure. of cos, am
also aware of the fact the ATL server design considerations are vastly
different from ASP.NET.
hope to get some views on this.
doing development on asp.net and server controls the past 1 year or
so.
in ASP.NET, the Page and ALL its contained controls get a chance to
handle an event collectively, such as Load, onPreRender() and
RenderContents().
i have read the book:
ATL Server: High Performance C++ on .NET
by Pranish Kumar, Jasjit Singh Grewal, Bogdan Crivat, Eric Lee
its seems ATL server parsed the srf file and calls the code behind or
handler for each {{tag }} it encounters. these handlers would churned
out the http stream as a replacement over the {{ tag }} much like the
old asp pages. everything seems to be dependent on the location of the
{{ tag }}.
in some way, i felt ATL Server is still lacking in comparison with
ASP.NET and wish it could have such a event infrastructure. of cos, am
also aware of the fact the ATL server design considerations are vastly
different from ASP.NET.
hope to get some views on this.