Archive for the ‘.Net Emperor’ Category

13
Jul

Get MAC address of client`s computer

   Posted by: admin   in .Net Emperor

Hello Friends,

Recently i got one request in which one of my client wants to get user`s MAC(Media Access Control) Address who access his website.

First of all let me tell you what is a MAC Address mean ?

A Media Access Control address (MAC address) is a unique identifier assigned to most network adapters or network interface cards (NICs) by the manufacturer for identification. A MAC address usually encodes the manufacturer’s registered identification number. It may also be known as an Ethernet Hardware Address (EHA), hardware address, adapter address, or physical address.MAC Addrees is unique address.

If you want to find out your computer`s mac address then simply open command prompt and type these two commands which will returns you mac address of your computer.

1) GETMAC

2) IPCONFIG/ALL

Here is the code that will returns mac address of any computer. Read the rest of this entry »

Hello Friends,

Recently i was working on project and my colleague Akhil Patel has asked me that how can we remove duplicate rows from datatable or dataset after binds.

So those who are finding same question here is the answer, Read the rest of this entry »

3
Jun

Get youtube video`s image/thumbnail

   Posted by: admin   in .Net Emperor

Hello Friends,

Before two days ago one of my client has been requested that he needs to show youtube video`s thumbnail image on page when user will click on that thumbnail one modelpopup will be open and in that model popup actual youtube video will be shown. To fullfill client`s request i have to create Youtube video`s thumbail on fly so when i was googling i have found one nice functionality of youtube.

Actually Youtube is providing one facility where it gives you all the video`s image file.
Let`s take example which will gives you more clear view what i m saying
Below i have added two links,
first link shows you youtube video link and second link shows you that same video has its own image on another server name as http://img.youtube.com/

1) http://www.youtube.com/watch?v=3Kk-yZ7VpeA

2) http://img.youtube.com/vi/3Kk-yZ7VpeA/0.jpg

So what you need to create Youtube video`s image thumbnail is YouTube video’s URL address or at least video’s YouTube ID.

Read the rest of this entry »

Hello Friends,

Today i m going to give you one of my favorites 20 video tutorials website links. Few of them websites you have already knew and few of them may be new for you so please checkout all the websites , all the websites will defiantly brings you next level of technical skill. 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 »

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 »

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 »