- When should i use message security versus transport security in WCF
- http://msdn.microsoft.com/en-us/library/ff648863.aspx
- http://msdn.microsoft.com/en-us/library/vstudio/ms733137%28v=vs.100%29.aspx
- When should i use resource-bases authorization versus roles bases authorization in WCF
- When should i impresonate the original caller in WCF
- http://msdn.microsoft.com/en-us/library/ff650591.aspx
- http://blogs.msdn.com/b/irenak/archive/2009/12/02/sysk-373-how-to-impersonate-the-original-caller-when-calling-the-wcf-service-in-asp-net-by-configuration-only.aspx
- How do i migrate to WCF service from a ASMX webservice
- http://www.codeproject.com/Articles/312490/Migrating-ASMX-Services-To-WCF-services
- http://msdn.microsoft.com/en-us/library/ms730214%28v=vs.110%29.aspx
- http://msdn.microsoft.com/en-us/library/aa738697%28v=vs.110%29.aspx
- How do i enable logging and auditing in WCF
- http://msdn.microsoft.com/en-us/library/ff650832.aspx
- http://msdn.microsoft.com/en-us/library/ms734737%28v=vs.110%29.aspx
- How do i stop my service if there has been an auditing failure in WCF
- How do i authenticate against active directory in WCF
- http://social.msdn.microsoft.com/Forums/vstudio/en-US/18dcfcc7-28db-4bb4-8cf9-af2dbe3fddbe/wcf-service-and-active-directory-authenticationautorization-through-internet
- http://forums.asp.net/t/1680469.aspx
- How do i authenticate against SQL Store in WCF
- How do i send credentials in the message when i an using transport security in WCF
- How do i avoid clear text password in WCF?
- How do i use the windows token role provider for ASP.Net role authorization in WCF ?
- How do i encrypt sensitive data in the WCF configuration file.
- How do i run the WCF service with a particular identity ?
- When should i use a service principal name (SPN) in WCF ?
- How do i configure a least privileged account for my WCF service ?
- Should i validate before or after message serialization in WCF ?
- How do i protect my service from malformed messages in WCF?
- When should i use a channel factory in WCF?
- http://msdn.microsoft.com/en-us/library/ms734681%28v=vs.110%29.aspx
- http://msdn.microsoft.com/en-us/library/ms576132%28v=vs.110%29.aspx
- What is REST in WCF ? how do we implement REST service in WCF ?
- WCF poison message, WCF Dead letter
- Method overloading in WCF
- dynamic and var
runtime polymorph.
viewbag
jquery selectors
2 default delegates
flag enums
ASP.Net Interview Questions from various Software companies ...
Pages
- All ASP.Net and ASP.Net MVC Interview Questions and Answers
- Capgemini ASP.Net Interview Questions and Answers
- JP Morgan chase JPMC ASP.Net Interview Questions and Answers
- Barclays ASP.Net Interview Questions and Answers
- Morgan Stanley ASP.Net Interview Questions and Answers
- JLT Powai Mumbai Interview questions, Jardine Lloyd Thompson ASP.Net Interview Questions and Answers
- Nomura ASP.Net Interview Questions and Answers
- Deloitte ASP.Net Interview Questions and Answers
- Random Dot Net Gyan
Tuesday, 18 February 2014
.Net WCF interview questions and answers
Sunday, 16 February 2014
ASP.Net MVC interview questions
ASP.Net MVC interview questions
- Explain MVC process to handle request using MHPM events
- http://myfrequentlyasked.blogspot.com/2011/08/process-request-using-mhpm-events-fired.html
- http://www.codeproject.com/Articles/73728/ASP-NET-Application-and-Page-Life-Cycle
- Explain the MVC ASP.Net flow to process the request
- Explain the page life cycle of an ASP.Net MVC page
- http://stackoverflow.com/questions/17953756/mvc4-and-page-life-cycle
- http://stackoverflow.com/questions/460145/what-is-the-page-lifecycle-of-an-asp-net-mvc-page-compared-to-asp-net-webform
- http://www.dotnet-tricks.com/Tutorial/mvc/TbR0041112-Asp.net-MVC-Request-Life-Cycle.html
- Explain the function of URL routing system in the ASP.Net MVC
- http://weblogs.asp.net/scottgu/archive/2007/12/03/asp-net-mvc-framework-part-2-url-routing.aspx
- http://careerride.com/view.aspx?id=2185
- When I type return view() how does it know which view to return ?
- Explain how to access viewstate value of this page in next page.
- Is it possible to combine ASP.net webpages and MVC application and make a single application ?
- How can you share a view across multiple controllers ?
- Put the view in shared folder.
- Name different return types of a controller action method
- http://msdn.microsoft.com/en-us/library/dd410269%28v=vs.100%29.aspx
- http://careerride.com/view.aspx?id=3840
- How route table is created in ASP.Net MVC
- http://www.asp.net/mvc/tutorials/older-versions/controllers-and-routing/asp-net-mvc-routing-overview-cs
- http://msdn.microsoft.com/en-us/library/cc668201.aspx
- What are the 3 segments of default route that are present in an ASP.Net MVC application ?
- What is the difference between adding routes to a ASP.Net webform application and an MVC application ?
http://www.dotnet-tricks.com/Tutorial/mvc/4XDc110313-return-View%28%29-vs-return-RedirectToAction%28%29-vs-return-Redirect%28%29-vs-return-RedirectToRoute%28%29.html
Subscribe to:
Posts (Atom)