SQL Azure team released CTP1 of Microsoft Project Code-Named “Houston” which is available on SQL Azure Labs. This is a new web based tool hosted in Windows Azure that can be used to manage your SQL Azure database. In the past the primary mechanism for managing SQL Azure has been SQL Server Management Studio. For
I saw many of the applications with out basic level of security with respect to data transfer etc. Few people uses Base64 Encoding while sending data through URL which is a common practice. But a simple Javascript code can reverse engineer your Base64 encoded string. If you wanna try to reverse engineer your Base64 encoded
Introduction LINQ (Language Integrated Query) is a programming model that introduces queries as a regular programming concept into .NET Languages. LINQ syntax is more semantic and self explanatory. It provides a simple but most powerful environment to the developer by reducing code size. LINQ can access data from several data sources like Plain .NET Objects