Tutorials and code for ASP.NET 2.0,C#,SQL Server,AJAX tutorials,jQuery  
Home    Articles    Contact Us
 

ASP.NET
AJAX
Interview Questions
Sql Server
Technology News
Tips and Tricks
jQuery


Find and Delete duplicate records in a table


How would you identify and delete duplicate records in a table?

Difference between Primary Key and Unique Key


Difference between Primary Key and Unique Key

What is manage code


Manage code runs inside the environment of CLR i.e. .NET runtime....

What is a CLS


CLS stand for Common Language Specification. This is a subset of the CTS, which all .NET languages are expected to support......

What is CTS


CTS is stand for Common Type System. In order that two language communicate smoothly CLR has CTS......

What is CLR


CLR is stand for Common Language Runtime and it forms the heart of the .NET framework. All Language have runtime and it is the responsibility of the runtime to take care of the code execution of the Program. For example, VB6 has MSVBVM60.DLL and Java has Java Virtual Machine etc. Similarly, .NET has CLR......

What is an IL


Twist : what is MSIL or CIL, What is JIT?

Home | Contact Us

© 2008-09 TechnoReader.com. All rights reserved.