In this article we will show Situation to decide Data grid, data list, or repeater while we design.For more articles and videos visit us on www.questpond.com
In this article we will explain about different ways to implement optimistic locking in ADO.NET.For more articles and videos visit us on www.questpond.com
Permission granting is no more the work of CAS; it’s now the work of the hosting model. In other words CAS is disabled in .NET 4.0 by default. The host will decide what rights to be given to the .NET assembly.
Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language.
We can define delegate as an abstract strong pointer to a function or method. In other words we can create a pointer which points to a method or function and then pass that pointer wherever you wish and invoke the function / method.
Volatile Keyword: - The Volatile keyword ensures that whichever the variable data you are accessing currently is up to date or is sinking with main memory which is being updated.
This is not one of the typical.NET interview questions, but being as a .NET developer this can help you in some extent to check the data you have inserted as input is of proper data type or not.