Welcome to Geeks Portal Sign in | Join | Help
in
 
 

Browse by Tags

  • Back to Basic: C# Using statement, Return and IDisposable

    In day to day coding, I found myself using a lot of disposable objects like DbConnection, Font, etc. And so, naturally, putting this code block inside a using statement is common sense. In theory, I know that when you use a using block in your code, your code is guaranteed to be disposed without having...
    Posted to Incoherent Rambling (Weblog) by Jimmy Chandra on 06-10-2008
  • Back to Basic: Debug.Assert(...)

    I wonder how many of us litter our code with this particular line? How do you use them? Do you know what you need to watch out when you do use them? Is it necessary to put this line of code in our code? What is the consequence of putting this line into your code? What's the right way to use Debug...
    Posted to Incoherent Rambling (Weblog) by Jimmy Chandra on 06-06-2008
  • Detecting If a Number has a Decimal Fraction

    This seems like pretty basic functionality of a number type, but I can't seem to be able to find any built-in function in any of .Net number type that support decimal (decimal, double) or the System.Math class to do this. In any case, if you find yourself in need to find out if a number has a decimal...
    Posted to Incoherent Rambling (Weblog) by Jimmy Chandra on 05-28-2008
  • 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.NET - makes it easy to run unit tests with...
    Posted to Agusto Xaverius P.S (Weblog) by agusto on 05-23-2008
  • Re: Create .xhtml

    saya belum nyoba sih..tapi mksud saya saya pengen membuan sebuah file .xhtml dengan inputan dari user... jadi saya punya sebuah textbox yang multiline, setelah diinputkan "<i>abcde</i>" (tanpa tanda kutip) ,akan menghasilkan sebuah dokumen .xhtml yang dapat menampilkan "abcde"...
    Posted to C# Programming (Forum) by abel_vic22 on 05-15-2008
  • Talk at Universitas Pakuan

    Baru aja deliver talk di seminar sehari di Universitas Pakuan, Bogor. Memenuhi undangan dari Himpunan Mahasiswa Ilmu Koputer-nya. Sesuai permintaan, saya membawakan topik "From C++ to C#". Intinya adalah belajar C# bagi mereka yang punya C++ background. Jd, learn C# thru C++. By comparing the...
    Posted to Norman Sasono (Weblog) by norman on 05-03-2008
  • On Activator.CreateInstance...

    When you use .NET Activator.CreateInstance to create a new object of a certain type, make sure you reference the Project / DLL that contain the type definition or load it manually somehow to an AppDomain . Otherwise your call will fail. Say you have the following solution: Solution Foo Project Bar1 IUser...
    Posted to Incoherent Rambling (Weblog) by Jimmy Chandra on 04-16-2008
  • Route Animation Silverlight with Virtual Earth

    Recently I took my week end to found out what Virtual earth can do, as I have such an experience using MapInfo MapX (now MapXtreme) for couples of my old projects, for some reason I figure it out that might be interesting if I can combine VE and Silverlight. In my sample here, I'll show you how we...
    Posted to Mind <Your .NET> Talk (Weblog) by malky on 04-16-2008
  • F# vs C# (on Collatz Conjecture)

    Bagi penggemar C# (termasuk saya nih), maukah anda berpindah ke F# ? ok lah, maksud saya menambah koleksi kemampuan bahasa pemrograman di CV, dengan F#? hmmm...; topik postingan saya kali ini sebenarnya saya curi dari blog coding experiments , jadi di blog itu si empunya hendak membandingkan performansi...
    Posted to hakimrie (Weblog) by hakimrie on 03-29-2008
  • Samples DaysEvent (Silverlight 2.0) Part 2

    Membuat User Control DayEdit Dalam membuat usercontrol DayEdit beberapa control Silberlight 2.0 yg saya gunakan antara lain : DataGrid, tempat menampilkan data Event DatePicker, untuk menentukan tgl event Button Control, untuk melakukan aksi CRUD. Sebagai informasi tambahan dalam detail XAML DayEdit...
    Posted to Mind <Your .NET> Talk (Weblog) by malky on 03-28-2008
Page 1 of 10 (95 items) 1 2 3 4 5 Next > ... Last »
 
 
Powered by Community Server (Commercial Edition), by Telligent Systems
Copyright © INDC, 2006. All rights reserved.