Browse by Tags
All Tags »
C# (
RSS)
Microsoft already create some awesome sample code with framework .net 3.5 and Visual studio 2008. For detail to download the code you can click on this link : 1. C# sample http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=csharpsamples&ReleaseId...
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...
Sudah lama saya tidak tulis blog, karena sekarang lagi terlibat satu project yang ada di kantor dan di percayakan untuk menjadi Lead Developer untuk project ini. Hal yang paling susah adalah transfer knowledge ke rekan-rekan yang masih baru karena harus...
Saya lihat dari blog kita membicarakan mengenai menggunakan "Cache" yang juga tujuan nya untuk mengoptimalkan bandwidth, dan request ke server untuk melakukan job meload data yang biasa nya data itu pun ternyata dalam kurun waktu tertentu masih...
Deployment yang ke-3 adalah membuat department site di sharepoint. Request dari client adalah menu department menampilkan list department yang user tersebut mempunyai hak akses ke department tersebut. Hal yang di lakukan adalah : 1. Membuat satu sub site...
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...
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...
Source code : http://www.eggheadcafe.com/articles/dotnet_compact_framework_kill_processes.zip C# Clean Kill Class using System; using System.Runtime.InteropServices; using SmartDeviceApplication2; namespace SmartDeviceApplication2 { public class CleanKill...