Visit site Coding Power Unleashed
August 2010
0
votes
Fooling around with TWebbrowser compilation post
Coding Power Unleashed
– In the statistics of my blog I find a lot of people searching for Delphi’s TWebbrowser solutions and examples. I wrote a few post about some TWebbrowser specific problems and possible solutions. Because they are in seperated, non related, posts I thought it would be nice to compilate all the ...
May 2010
4
votes
Using Extension methods on Lists to make it fluent
Coding Power Unleashed
– Since C# 3.0 you can write extension methods on any class that you want, even if you don’t have the source code of the class. In other words you can extend a class with your own methods. Extension methods can only be declared in static classes as static methods. Extensions on List<T> classes ...
2
votes
Exploring LINQ #3
Coding Power Unleashed
– LINQ keeps amazing me in its power and beauty. So much that for each problem I have to solve (coding problem that is) I find myself wondering can this be done with LINQ, and how. I am working on a rewrite of an old application to C#. For some reason the original designers had put some ‘model’ ...
March 2010
0
votes
Two way interaction with JavaScript in Winforms using Webbrowser
Coding Power Unleashed
– In a recent project I had to integrate Google maps into a Winforms application. To use Google Maps from a desktop client you must be able to call the Javascript in webpage, which can be done with the Webbrowser component. Calling JavaScript from C# Calling JavaScript in a Webbrowser ...
January 2010
0
votes
Connecting (struggling) to Oracle database
Coding Power Unleashed
– This week I have been working (read struggling) on connecting a C# .NET application to Oracle. In the end I was trapped between 32 bits vs 64 bits, .NET Oracle providers and 32 bit OLE DB providers. First of all I challenged this task, not bothered by any knowledge about Oracle. I did know that if ...
November 2009
1
vote
Casting lists using LINQ #2
Coding Power Unleashed
– In my previous post I showed the LINQ way to cast List<SomeDeriveType> to List<SomeBaseObject>. Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->IEnumerable<BaseObject> baseObjects = ...
1
vote
Casting lists using LINQ
Coding Power Unleashed
– I have been doing lately much work on a .NET 3.5 application using LINQ. LINQ is a great way to manipulate data. I still consider myself a 'LINQ rookie' so I discover everyday something new. One thing that floated around my head a while was the problem that you can't cast a ...
August 2009
1
vote
Go see Delphi 2010
Coding Power Unleashed
– The first Delphi 2010 sneak peek video's showed up on the Internet. The first sneak peek shows some new IDE features like IDE insight, an everywhere context sensitive IDE navigation system. Anders Ohlsson has a nice sum up of all the related Delphi 2010 blogposts.
June 2009
1
vote
CodeRush for free, not for Delphi Prism
Coding Power Unleashed
– As blogged before you know that I think DevExpress CodeRush totally rocks! Did you know that you can get a lot of this functionality for free? Mark Miller has got a very nice list of features that are available in CodeRush Xpress for C# and Visual Basic inside Visual Studio 2008. All for ...
3
votes
The future of Delphi
Coding Power Unleashed
– I haven't had much time lately to follow everything on the Delphi side of the fence, but there is a lot going on. Stefaan Lesage has a nice write up on this future, The future of Delphi looks brighter than ever before. A very nice read, sums up everything that is cooking in the labs, ...
May 2009
2
votes
Applying Domain-Driven Design - Book review
Coding Power Unleashed
– Before this weekend I got my copy of Applying Domain-Driven Design and Patterns by Jimmy Nilsson. Althought the title, in my opinion should be "Applying Domain-Driven Design, Test Driven Design and Patterns", because beside DDD it covers a great deal of TDD also. Design patterns ...
April 2009
9
votes
Exploring Test Driven Development
Coding Power Unleashed
– A few weeks ago I attended a software event organized by the dutch Software Developer Network SDN. This time I followed a few sessions about Test Driven Development presented by (among others) Alex Thissen, Thomas Huijer and Dennis Doomen. I must admit that before this sessions I was convinced ...
8
votes
Free ebook: Illustrated C# 2008
Coding Power Unleashed
– Found this really BIG (20mb) free e-book on C#: Illustrated C# 2008It has more then 700 pages, so I guess it covers all about C# and .NET development.Quote about the book:If you're a C++ or VB programmer migrating to C# 2008, Added :(or a Delphi developer doing .NET development either in Delphi ...
1
vote
CodeRush, when code smells...
Coding Power Unleashed
– At the beginning of this month Devexpress released the new version of their DXPerience products for .NET (Version 2009.1) With the release of this components they also released a new version of their coding assisting tool CodeRush and Refactor Pro. We use CodeRush for a couple of years now in ...
March 2009
1
vote
New release for Delphi Prism
Coding Power Unleashed
– There is a new release of Delphi Prism available, according this edn article. The Delphi Prism February 2009 release (Build 3.0.17.591) as it is called wasn't it already March?) contains the following changes.




