I'm currently reading Steve McConnell's Code Complete (for the first time - yes, I know that's somewhat worrying) and there was one section was disturbed me a little. For those of you with a copy to hand, it's in section 4.3, discussing the difference between programming in a language...
As per previous posts, I've been thinking a fair amount about how much it's reasonable to keep progressing a language. Not only have thoughts about C# 4 provoked this, but also a few other sources: Don Box on Ted Neward on Java (yes, two separate links - but view both) Don again on the "doneness"...
Ian Griffiths mailed me about macros, and explained how LISP macros were very different to C/C++ macros, working at a language level instead of at a text level. I won't pretend to understand all about what would be possible and what wouldn't, but Ian gave a good example: query expressions in...
Warning: this post won't teach you anything technical. It's about how I see myself. That may be of interest to you, or it may not. If not, feel free to skip it knowing you're not missing anything else. One of the great problems of the world today is undoubtedly this problem of not being able...
Hummm... El otro día jugando con un Cubo Rubik me quise tomar el tiempo de cuanto me demoraba, para esto solía usar el cronómetro del celular... jejeje... pero en un momento quise tener uno en mi portatil... encontré en internet unos instaladores, pero me propuse hacer uno yo mismo... jejeje nada del...
Posted to
Jhonny Vargas P.
(Weblog)
by
jvargas
on
12-31-2007
Filed under: ASP.NET, Visual Basic .NET, General, C#, Datetime, Cronómetro, TimeSpan, cronometro
This post is in lieu of writing a proper one, either on the generic maths operators which Marc Gravell has been hard at work on, or on C# 4 which I have a number of opinions about (no surprise there). I will write about both of those topics, but I really ought to do some more work on the manuscript for...
Gracias Gerardo.... adjunto el código para C#, por si algún otro usuario lo llegara a necesitar. Para VB.NET http://msmvps.com/blogs/jvargas/pages/convertirnumeroletras.aspx Gracias por tu aporte. :) using System; using System.Collections.Generic; using System.Text; namespace Conversiones { class Conv...
I've been writing about LINQ recently, and in particular I've written a small amount about Parallel LINQ . (Don't get excited - it's only about a page, just to mention it as a sort of "meta-provider" for LINQ.) I was wondering what to use to demonstrate it - what general task...
It's just been announced on Scott Guthrie's blog that Visual Studio 2008 will allow debugging into the source code for the .NET framework - at least for some areas. I've wanted this to happen for a long time, and blogged about it before now - but I didn't honestly expect it to happen...
I'm delighted to announce my association with Iterative Training , a new .NET training company in the UK. It's been founded by a colleague of mine and his girlfriend, and ran its first course earlier in the year - a WCF Master Class taught by Juval Löwy of IDesign . As you can tell from its starting...