Pages

Friday, November 11, 2016

Add Two Number with input


Add Two Number

This program have two input number1 and number2. number1=10 and number2=5.
sum=number1+number2 that mean sum=10+5. The result is 15.

Thursday, November 3, 2016

C# Femily Tree


C# "Hello World" Program

using System;
namespace HelloWorld
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
            Console.ReadKey();
        }
    }
}

.Net framework components

The .Net framework consists of an enormous library of codes used by the client languages such as C#. Following are some of the components of the .Net framework:
  • Common Language Runtime (CLR)
  • The .Net Framework Class Library
  • Common Language Specification
  • Common Type System
  • Metadata and Assemblies
  • Windows Forms
  • ASP.Net and ASP.Net AJAX
  • ADO.Net
  • Windows Workflow Foundation (WF)
  • Windows Presentation Foundation
  • Windows Communication Foundation (WCF)
  • LINQ