How to prepare for c# and .NETinterviews?

Comincia dall'inizio
                                        

How can you cache different version of same page using ASP.NET cache object?

How will implement Page Fragment Caching?

Can you compare ASP.NET sessions with classic ASP?

Which are the various modes of storing ASP.NET session?

Do session use cookies?

Is Session_End event supported in all session modes?

Where do you specify session state mode in ASP.NET?

What are the other ways you can maintain state?

What are benefits and Limitation of using Hidden fields?

What is ViewState?

How do we ensure viewstate is not tampered?

Does the performance for viewstate vary according to User controls?

What are benefits and Limitation of using Viewstate for state management?

How can you use Hidden frames to cache client data ?

What are benefits and limitations of using Hidden frames?

What are benefits and limitations of using Cookies?

What is Query String and what are benefits and limitations of using Query Strings?

What is Absolute and Sliding expiration?

What is cross page posting?

How do we access viewstate value of the current page in the next page ?

Can we post and access view state in another ASP.NET page?

What is SQL Cache Dependency in ASP.NET 2.0?

How do we enable SQL Cache Dependency in ASP.NET 2.0?

What is Post Cache substitution?

Why do we need methods to be static for Post Cache substitution?

How do we encrypt web.config files in ASP.NET 2.0 ?

In .NET 1.X how was the encryption implemented for config files?

How do you send a email using ASP.NET ?

How did you deployment and setup in ASP.NET ?

Section 6:   MVC (Model view controller)

What is MVC?

Can you explain the complete flow of MVC?

Is MVC suitable for both windows and web application?

What are the benefits of using MVC?

Is MVC different from a 3 layered architecture?

What is the latest version of MVC?

What is the difference between each version of MVC?

What are routing in MVC?

Where is the route mapping code written?

Can we map multiple URL’s to the same action?

How can we navigate from one view to other view using hyperlink?

How can we restrict MVC actions to be invoked only by GET or POST?

How can we maintain session in MVC?

What is the difference between tempdata ,viewdata and viewbag?

What are partial views in MVC?

How did you create partial view and consume the same?

Hai finito le parti pubblicate.

⏰ Ultimo aggiornamento: Feb 11, 2013 ⏰

Aggiungi questa storia alla tua Biblioteca per ricevere una notifica quando verrà pubblicata la prossima parte!

How to prepare for c# and .NETinterviews?Dove le storie prendono vita. Scoprilo ora