Wednesday, October 5, 2011

Release notes?

I've been looking for resources on how to write good release notes and I came across this article that proof to be helpful:

http://blog.davingranroth.com/2010/03/how-to-write-release-notes/

also, i found the release notes from TextPad very helpful as well because it's concise, to the point and suitable for a project that has multiple releases that has somewhat of a rapid cycle ... and it does follow the principal laid out in the blog post mentioned above.

http://www.textpad.com/support/relnotes.html

Happy coding and writing awesome release notes !

Daniel.

Monday, June 20, 2011

Update .... From operations in Oracle

Who knew that an update statement (with inner joins) in Oracle could be complicated?
Here's a good primer if you're looking for an "Update ... from" alternative in Oracle.


Code'em.
Daniel.

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