What do you mean by XAML
Extensible Application Markup Language is a XML based Language for creating a rich graphical user interface XAML was first introduced in 2003 as the language be..
Extensible Application Markup Language is a XML based Language for creating a rich graphical user interface XAML was first introduced in 2003 as the language be..
There are different methods of moving data
(1)BACKUP and RESTORE
(3)Attaching databases
(5) DTS
It is the process of converting Low Level Locks to higer Level Locks.Example of LLL(Low Level locks) is row locks and HLL(Higher Level Locks) is table lock.Ever..
The LIKE condition allows us to use wildcards in the where clause of an SQL query.
(1)% allows you to match any string of any length (including zero length..
string ss="pervej";
string encode=Convert.ToBase64String(System.Text.Encoding.UTF8.GetBytes(ss));
(1)No indexes
(2)A clustered index
(4)A nonclustered index