fletchsod
Programmer
- Dec 16, 2002
- 181
What's up with difference between generic handler (ashx) and window communication foundation (wcf)? What their purpose?
THanks...
THanks...
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
class MyPdfHandler : IHttpHandler
{
public void Process(HttpContext context)
{
}
public bool IsReusable {get {return true or false}}
}