Healthy Development My resistance has crumbled – marc has persuaded me to blog! I had been reluctant because I did not want to commit myself to write on a regular basis and I did not want
Why your customers don't want .NET application I keep reading – in blogs, in non-tech and seemingly everywhere else – how .NET is over-hyped technology. The newsgroup is full of people clinging to Win32 and stating they see "no demand"
Security, a very important thing in Internet When we are talking about confidential information, we need to talk about SSL, authentication and authorization. The sad part is, this is not easy to add in apps. Because there are many points
Symbols, Please! Visual Studio 2005 provides many new debugging features that come in handy for Chrome and C# developers alike, and one of the coolest, in my opinion, is the (undocumented) Symbol Server support. Microsoft
A simple Chrome webservice This is a simple webservice that works in .NET and Mono too! namespace WebServiceTests; interface uses System, System.Web.Services, System.Web.Services.Protocols, System.Data, System.Reflection; type TestServicePAS = public class(System.
Programming troubles There are sometimes when you need to stop the work otherwise you will be crazy, now the reason is a complicated Java solution, yeah, Java, this is because i need some skills to
Beyond of Persistence The are somethings in programming world that needs a lot of persistence, sometimes we can lost the patience, but in the end we will have a nice gifts, more experience and more skills.
Chrome and Mono news Yeah! It’s me! I’ll post some things about Chrome and Mono here. Webservices examples, User Controls and simples pages written in Chrome!
Stay Tuned for Build .191 It’s been almost a month, and a lot has been going on in Chromesville. Brian and i have spent the last week of May in sunny Redmond, working with the VSCore and
RemObjects on the ROad Interested in learning more about RemObjects products and seeing Chrome or the RemObjects Framework live in action? We’ve just unveiled our new events page on remobjects.com, which lists upcoming product presentations,
Going Embedded There is a gap between the “embedded” and “office“ software developers. Both “groups“ are often very litle aware of what’s going on on the “other side“. So what’s coocking in the
Welcome to Beautiful Germany After Nazis murdered a 31 year old "Punk" in Dortmund on Easter Monday (March 28th), news is coming in today that neo-fascists have struck again – this time in Schwerte, just a
FxCop Today I downloaded FxCop for the first time (yes, I know I should have done this a long time ago). Not bothering to read any documentation, I loaded up my biggest project and
Why setlength is evil™ There has been a lot of discussion on our private Chrome beta newsgroups lately about the pros and cons of providing a Run Time Library (RTL) with Chrome in addition to what’s
Subversion We just finished switching from Microsoft Visual Source Safe to Subversion and wow! what a difference! The TortoiseSVN interface for Subversion integrates right into Windows Explorer. There is also AnkhSVN for Visual Studio
Chrome has a way of getting into your head... and affecting the rest of your life. example: my cat, Krohm… now i’ll have to explain what his name means for YEARS…
More Chrome on Channel 9 http://channel9.msdn.com/ShowPost.aspx?PostID=49330 Well sort of. I dropped in a bit too late to really join the discussion and actually talk about Chrome, unfortunately, but at least you
Comparing Chrome and Delphi 2005 Namespace Support A lot of people (me included) complained about the support (or lack of support) for namespaces in Delphi for .NET when Delphi 8 was initially released. Namespaces essentially boiled down to a fancy
The Whole Enchilada Dear Consant Readers, In the spirit of keeping you up to date on what’s brewing in the RemObjects Labs, a new article is now available on CodeFez that will introduce you to
Another Shade of Yellow, Sunset Yellow Looks like the planets are aligning for a proper Summer again, this year: tickets for the first Sisters gig in Tilburg, netherlands are up for sale now, and more gigs are on the
Class Contracts - Why When and Where? I was involved in some discussion about Assertions in general (and Class Contracts in particular) on the borland.public.delphi.non-tech newsgroup today, kindled by introduction of Class Contracts into the Pascal language
Multipass Chrome A problem I met before I started working on Chrome was circular references. A circular reference in Pascal happens when both units use the other one in its interface section. **unit **File1; **Inteface
Chrome command line compiler beta for .Net and Mono We just released the free command line compiler beta of RemObjects Chrome. Take a look at the announcement.
the web, unfurled Blogging is pretty cool, but recently Richard from Developer Express introduced to another interesting (and very similar) concept: Furling. It’s a pretty neat idea. I encourage anyone out there reading this to
Automated Testing My company is about to dive into the world of automated testing. The first guinea-pig for automation is a project I happen to be managing. Unfortunately, the team and I have very little