Browse by Tags

All Tags » C# » ASP.NET (RSS)
Our business partner began reporting all bullet points were being converted to question marks during the archiving of Word Docs. An early hunch that perhaps our FTP component was defaulting to ASCII transfer mode instead of Binary proved incorrect. With...
Posted by dbottjer | with no comments
Windows Services are similar to UNIX daemons. They are applications that start when Windows boots and continue running until Windows shuts down. A Windows Service might be used to implement a timer that continually polls a source looking for new data. When new data is found an import process might be kicked off. .NET has made developing Windows Services much easier than past methods. As mentioned above a Windows Service is an application and as such requires installation. In the remainder of this post I would like to propose an alternative to developing a Windows Services for cases when an ASP.NET Application has already been developed....
Posted by dbottjer | with no comments
Filed under: , ,
Third Annual South Florida Code Camp, Hacking Reporting Viewer Examples and Power Point...
Posted by dbottjer | with no comments