Tuesday, December 27, 2011

Basic things of .net for beginners

.Net is Application programming . There are 2 types of programming

1.System programming - Programming for a hardware .eg: drivers
2.Application programming- drawing , painting , word processors etc .

Platform - is an environment for developing and executing software applications . There are two types of platforms - development platform and production platform .
Development platform - environment where programmers writes the code .
Production platform - This written code by programmer released to the end user and executes in the target machine .in this environment

Framework - is a collection of classes and interfaces used for developing an application .

For execution of .net application we need .net framework software to be installed on that machine .
Framework Components
- 1. Framework Runtime 2. Framework SDK 3.Visual Studio.Net

Visual Studio.Net - for development of application . Its a commercial product by Microsoft. Its an IDE (Integrated with lots of things for develpment like compiler, debuggers , execute etc ) . Productivity of applications is high rate (RAD- rapid application development) using visual studio.
This studio is an extendable software - that is , this studio can be used for development of applications with other languages also with the help of supportive plug in.

No comments:

Post a Comment