.NET world

This for the people who are love to use .Net and also for the people who are new to .NET.

Monday, August 15, 2011

ASP CLASSIC NOTE

What about VBScript? Before ASP.NET,VBScript was the most popular language for developing Active Server Pages. ASP.NET does not support VBScript and this good news. Visual Basic is a superset of VBScript, which means has all the functionally of VBScript and more. So,  you have a richer set of functions and statements with Visual Basic. Futhermore, unlike VBScript, Visual Basic is a complied language. This means that if you use Visual Basic to rewrite the same code that you wrote with Visual Basic, you can get better performance. If you have worked only with VBScript and not Visual Basic in the past then don not worry. Since VBScript is so closely related to Visual Basic that you all find it easy to make the transition between the two languages.

.Net 4.0 and SQLServer 2008: Introduction to Data Integrity

.Net 4.0 and SQLServer 2008: Introduction to Data Integrity

Introduction to Data Integrity

Data integrity is lost in various ways such as when inaccurate data is entered, if data is not appropriately updated, if data gets corrupted during transmission from one computer to another or data is erroneously deleted.