Saya mau berbagi tool bagus yang bisa bikin EmailYahoo dalam waktu 3 detik, Ingat ya ini khusus ID YahooNama Tool ini : IR-IDMakerMau download silahkan klick di sini, eit jangan lupa ntar kalau mauDownload "Skip AD" yang pojok kanan atas, biar gak usah nunggu iklan.OK Lanjut..Langsung buka Softwarenya, tenang aja ni Portable jadi bisa di bawa ke mana mana, tapi simpan dulu...
Selasa, 17 Mei 2011
Sabtu, 14 Mei 2011
Going beyond dependency injection with MEF for Delphi
Diposting oleh
di
07.09
You probably read Nicks recent posts about his experiences with the Delphi Spring Framework and especially with their DI Container. To be honest I actually don't know how far they go with it but Nick most likely will enlighten us soon.As you may know I really like many concepts that we can find in .Net and here is another one: the Managed Extensibility Framework. Its core parts are basically a DI container and one catalog (or more) that...
Senin, 09 Mei 2011
Lambdas and expression trees in Delphi
Diposting oleh
di
11.39
Ever wanted to write something like this in Delphi?for cust in customers.Where(c => c.CustomerId = 'ALFKI') do ...Actually in Delphi you have to write it like this.for cust in customers.Where( function(c: TCustomer): Boolean begin Result := c.CustomerId = 'ALFKI'; end) do ... Ugh, lots of code just to declare the anonymous method. Well, we are used to writing more letters in Delphi so that is not really the problem. Another thing is more...
Minggu, 08 Mei 2011
New features for data bindings
Diposting oleh
di
10.01
In the last week bindings got a lot new features:Property path:That means if you want to bind for example MainForm.Font.Size to your control you easily specify it by setting the MainForm as Source and Font.Size as SourcePropertyName.You could do that before already but you had to bind to MainForm.Font as Source and Size as SourcePropertyName. But that was not possible in the IDE because of the limitation of the property editor for the source property....
Selasa, 03 Mei 2011
IDE support for data bindings
Diposting oleh
di
14.38

Some of the coolest techniques lose their attraction when they are not easy to use or if you have to write to much code every time you want to use them. So often there are IDE plugins, wizards or tools of all kinds to make programmers life easier.I was thinking the same about the data bindings. Sure, every binding is just one line of code at least and adding that controls unit to the uses. But wouldn't...
Langganan:
Postingan (Atom)