Thursday, March 31, 2011

More on LINQ

in case you're wondering if you could ever get more about LINQ ... the .NET Guru Jon Skeet had decided to give it another look and some more explanation, he has a new ebook out about LINQ (or best yet, reimplementing them)

read the explanations here -> http://msmvps.com/blogs/jon_skeet/archive/2011/03/18/edulinq-the-e-book.aspx
read the e-book here -> http://code.google.com/p/edulinq/downloads/list

Tuesday, March 22, 2011

I'm back

With my last post, I guess this blog is officially back!
I'm currently working as a software developer and I mostly work with ASP.NET/C# and occasionally some VB.NET. I'm learning ASP.NET MVC and it definitely looks like a pretty awesome framework.

More binary thoughts to come...

Daniel.

Linq bridge, LINQ for .NET 2.0

I was pretty excited when I saw this .... if you've been using LINQ and love the ease of it and wished it existed for .NET 2.0 (for older projects), you're not out of luck.

This website -->  http://www.albahari.com/nutshell/linqbridge.aspx explained why it is possible to use LINQ on top of .NET 2.0 and provided a DLL for it.
Also see their Google Code page --> http://code.google.com/p/linqbridge/ it has some good examples on their WIKI site as far as how to use LINQ Bridge ...


whooop! (a  Texas Aggie jargon for excitement.)

until next time.
Daniel.

Tuesday, June 17, 2008

FF 3.0 British Version .....

if .... you can't wait .... (i know the servers is US is really really overloaded ... )
try the British version ...

http://www.mozilla-europe.org/en/firefox/

Wine and Firefox's overloaded .... overcrowded ...

apparently on the release day of Firefox 3 and Wine 1.0 ...
it's almost impossible to access their website and get a copy of the hottest stuff ...

see the slash dot post for their descriptions and news ...
meanwhile, i'll just get'em tonight.

http://tech.slashdot.org/tech/08/06/17/1547241.shtml --> Wine 1.0
http://tech.slashdot.org/tech/08/06/17/1250229.shtml --> FF 3.0

have fun.

daniel

Friday, May 23, 2008

Re-introduction to Javascript ...

this might be an older article (published in 2006) ... but it's a must for web developers or whoever is interested in Javascript ... re-introduced yourself to this confusing yet amazing language!

http://developer.mozilla.org/en/docs/A_re-introduction_to_JavaScript

i've been working with Javascript on and off during the last year, it has been quite an experience because it's unconventional (it's not like C# or C++ or HTML), but it's powerful.

More thoughts to come on a later date ...

Friday, May 16, 2008

thoughts on Canvas ....

i guess i haven't wrote anything technical ... in a long while .... please check out my other blogs ....

anyways ... i came across this new element in HTML that's been kind of interesting ... the canvas tag it's ! it allows the real time drawing of rectangles and other arbitrary shapes ... check these references out ..

there aren't too much stuff out there ... (mainly it's driven by Mozilla, Apple , Google ... )
here's the main tutorial page -
http://developer.mozilla.org/en/docs/Canvas_tutorial

here's a shell to try your code on -
http://mozilla.doslash.org/stuff/canvas/shell.html

here's an implementation on Internet Explorer -
http://excanvas.sourceforge.net/

... peace out ...