Welcome to Geeks Portal Sign in | Join | Help
in
 
 

Browse by Tags

  • Compiler Warning CS1607

    Q: Ketika di compile tidak bermasalah, tapi ketika di jalankan muncul error warning CS1607: Assembly generation -- Referenced assembly 'YourAssembly' is a localized satellite assembly ? Mengapa ada error setellite assembly ? padahal ini hanya exe/dll assembly. A: Error di level compiler memang...
    Posted to mind [at] .net -- not a geek (Weblog) by dede on 10-26-2008
  • DateTime data type in Database

    Q: Bagaimana cara yang paling di sarankan untuk menyimpan data tipe DateTime ke database? Karena cara penyimpanan data di Postgresql, MySql, Oracle, Ms SQL atau database lainnya kebanyakan berbeda. Dan itu menimbulkan masalah bisa terjadi kesalahan formatnya baik ketika meng-input atau meng-retrieve...
    Posted to mind [at] .net -- not a geek (Weblog) by dede on 06-27-2008
  • Phalanger v.2.0

    Pada realese ini, lebih di fokuskan pada mono dan intergrasi IDE. VS2008 Shell benar-benar membuat .Net language memiliki IDE yang instant. :D Dan Phalanger juga sudah dapat mengunakan shell ini sebagai IDE terlepas dukungan untuk intergrasi dengan VS2008. Tantangan kedepan nya adalah kearah mana PHP...
    Posted to mind [at] .net -- not a geek (Weblog) by dede on 04-17-2008
  • Cogmation

    We discovered Mono while we were evaluating 3D engines. Mono was successfully being used to develop video games and it was extremely fast. We performed a small test and compared the speed between Python and C# mono and were shocked at how fast mono was compared to python. In addition to the speed increase...
    Posted to mind [at] .net -- not a geek (Weblog) by dede on 02-03-2008
  • Easy to Read

    Enak mana baca-nya. //using System.Linq.Expressions; var param = Expression . Parameter ( typeof ( string ), "p" ); var methodInfo = typeof ( Console ) . GetMethod ( "WriteLine" , new [] { typeof ( string ) }); var call = Expression . Call ( methodInfo , param ); var cwl = Expression...
    Posted to mind [at] .net -- not a geek (Weblog) by dede on 01-31-2008
  • Google-Sharp

    Di SVN repository mono ada module google-sharp. Google-Sharp merupakan wrapper dari google services. Seperti PicasaWeb . Untuk picasa code seperti ini: //using Mono.Google; string user = "YourUserName"; string passwd = "YourPassword"; //make connection GoogleConnection conn = new...
    Posted to mind [at] .net -- not a geek (Weblog) by dede on 08-10-2006
  • C5 Generic Collection Library

    Dalam .Net 2.0, kita diperkenalkan dengan Generic. Generic merupakan peningkatan yang bagus sekali, tapi sayang feature ini belum di optimize untuk collection. Oleh karena itu C5 Generic Collection Library di buat oleh IT University of Copenhagen . Untuk menggunakannya kita memerlukan minimun .Net 2...
    Posted to mind [at] .net -- not a geek (Weblog) by dede on 05-22-2006
Page 1 of 1 (7 items)
 
 
Powered by Community Server (Commercial Edition), by Telligent Systems
Copyright © INDC, 2006. All rights reserved.