IVR (Interactive Voice Response) is a generic term that refers to the interaction of an automated system with a caller via a telephone keypad. There are a lot of visual dialplan writers and IVR designers available in the commercial circuit of telecommunication industry. Most of them are desktop applications which require users to download and install first. Some [...]
ASP.NET ships with approximately 50 built-in controls that are organized into logical families. We can divide them into two major categories:
HTML Controls Web Controls
HTML controls are as the name suggests are traditional HTML controls. Their properties 1:1 match with their HTML counter parts. On the other hand, Web controls are richer in functionality [...]
C#, pronounced c sharp, is a computer language used to give instructions that tell the computer what to do, how to do it, and when to do it. C# is one of the languages offered by Microsoft .NET Framework.
Console Application Program 1: Hello World
In this lab, we will use C# language to create [...]
In this lesson, you will create a simple chat-style server to which multiple clients can connect. When one client sends a string message to the server, the server forwards the message to all registered clients that have not been specifically excluded. You should note that a real chat application would be based on a more scalable [...]
JUnit is an open source unit testing framework for automatically unit testing Java programs. JUnit provides functionality for writing and running unit test cases for a project under development, and is helpful when doing XP. This tutorial describes how to use JUnit within the Eclipse environment. After reading this tutorial, you can quickly create test case and test suite classes to write your test code in.
Subversion is a free and open source version control system. It manages files and directories, and the changes made to them overtime. It allows you to recover older versions of your data or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of “time machine”. Using this easy to understand tutorial, you can quickly master handling subversion in eclipse environment.
Eclipse is a multi-language software development environment comprising an integrated development environment (IDE) and an extensible plug-in system. The IDE is often called Eclipse JDT for Java. This tutorial covers Introduction to Eclipse and how to getting started with Eclipse, then it moves on to choosing a perspective and creating project in eclipse, creating Java program, compiling and running a Java Program. This tutorial also includes downloadable pdf of this tutorial.
Popular Posts (last 30 days)
- Attendance Management System 1508 view(s)
- Advanced Java Tutorial (For Intermediate) 764 view(s)
- JAVA Graphical User Interface (GUI) 723 view(s)
- Graph Implementation in C++ 527 view(s)
- File Handling using Input-Output Streams in Java 465 view(s)
- Linked lists in C++ 433 view(s)
- Sockets and Network Programming in Java 371 view(s)
- UDP Datagram Sockets in Java 347 view(s)
- Applications of Stack in data structures 347 view(s)
- Circular Linked Lists 329 view(s)
