Agusto Xaverius P Sipahutar

Job:Making some bugs and patch
C#,Sql Server, Moss/Wss, K2.Black Pearl, WWF
See also: Other Geeks@INDC

News

My Certification



MCP ID# 3552391

My Curiculum Vitae


Other Article

My Community

My Article/Share Knowledge

Others Moss/Wss Site

Browse by Tags

All Tags » VB.Net (RSS)
Most Useful 20+ Visual Studio Add-ins
This is the list of the Visual Studio Add-ins, most of which are open source or free. I hope this list will help you to code more faster and effective. If there is not your favorite add-in in the below list, do not hesitate to add it as a comment. TestDriven...
NDoc For .Net 2.0
NDoc generates API documentation from .NET assemblies and XML documentation comment files. The current stable version of NDoc (1.3.1) only supports the .Net framework versions 1.0 and 1.1. This versions is being developed by Jonas Lagerblad and supports...
Xml Web Service dengan SOAP dan Visual Basic 6.0
Xml Web Service dengan SOAP dan Visual Basic 6.0 Di web service .net akan kita bisa lihat penjelasan SOAP seperti ini : SOAP The following is a sample SOAP request and response. Method nya : POST /_vti_bin/routingservices.asmx HTTP/1.1 Host: wsstemplate...
Posted: Aug 01 2006, 08:27 PM by agusto | with 1 comment(s)
Filed under: , ,
Upload File to Database SQL Server 97/2000
Ini bisa di sebut dengan BLOB / Binary Large Object. Jadi pastilah document ataupun image yang kita punyai akan di konvert ke binary dulu setelah itu simpan ke data base kita dengan type binary juga. Contoh bisa di lihat di MSDN cari dengan keyword BLOB...
Working Load XML with XPATH and Namespace
Tips yang mungkin bisa berguna Bila kita mempunyai XML data yang menggunakan Namespace tetapit tidak memiliki perfix, akan terjadi sedikit masalah dalam pembuatan query pada XPAT di XML. Misalnya datanya sebagai berikut : < CodeFile xmlns =" urn:sample...
Embedded Icon / Image to Resources
CMIWW. Biasanya kita melakukan load image atau icon seperti code sebagai berikut public Form1(){ //Load a file from the file system this.BackgroundImage = new Bitmap(@"C:\image\wallpaper.jpg"); } Kelemahan coding adalah pada saat penginstalan ke client...
Posted: Nov 23 2005, 09:23 PM by agusto | with no comments
Filed under: ,
Free .NET Development Tools
This some free .Net Development tool and all that stuff is really “FREE“ 1. Nant Namt is a build tool. Build scripts are written that can perform tasks on your build server. Tasks are a-plenty, but typical tasks include the ability to build...
Tips mewarnai datagrid row
Mungkin rekan rekan .Net mungkin punya yang lebih bagus tolong beritahu yach.... Sebab saya juga mendapatkannya dari salah satu situs cuman saya lupa urlnya 1. Control ComDataGridBoolColumn.vb Option Strict Off Option Explicit On Public Class ComDataGridBoolColumn...
Posted: Aug 30 2005, 10:53 PM by agusto | with no comments
Filed under: