Hashtable in .Net...

Hashtables are my preferred way to keep informations in memory. I think that they’re powerful and really simple to use. The Hashtable class resides into the System.Collections namespace and uses an Object as Key and an Object as Value for the items so it’s really versatile...
Compile and execute code at RunTime

Compile and execute cod...

Last week i needed to compile and run scripts at runtime. The idea was to add code snippets into a DB and load and execute them at runtime. My first idea was to write a scripting language but it was an hard work and i had no time for this. Searching around i found a very interesting...
Why Microsoft .Net Framework

Why Microsoft .Net Fram...

I think that when you have to develop a software you must consider a lot of things before making the final choice about the tools/languages to use. I often talk with Windows/.Net and Linux/PHP fans and everyone things that his choice is the right one. I think that this way of seeing...

Let’s go!!!...

Hi all, for long time i’ve been attracted by Blogs but i never started my own. I tought it could be a very hard thing to handle, it needs care and constance. This year i’ve learned a lot of things, about programming, reading people’s blogs all around the world so...