Threading

Creating Threads in Java

Today in Java, I'm going to teach you how to create a program that will create threads. We all know that a thread is a basic processing unit in our computer to which an operating system allocates processor time, and more than one thread can be executing code inside a process. The Java Virtual Machine (JVM) allows an application to have multiple threads of execution running concurrently. Thus, threads have priority. It is just like a racing program. So, now let's start this tutorial! 1.

Multi-Threaded Applications in Visual Basic

Introduction: This tutorial is on how to create a multi-threaded application in Visual Basic. Design: There really is no design needed for this application, although if you wanted to, you can add a button. What Is a Thread? A thread is the part of your .NET program which runs everything else, your UI, your functions and your classes. Without a thread, your program would not be able to run. Why Multiple Threads? Once a thread has a lot of processing to do, problems begin to arrise.

Web-based Payroll Application

Hi all, This is a web-based payroll application using ASP.NET and C# programming language. It showcase the use of MVC programming paradigm (not the ASP.NET MVC Framework) and Singleton programming pattern. It uses Telerik controls for ASP.NET, a powerful third party control. It also has some neat stuff like scheduling task items and asynchronous user-defined task.