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 »

Hello Friends,

Microsoft Release the Open source for the content management system or you can say is new blog engine name as Oxite.

Oxite is an open source, web standards compliant, blog engine built on ASP.NET MVC.

Oxite has the features like Commenting,Comment moderation,Tagging , Content pages etc i mean all the blog related stuff included in the Oxite. Read the rest of this entry »

20
Jul

.Net Interview Questions

   Posted by: admin   in .Net Emperor

Hello Frieds,

Now Recession is almost over and all we want to try to relocate or change our job in to MNC company.

so here is the links which will provides all the types of .net interview question which will helps all of us to get right job which we all wants. Read the rest of this entry »

20
Jul

Get Nth highest value in Sql server

   Posted by: admin   in Sql Server

Hello Friends ,

Recently few of my friends was looking for a job during them interviews one comman question asked to them is the get or find the Nth value form the any table like Employee table.

so here is the one query which will give you Nth value from the employee table. Read the rest of this entry »

Hello Friends,

Now a days i m  working in one project where i need to add textbox at run time when user will press button add new field then one textbox will add on the page with validation control for same textbox after user will fill those new added textboxes and press save i want to all the new added textboxes values run time and save in the database.

i m giving you code where not just textbox but you can find any web control in one page. Read the rest of this entry »