Posted by Ruben Canton on November 19, 2010 at 5:44 pm
Web programming
One of the most practical features a blog has its the possibility of requesting the latest posts from another webpage to read it without the need of accessing its current webpage. For doing this crazy idea blogs use XML technology, the REST protocol and one of the syndication standards like RSS, RSS2.0, Atom or RDF.
In [...]
Posted by Ruben Canton on October 2, 2010 at 6:19 pm
Web programming
Between the multiple advantages which offers LINQ I think there’s the possibility of reselect some data you have in cache or RAM so you don’t need to send another request to the database. I was programming a little personal application in VB.Net yesterday and found myself with a little problem.
I am saving some data encoded [...]
Posted by Ruben Canton on September 10, 2010 at 11:24 am
Web programming
This post its a translation from my original post in spanish. I hope you enjoy it!
After learning the basics about LINQ and how it works, I had no choice but to test if, not only does it simplifies the code but also improves its efficiency.
I decided to test the reading speed of XML [...]