Search...

Friday, October 16, 2015

TERMS RELATED TO .NET

CLR(COMMON LANGUAGE RUNTIME)-It is the heart of .Net framework which is responsible for 
  • Converting source code into MSIL(Microsoft Intermediate Language )
  • Automatic memory management
  • Framework efficiency and effectively does he memory management.
  • Garbage collection
  • Overall execution of the .net source code and error management.
 .Net framework acts as a middle layer between OS and program language.

Thursday, October 15, 2015

What is SQL? Why we use SQL? SQL Process?

SQL

SQL is Structured Query Language, which is a computer language for storing, manipulating and retrieving data stored in relational database.

INTRODUCTION TO .NET

.NET  is a technology of Microsoft which is used to develop different kinds of application oriented software. It is not an operating system but a technology which supports more than 70 languages in current scenarios to develop application oriented software, this is done by its language independent framework( redirected from Next Generation Windows Service).