Related resources for .NET DLL
  • Calling A .NET DLL Code On HTML File Using Microsoft .NET Handler And JSON9/5/2023 9:26:14 AM. The objective of this article is to explain how to use a .ashx handler to access the DLL or any server on an HTML page using JSON to make the server side/DB call very fast in a simple manner.
  • Use Log4net.dll to Log Information11/27/2020 12:58:46 AM. This article states how to use the Log4net's external Log4net.dll to log information that might be beneficial for error tracking and other tracing issues.
  • Monitor Internet Connection State in VB.NET11/8/2012 8:48:17 AM. This article describes an easy approach to building two controls used to monitor the status of an internet connection and provide the user with some indication of that status. Within the attached project, there are two controls, one shows the user what the connection type is and whether or not the machine is connected or offline, the other one is used to show some indication of the quality of the connection in terms of whether or not the connection is good, intermittent, or offline.
  • Monitor Internet Connection State7/6/2009 1:22:45 AM. This article describes an easy approach to building two controls used to monitor the status of an internet connection and provide the user with some indication of that status.
  • Simple SMTP Mailer12/28/2005 1:45:10 AM. This is a simple program which shows how to send mail via SMTP without using any framework support. While using the .NET SMTP classes may be a little easier, it is good to be able to go under the hood and get your hands dirty to understand what is going on at the socket level. For simple text messages, this implementation works fine.