Skip to main content

Posts

Showing posts from May, 2016

How to Create Window Service and execute it

Dear All If you are looking for develop you own window service than below is the simplest method to create it The original reference for this post is following http://www.c-sharpcorner.com/UploadFile/naresh.avari/develop-and-install-a-windows-service-in-C-Sharp/ Here we go... This article explains a step-by-step process of developing and installing a Windows Service to do a scheduled job based on a time interval. Open Visual Studio and from the menus select "File" -> "New" -> "Project...". A New Project window will open. Choose "Visual C#" >> "Windows" project type and select "Windows Service" from the right hand side and name the project "TestWindowsService" as shown in the following screenshot. After you click "OK", the project will be created and you will see the design view of the service as shown in the following screen. Right-click the "Service1.cs" file in S

SEND SMS or Call HttpWebRequest on Proxy Server or ISA Server

Dear All  I tried to access the HttpWebRequest to send the SMS the code was working fine with my online website but when i run it with my local server and the LAN server i got and server not responding error Original Solution Post  http://stackoverflow.com/questions/20336826/httpwebrequest-cannot-connect-through-proxy A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond IP Address:80 Description:  An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details:  System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond IP ADDRESS:80 After quick review of

Mobile APP development with Visual studio.net 2015

Dear All This is an awesome video for the one VS application tool for development the code of all mobile devices  I hope it will work for you Regards Rashid Imran Bilgrami