-
-
2).please write an example of convertinfg string value "31/12/2000" to date time and at the same time change its format "mm/dd/yy"
3). please write an example of reurnning a date that is the last day of the month.8 months from todays date
4).please write an example of formatting a variable of fromatting a variable in doubble data type with value "1800000.7" to "$1,8000.000.70"
">1).please write an example of getting the smallest value than can sub divde"128"2).please write an example of convertinfg string value "31/12/2000" to date time and at the same time change its format "mm/dd/yy"3). please write an example of reurnning a date that is the last day of the month.8 months from todays date4).please write an example of formatting a variable of fromatting a variable in doubble data type with value "1800000.7" to "$1,8000.000.70"
-
-
-
-
-
-
-
-
-
-
-
Mutable and Immutable classes
What is mean by mutable and immutable classes? Please give any examples.
-
What is "Common Language Specification" (CLS)?
CLS is the collection of the rules and constraints that every language (that seeks to achieve .NET compatibility) must follow. It is a subsection of CTS and it specifies how it shares and extends one another libraries.
-
-
-
-
-
-
WebFarm Vs webGardens
A web farm is a multi-server scenario. So we may have a server in each state of US. If the load on one server is in excess then the other servers step in to bear the brunt. How they bear it is based on various models. 1. RoundRobin. (All servers share load equally) 2. NLB (economical) 3. HLB (expensive but can scale up to 8192 servers) 4. Hybrid (of 2 and 3). 5. CLB (Component load balancer).A...
DotNet Interview Questions
Ans