Sell your domain with an auction

Sell your domain with a...

I was giving a look around for some way to make money and i noticed that the domain name after market is a very good opportunity. If you have a good domain name and it’s registration is old enough you can plan to sell it on tdnam.com TDNAM is The Domain Name After Market,...
globalwarming awareness2007

globalwarming awareness...

It’s the keyword choosen for the SEO Wolrd Championship 2007. I like very much this choice because the Global Warming is a really dangerous issue to be threated as soon as possible if there’s time left to recover the damages made by man. Overheating is causing a lot of...
Google and Yahoo Bowling

Google and Yahoo Bowlin...

This month i discovered a new interest, Search Engine Optimization. Few days ago the SEO world championship is started and i created a website for fun to see if i could have some results. It’s incredible but sometimes i reached very high positions in the contest leaderboard....
Play wav file in vb.Net

Play wav file in vb.Net...

Today i was working on a restaurant software, the customer asked me to play a sound alarm when a new order arrives because he can’t stay all the time looking at the software. I found it very easy, the .net framework is really rich of useful classes to use Here is the code...
Class Diagrams in Visual Studio.Net

Class Diagrams in Visua...

Today i gave a look at a new feature of Visual Studio.Net, the Class Diagrams. I found this new functionality really interesting for Object Oriented Programming. A lot of times i had to make really complex classes and when the project growed up it was an hard task to have clear in...
web.config appsetting section in asp.net 2.0

web.config appsetting s...

Storing configuration informations has never been so easy like in ASP.Net 2.0. You can store all your config parameters inside the appSettings section of the web.config file. Example (Into the web.config file) : As you can see, you can store every parameter you need for your website. <configuration/> ...
Thread synchronization in .Net

Thread synchronization ...

Multithreading is a great thing but you need to know that operations are not performed perfectly as you write them in your code. If you write a=a+1 you assume that the thread will execute it in just an operation but it’s not so. Multithreading happens at a very lower level (like...

Domain IP resolution in...

Hi all, sometimes it could be useful to resolve a domain IP address so i wrote this simple function. Public function GetIP(ByVal domain as String) as String Try Dim Ips As New Collection Dim i As Integer Dim ipEntry As Net.IPHostEntry = System.Net.Dns.GetHostEntry(domain) ...
Age calculation function in vb.net

Age calculation functio...

I know this is a really simple task but i needed it in a project and i found a working function on www.freevbcode.com so i decided to publish it here too Public Function GetAge(ByVal Birthdate As System.DateTime, _ Optional ByVal AsOf As System.DateTime = #1/1/1700#) _ ...
Persistent objects in .Net

Persistent objects in ....

This year my enterprise is growing very fast and a lot of new software requests are coming every month. Unfortunately we couldn’t get new employees, we’re a small company, so we looked around for something that could speed up the development process. This month i found...

« Previous Entries Next Entries »