Answer Posted / kirti
You can initialize readonly variables to some runtime values. Let's say your program uses current date and time as one of the values that won't change. This way you declare public readonly string DateT = new DateTime().ToString().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
mention what is the key advantage of using entity framework or ef?
Explain how you can send the result back in JSON format in MVC?
What is difference between html.beginform and ajax.beginform?
Explain tempdata in asp.net mvc?
How does servicing work for the .net framework 3.0?
how do you truncate a table using entity data model?
How we can handle the exception at controller level in ASP.Net MVC?
Can you please explain the request flow in ASP.NET MVC framework?
Can you explain renderbody and renderpage in mvc?
The order of the filters that get executed, if the multiple filters are implemented?
What are ajax helpers in asp.net mvc?
What is edm designer? : Entity framework
What are the 2 popular asp.net mvc view engines?
Mention two instances where routing is not implemented or required?
What is the use of the default route {resource}.axd/{*pathinfo} ?