Browse by Tags
All Tags »
VB.Net (
RSS)
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 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 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...
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...
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...
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...
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...
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...