Welcome to Community Server Sign in | Join

/Dan/.NET - Dan Robey's .NET Dumping Spot

IESL Software

<November 2009>
SuMoTuWeThFrSa
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

Post Categories

Navigation

Subscriptions

/mono (RSS)

/mono
BigInts, C#, Crypto
I take back what I said here about the C# BigInt class. It actually is very well put together. I take issue with the fact that .Equals() does not take an Object, but aside from that it does everything you'd really want a bigint class to do. I'm wondering Read More

posted Monday, November 17, 2003 10:29 PM by dsrobey with 0 Comments

eclipse
been playing with eclipse for a couple days now. Very nice development environment, and it's written in such a way that it is easily extended. There's a kind of Intellisense for both Java and C#, and probably more, although those are the only two languages Read More

posted Monday, November 17, 2003 10:17 PM by dsrobey with 0 Comments

.NET more secure than Linux?
@stake recently published a survey claiming that the .NET framework is more easily secured than Linux. Their methodology includesa list of actions system admins needed to perform to harden the web server. Their criteria mainly hinges on usability and Read More

posted Monday, October 06, 2003 1:31 PM by dsrobey with 0 Comments

pros and woes of Intellisense
Ever since I started using mono to do my 1.124 problem sets, I've noticed that my honed programmer's edge has been dulled by years of working with Intellisense. If I need to take a sqare root of a number, I no longer can remember where to find the function. Read More

posted Monday, September 29, 2003 12:50 PM by dsrobey with 0 Comments

1.124 mono plans
I decided in class today that to keep 1.124 interesting, for the first half of the class - until we start writing web services - I will write all the code under linux using mono.  Since I've already seen most if not all of the concepts, this will allow Read More

posted Monday, September 08, 2003 1:50 PM by dsrobey with 0 Comments