Search This Blog

Showing posts with label CMD. Show all posts
Showing posts with label CMD. Show all posts

Friday, 19 July 2013

Click here to download BSCIT sem V and VI Syllabus



Click here to download BSCIT sem V and VI Syllabus
Semester V

USIT501 Network Security
USIT502 Asp.Net With C#
USIT503 Software Testing
USIT504 Advanced Java
USIT505 Linux Administration
Semester VI

USIT601 Internet Technology
USIT602 Project Management
Studies
USIT603 Data Warehousing
USIT607 Project Report
USIT608 Project Viva Voce
Elective
USIT604 IPR and Cyber Laws
Studies
USIT605 Digital Signal And Systems

USIT606 Geographic Information

Geographic Information
Systems Practical


Click here to Download the Syllabus

Monday, 10 September 2012

How To Declare Keyword as Variable ?




Contact :  https://www.facebook.com/rajvishwakarma15

How To Declare Keyword as Variable ?



A Simple Example:
using System;
class A
{
    public static void Main(string[] a)
   {
         int @for=20;
         Console.WriteLine(@for);
Console.Readkey();
   }
}

Similarly This You can declare any Keyword As Variable.
Thanks.

Tuesday, 24 July 2012

Find Websites IP address


Find a Website's IP Address


Like to know the IP address of a website? There are a few different commands you can use to find it.

Let's use the nslookup command to find the IP address of About.com. Just execute nslookup about.com and view the result. Make sure you don't confuse any private IP addresses that also show up in the nslookup results alongside About.com's public IP address.

Another way to find a site's IP address is to use the ping command. Execute ping about.com and then look at the IP address between the brackets in the results shown.

Using either Command Prompt trick, the result is 207.241.148.80.