Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )

This is a link to a different site End points of the connection
Total Hit (3376) This part of the tutorial series is about how to use the getpeername and getsockname Winsock API functions in Visual Basic in order to determine parameters of the TCP connection's end-points.
Rating
This is a link to a different site Connecting to the remote host : Winsock API Test Bench sample application
Total Hit (4001) Most of the Internet application protocols used today (HTTP, FTP, SMTP, POP3, NNTP and so on) use connection oriented sockets in order to exchange data. That means that two hosts must establish connection before any chunk of data will be sent. As a rule, the initiator of the establishing of the conn ....Read More
Rating
This is a link to a different site Working with Data in .NET : Sample Chapter from Professional .NET Framework
Total Hit (810) Throughout this chapter you will see how the System.Data namespace is structured and how to utilize many of the classes within it. As well, we'll go over the pros and cons of using ADO.NET, and then compare and contrast current ADO functionality with that of ADO.NET. After that we'll go into using t ....Read More
Rating
This is a link to a different site Socket's transport protocol and other options : Winsock API Test Bench sample application
Total Hit (3505) In the previous article we have learned how to create and close sockets. All we know about the socket, at this moment, is only its handle - integer value that is used by the Winsock service and our application just to recognize it. But the socket is not just an integer value - some memory, system re ....Read More
Rating
This is a link to a different site Creating and closing a socket : Winsock API Test Bench sample application
Total Hit (3783) We continue to learn the Winsock API developing the Winsock API TestBench sample application. In this article you'll find out how to use the socket and closesocket Winsock API functions in order to create and close sockets.
Rating
This is a link to a different site Inheritance and Interfaces : Sample Chapter from Professional VB.NET
Total Hit (1109) Inheritance is the idea that we can create a class that reuses methods, properties, events, and variables from another class. We can create a class with some basic functionality, then use that class as a base from which to create other, more detailed, classes. All these classes will have the same co ....Read More
Rating
This is a link to a different site Introduction to the Winsock API Test Bench sample application : Winsock API - Step by step tutorial for the Visual Basic developers
Total Hit (4099) The second part of the Winsock API tutorial is to introduce the following functions: accept, bind, closesocket, connect, getpeername, getsockname, getsockopt, listen, recv, select, send, setsockopt, socket. We'll learn these functions by creating the Winsock API Test Bench sample application. ....Read More
Rating
This is a link to a different site Introduction to SQL : Sample chapter from Beginning SQL Programming
Total Hit (697) This introductory chapter covers topics that students usually ask in the first hour of classes; essentially, just what do we mean by SQL? We start by explaining what SQL is and also what it is not, and we provide a brief overview of the history of the language. We'll also clarify some confusing term ....Read More
Rating
This is a link to a different site Developing Client-Server Applications with MS Winsock Control
Total Hit (2204) In this article, I am going to show how to use the Winsock in a client server environment, we will create two separate applications, one of which will be a server and the other will be a client. Both client and server will interact with each other to exchange data. Client will send a request to the ....Read More
Rating
This is a link to a different site Your First TAPI Program
Total Hit (2639) This sample application shows you how you can use the TAPI 3.0 functions to create a TAPI application of your own. This application uses the Windows Phone Dialer utility that comes with Windows and can be found under the Accessories group. That program will act as the call manager and will handle th ....Read More
Rating
This is a link to a different site Retrieving Partial Content via HTTP : HTTP with MS Winsock Control - Part VIII
Total Hit (2423) The current specification of the HTTP, RFC 2616, defines the method to download any part of the file located on a web server. What have we got with this feature of the protocol? We can resume a broken data transfer, we can retrieve specific parts of documents to explore its properties... ....Read More
Rating
This is a link to a different site Third-Party Solutions for Payment, Tax & Shipping : Sample chapter from Wrox's Professional Commerce Server 2000
Total Hit (910) In this chapter, we will discuss extending the pipeline architecture for additional payment processing, tax calculation, and shipping calculation functionality through the use of third party components, in conjunction functionality exposed by a service provider. ....Read More
Rating
This is a link to a different site Writing Your First Speech Recognition Program by John T. Yung
Total Hit (1861) I recently came upon a project where a program can take in voice commands and perform tasks like opening a program or a file in Windows without any mouse or keyboard input. At first, I thought that was some fancy coding stuff going on that was out of my league. Well guess what, on a closer investiga ....Read More
Rating
This is a link to a different site Getting Started With ASP.NET : Sample Chapter from Beginning ASP.NET using VB.NET
Total Hit (719) In this first chapter we'll be mainly concerned with ASP.NET's installation process. We'll start with a quick introduction to the world of web servers, dynamic web pages, and a little bit about what ASP.NET is, but what we really aim to achieve is to get you running a fully functional web server, wi ....Read More
Rating
This is a link to a different site Read chapter 1 from Professional ASP.NET
Total Hit (710) This chapter gives a whistle-stop tour of ASP.NET. It begins with a guide to how to install .NET, and how to configure and run the samples applications. Next it looks at Visual Studio.NET and gives a quick overview of how ASP.NET applications can be created using it. It then moves on to discuss the ....Read More
Rating
This is a link to a different site Winsock API - Step by step tutorial for the VB developers
Total Hit (4900) We've added three new examples for the tutorial that demonstrate how to call the name resolution Winsock API functions: «li»How to get an IP-address of the remote host «li»How to get name and IP address of the local system «li»How to get host name by IP address ....Read More
Rating
This is a link to a different site How to track the download progress
Total Hit (2439) The Internet Transfer Control (ITC) provides us with a very easy way to retrieve web resources. But unfortunately the control doesn't have any means to track the progress of data transfer. It could be nice if the control ...
Rating
This is a link to a different site .NET Overview - sample chapter from Introducing .NET
Total Hit (1299) This first chapter will summarize many of the most important aspects of .NET. We'll start by looking at some of the serious drawbacks of current software development that prompted Microsoft to rethink their entire development structure. Then we'll progress to an overview of the overall vision and th ....Read More
Rating
This is a link to a different site Internet Protocol Helper API (IP Helper API)
Total Hit (2359) We have launched new section of the website - IP Helper API. While the IP Helper API is designed for use by C/C++ programmers, it is possible to use this API in Visual Basic. In this section you will find out how to use some functions of that API. At this time there are two articles: "How to get all ....Read More
Rating
This is a link to a different site Adding a New Record to the DataGrid
Total Hit (1006) This article shows how to add, delete or update records using datagrid.
Rating
This is a link to a different site How to Implement Conditional Includes in ASP using VBScript
Total Hit (1483)
Rating
This is a link to a different site CWinInetConnection class
Total Hit (1989) Check up CWinInetConnection class that, encapsulating the calls of WinInet API, allows you to detect the Internet connection and its properties, establish and hang up the connection, switch the system state known as Online/Offline mode.
Rating
This is a link to a different site How to receive an e-mail is quick introduction to the POP3 protocol.
Total Hit (2475)
Rating
This is a link to a different site Developing with a new standard in UI
Total Hit (2536) In this new century we enter, everything relating to software should have a standard of quality. For small time programmers, that doesn't necessarily mean having quick turnaround or technical support response. No, for quality, I mean having features that can make your user interface smart and easier ....Read More
Rating
This is a link to a different site SOAP Basics : Sample Chapter from Professional XML Web Services
Total Hit (1972) At the core of the Web Services model is SOAP (Simple Object Acc Protocol), the protocol that allows messages to be transmitted as XML documents and invokes the capabilities of Web Services. The SOAP standard is the key to Web Services. This chapter delves into SOAP 1.1, and the concepts needed to ....Read More
Rating
This is a link to a different site Receiving Data : Winsock API Test Bench sample application
Total Hit (4164) Today we'll learn how to use the recv Winsock API function with Visual Basic in order to read data from the Winsock buffer that collects all the bytes arrived through the network for our application.
Rating
This is a link to a different site Creation of an Access database from an XML file
Total Hit (1097) This class was originally part of a larger project to extract data from a mainframe and present it to Crystal Reports. I selected XML as the data format because it is so flexible and yet easy to generate from COBOL. The code to transport the data from the mainframe and generate the reports has been ....Read More
Rating
This is a link to a different site Building Objects : Sample Chapter from Beginning Visual Basic .NET
Total Hit (1173) In the time you've been using computers, you may well have heard the term, object-oriented. You may also have heard that it's a scary subject and tricky to understand. Whilst this was true about ten or fifteen years ago, today, object-orientation (or OO) is a wonderfully easy-to-understand concept t ....Read More
Rating
This is a link to a different site Retrieving socket's status - Part I - The select Winsock API function
Total Hit (3625) Before to dive into the most interesting thing - sending and receiving data through a socket, we have to know how to determine status of a socket. In other words, we should know when a socket is ready to receive or send any data. The select function from the Winsock API can provide us with basic inf ....Read More
Rating
This is a link to a different site Binding a socket : Winsock API Test Bench sample application
Total Hit (3501) Today we will learn how to use the bind Winsock API function that allows to associate a local address with a socket. We'll modify the Winsock API TestBench sample application in order to give the user of the program to specify local host address and port number for a socket. ....Read More
Rating


(Page 76 of 133) 3968 Result(s) found  ... 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ...

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.