Agusto Xaverius P.S

Jobs : Creating many bug with bug fixing too of cource Programming : C# .Net, WSS/MOSS, K2 BlackPearl, SQL Server
See also: Other Geeks@INDC

Browse by Tags

All Tags » C# (RSS)
C# and VB.Net Samples for Visual Studio 2008.
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...
Posted: Sep 05 2008, 01:18 AM by agusto | with no comments
Filed under: ,
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...
Tulis Blog lagi
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...
Posted: Aug 20 2007, 05:39 AM by agusto | with no comments
Filed under: ,
ViewState Compression with ICSharpCode.SharpZipLib
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...
Posted: Apr 16 2007, 09:20 AM by agusto | with 6 comment(s)
Filed under: ,
Buat Department site di WSS v 3
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...
Posted: Nov 29 2006, 11:05 AM by agusto | with 55 comment(s)
Filed under: ,
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: , ,
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...
Kill all of the running programs on your mobile device
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...
Posted: Sep 14 2005, 12:23 AM by agusto | with no comments
Filed under: