|
You are here |
blog.functionalfun.net | ||
| | | | |
danielpecos.com
|
|
| | | | | Para retomar de nuevo la marcha del blog, he decidido comenzar mostrando algunos ejemplos de programación en C#. Por el momento os dejo el obligatorio programa para todo aquel que empieza con algún lenguaje. Hola Mundo! using System; namespace HolaMundo { public class HolaMundo { public static void Main (string [] args) { Console.WriteLine ("Hola Mundo!"); } } } Sencillo, ¿verdad? Tiene mucha semejanza con Java, exceptuando que las palabras reservadas difieren y que Java no posee el concepto de espacios ... | |
| | | | |
www.surinderbhomra.com
|
|
| | | | | Microsoft's new command-line tool, PowerShell has been out for quite a few years now and I thought today will be the day I would start using it. I needed to write a script that would move n number of files from one directory to another. This job seemed a perfect fit for PowerShell. | |
| | | | |
mfirmansyah.wordpress.com
|
|
| | | | | Quotation of the Day: "My major hobby is teasing people who take themselves and the quality of their knowledge too seriously and those who don't have the guts to sometimes say: 'I don't know...." - Nassim Nocholas Taleb Links of the Day: Chapter 4 - 9 of Fooled by Randomness by Nassim Nicholas Taleb (Really... | |
| | | | |
initialcommit.com
|
|
| | | There are so many programming books out there, it's really hard to know what book is best. This is curated list of the 5 best programming books for anyone interested in programming. | ||