Site search:

Developing a Windows Service, Part II: Create a simple Windows Service

Programming, Windows 3 Comments »

Introduction

In this part, I’ll show how to create a simple Windows Service project using VB.NET on Microsoft Visual Studio 2005. The example service will generate a message to application event log every 10 seconds.

Read the rest of this entry »

Developing a Windows Service, Part I: Introduction

Programming, Windows No Comments »

Introduction

What is Windows service? Windows Service is an application or a program that can run without needing any user interaction. It is useful in server environment that no need user to logged in on the system but the services are running. The status message of the service always write to event log.

Read the rest of this entry »

SQL Server 2005 Training, Day 1, Part II

MS SQL Server, Programming, Windows No Comments »

Introduction

This part contents mostly concerns coding on VB.NET which will interacts with SQL server on pubs database. The sample database can be download at SQL2000SampleDb. You do not need to complete Part I before.

Read the rest of this entry »

Accessing SQL Server on NetBeans using JDBC, Part III: Troubleshooting

Java, NetBeans, Programming 17 Comments »

This post is the last part which gathers common problems along with solutions about accessing SQL Server using JDBC on NetBeans. By defer posting this a few months, I found many problems that may occur from many people and also solutions. So this post will benefit people who want to develop application to connect a SQL Server using JDBC and have problem with it.

Read the rest of this entry »

BizTalk Training 5 – using FTP Adapter

BizTalk, Programming, Windows 2 Comments »

There are 9 tutorials in this topic.

Introduction

This topic will show how to use FTP Adapter to read and write files to FTP server.

Read the rest of this entry »

Accessing MySQL on NetBeans using JDBC, Part II: Perform SQL Operations

Java, NetBeans 42 Comments »

From Part I, I have only established a connection with local MySQL. Next I’ll show how to retrieve and modify data on remote MySQL.

Read the rest of this entry »

BizTalk Training 4 – using Functiods in Map

BizTalk, Programming, Windows No Comments »

Introduction

This topic will show how to use Functiods in BizTalk. Functiods are like functions, they are objects in Map Orchestration. The purpose of Map is to mapping values from source message to destination message. For instance, you can use concatenate functiod to concat two elements from source message and assign to destination message.

Read the rest of this entry »

Accessing MySQL on NetBeans using JDBC, Part I: Create a connection

Java, NetBeans 103 Comments »

Introduction

This tutorial show you how to use NetBeans to connect MySQL by using MySQL Connector/J, MySQL AB’s JDBC Driver for MySQL.

Read the rest of this entry »

BizTalk Training 3 – customize filename dynamically

BizTalk, Programming, Windows 7 Comments »

Overview

This tutorial shows how to customize output filename inside orchestration.

There are 9 tutorials in this training. Read the rest of this entry »

BizTalk Training 2 – receive/send plain text

BizTalk, Programming, Windows 6 Comments »

Overview

This tutorial shows how to receive plain text using FILE Adapter and map to xml message while in orchestration and finally send out using FILE Adapter as plain text.

Read the rest of this entry »

BizTalk Training 1 – basic send/receive xml message

BizTalk, Programming, Windows 9 Comments »

Overview

This tutorial shows how to create simple orchestration to send/receive xml messages using FILE Adapter.

Read the rest of this entry »

SQL Server 2005 Training, Day 1, Part I

MS SQL Server, Programming, Windows 1 Comment »

Introduction

I have been trained SQL Server 2005 several months ago but I haven’t time to summarize yet so I’m going to write as much as possible. The training course concerns about using MS SQL Server 2005 with MS Visual Studio Visual Basic.NET so some part may contains source code in VB.NET. Most of contents will express using example and figure if you need reference or more detail of functions, you can try search at MSDN, Microsoft.com. I hope that these may be useful for programmers to review.
The training consumes 5 days so I’ll categorize this by days and also separate each day into 2 parts because it’s quite long. Read the rest of this entry »

Powered by WordPress | WP Theme & Icons by N.Design Studio

Entries RSS Comments RSS Log in