28
Apr

Microsoft Gives you free antivirus software

   Posted by: admin   in Free Stuff

Hello Friends,

I have one good news for all the windows operating system users.Microsoft launched it`s own anti-virus system name as “Microsoft Security Essentials” and guess what it is totally free of cost. so why are you waiting just go and download into your computer.

Microsoft Security Essentials gives your computer real-time protection , it guards your computer against viruses, spyware, and other malicious software. Read the rest of this entry »

26
Apr

Send Email To Any Mobile Phone Free Of Cost

   Posted by: admin   in .Net Emperor

Hello Friends,

I have one great news for all the guys and girls who are working on USA based websites and try to send SMS to USA people`s mobile from his / her websites.

You have to just collect user`s mobile no and it`s carrier then you can easily send emails to their cell phones directly from your email program.

In USA almost all the mobile carriers supports free Email to SMS gateway. so you have to just forward simple email to mobile after that all the work will done by carrier company. carrier company will convert email in to SMS format and send same email content to user`s mobile as SMS formate.

Below I have put one table which listing free email to SMS gateways for different carriers. You can use as quick reference both for US and international mobile numbers. Read the rest of this entry »

23
Apr

Read and write readonly files in asp .net

   Posted by: admin   in .Net Emperor

Hello Friends,

In this article i will teach you how to read and write read-only files in asp.net.

Please check below code. Read the rest of this entry »

Hello Friends,

Before two days ago one of my client came to me and gave me to work where i have to create one script which will take all the databases backup in specific location. My client is using sql server 2005. so please find out below the script which will take backup of all your databases in sql server 2005.
Read the rest of this entry »

21
Dec

Remove Html Tages form string

   Posted by: admin   in .Net Emperor

Hello Friends,

Here is the code which will remove html tags form the string in vb .net. Read the rest of this entry »

21
Dec

Bit Torrent Search Engine List

   Posted by: admin   in Free Stuff

BitTorrent is a peer-to-peer file sharing protocol used for distributing large amounts of data.Torrents, typically ending in “.torrent”,

It’s actually pretty cool technology that really just boils down to another way to download files. So really, you just use .torrent files to download other files.

BitTorrent is a distributed file distribution technology. Yes, “distributed distribution”. When you download a file using BitTorrent, the file is actually broken up into chunk that your BitTorrent client program then downloads and reassembles into the final file as the pieces arrive. To over-simplify, what makes it interesting are two things:

  • The different chunks you download can all be coming from different machines. A BitTorrent client will connect to many other BitTorrent clients and download several chunks at once, in random order. In the long run this makes the protocol fairly efficient, and very nicely scalable – the more BitTorrent clients that are serving up a given file, the faster other clients can download it.
  • As you start collecting chunks of the file, your BitTorrent client will start making those chunks available for downloading to other BitTorrent clients, and will become a part of the peer-to-peer file distribution network.

Read the rest of this entry »

10
Nov

Cool Proxy Server List

   Posted by: admin   in Free Stuff

Hello Friends ,

I m BACK with bang sorry for not made new articles in recent days, actually reason i was working on new project which  difficult so i have not found time anyways when i was working on the project i have found few websites which are only open for particular countries also same time one of my friend told me that in their company few websites are locked you can`t access list of websites.

so friends here is the best solution , you can use proxy server website to access any website in any environment.

Please check here is few list of websites which i like it all the websites are proxy servers. Read the rest of this entry »

Hello Friends,

Just before one day i got one request from my client he wants to compare two database tables which located on the two different servers.

i thought how can i do this with sql server and i found one terrific solution to achieve same task. so all the sql server programmers and .net programmers who stuck on same issue here is the solution for you guys. Read the rest of this entry »