Download a file from web in .Net

Download a file from we...

This article is just written to help people with this task if they don’t know how to do. As you will see there’s not so much code to write to do this, it’s just provided by the .Net Framework All that you have to do is: add a reference to System.Net namespace create...
Transparent Splash screen in .Net

Transparent Splash scre...

To give a nice look at your applications there are a lot of little thing that makes the difference. One of that is a nice Splash screen like the one of Photoshop or other famous software. Making it in VB.Net is really simple, all that you need is: A nice image to use as splash screen In...
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...

Next Entries »