Another Day in the Life of a Programmer Gal | To curiosity…

This is one of the tools that once you get a good grab of it, you can’t let go… Fiddler link here For me it’s invaluable the information it gives me to debug my custom soap headers or my JSON streams. One trick though, if you are hosting your services on a webserver on your [...]

No tags

svcutil, WCF, client proxy generation

No tags

Mar/10

13

Blogger to stop FTP publishing…

Whatever was free once, is no longer free, after all, Google has to get money out of something else, other than ads…I had used Blogger for a while, probably since their beginning when it was acquired by Google.I never liked to host my blog on their servers though, and I still won’t. Hosting on my [...]

No tags

I found one single character from the French language that its binary representation is not the same for Unicode and Windows-1252. The oe ligature. Let me rant about it… create table test_table(name1 varchar (1) ,name2 nvarchar (1) ) insert test_tablevalues (‘œ’, ‘œ’) select * from test_table select ASCII(name1), ASCII(name2), Unicode(name1), unicode(name2) from test_table select COL_LENGTH(‘test_table’,’name1′) [...]

No tags

No tags

Coming from a C# world I’m trying to get a grasp on the Java language, mostly for comparison purposes and to see if really the grass is greener on the other side of the fence. What I like so far of the Java 1.6 that I see C# might benefit from:1. The main one is [...]

No tags

Jan/10

5

Cuban flag with an HDR touch

We drove to St Agustin while visiting Florida these holidays and to my surprise they had a museum with Martí and the Cuban flag … mi bandera.

No tags

The reason why I published this link is because a coworker had a problem with viewing a PDF on IE6 when the cache was set to no-store over https. The problem does not happen with Internet Explorer 7 or above or with FireFox, but the old IEs fail to retrieve the files when the cache [...]

No tags

I’m coming across more and more projects that make heavy use of xml for data integration or data exchange that lack of schema files. First case:My team was POC-ing the integration with a third party web service. I won’t mention names but this company is one of the main sources of collected data for rating. [...]

No tags

I came across this article Why use the Entity Framework? Yeah, why exactly? refuting a marketing like article by one of the EF team members. After using NHibernate for a while and looking into JPA and old JDO on the Java world, I don’t think I’ll get my hands on the EF any time soon, [...]

No tags

<< Latest posts

Older posts >>

Theme Design by devolux.nh2.me