|
|
-
Ramireddy Liked 1 Years ago through Tutorials
This article will throw a light on what is an isolated storage medium and how to use the isolated storage space with the Windows Phone 7 application....
|
-
Ramireddy Liked 1 Years ago through Blogs
{
DataRow row = dt.NewRow();
......
|
-
Ramireddy Posted 1 Years ago through Interview Questions
Is it possible to add custom object as a key in HashTable,if so how to retrieve the stored value?...
|
|
|
|
|
-
What is theme and in which event in page life cycle, theme will be applied to page?...
|
-
What is theme and in which event in page life cycle, theme will be applied to page?...
|
-
Ramireddy Posted 1 Years ago through Interview Questions
Recently in one of the interview, I faced this tricky question, "What is the advantage for compiling to intermediate code instead of native code directly?"...
|
|
|
-
Ramireddy Liked 1 Years ago through What is New
`First_Value()` function returns the first value among the set of ordered values according to specified ordered & partitioned criteria.
DECLARE @Salaries TABLE
(
DepartmentId INT,
Salary INT
)
INSERT INTO @Salaries (...
|