I now have three O’Reilly books on .Net that I need to read:
Programming C#, and
Hopefully, I can make it through enough of this stuff to get to the point that I can do some useful work with C# and ASP.NET!
Andrew Huey | pointlessly blogging since 2001
I now have three O’Reilly books on .Net that I need to read:
Programming C#, and
Hopefully, I can make it through enough of this stuff to get to the point that I can do some useful work with C# and ASP.NET!
I just spent the last 2 hours working on converting an old C++ program to C#. I sorta like C#, but this particular program used every part of C++ that C# trashed or changed drastically: function pointers, unions, friend classes, oddball stream handling, and other stuff like that. That’s good, of course, since the whole point of this exercise is to learn C#. Actually, I haven’t used C++ in so long, I don’t remember what some of the fancy stuff in this program is doing anyway.