dotnetinterviewquestions.in
5 important ASP.NET MVC routing interview questions
http://www.dotnetinterviewquestions.in/article_5-important-aspnet-mvc-routing-interview-questions_248.html
Net Interview Questions and Answers. 5 important ASP.NET MVC routing interview questions. By : Shiv Prasad Koirala. Nov 10th, 2014. ASPNET MVC routing is one of favorite topics during MVC interviews. In this article we will try to go through some important questions around MVC routing section. If you are new to MVC and want to start learning you can start from this MVC youtube video. What are routing in MVC? Where is the route mapping code written? Can we map multiple URLs to the same action? This is a f...
dotnetinterviewquestions.in
C# and .NET Framework interview questions:- Describe Multi-targeting in .NET?
http://www.dotnetinterviewquestions.in/article_c-and-net-framework-interview-questions:-describe-multi-targeting-in-net_1.html
Net Interview Questions and Answers. C# and .NET Framework interview questions:- Describe Multi-targeting in .NET? By : Shiv Prasad Koirala. Jul 31st, 2011. Multi-targeting: - Multi-targeting is the ability to specify the version of the .NET Framework that your application requires to run and have the matching experience while developing it with Visual Studios Integrated Development Environment (IDE). Lets see a small demonstration on Multi-targeting. Create a new project as following diagrams. As soon a...
dotnetinterviewquestions.in
.NET interview questions and answers: - What is TPL?
http://www.dotnetinterviewquestions.in/article_net-interview-questions-and-answers:-what-is-tpl_139.html
Net Interview Questions and Answers. NET interview questions and answers: - What is TPL? By : Shiv Prasad Koirala. Feb 16th, 2013. This question is taken from threading chapter from .NET interview question and answers book. Written by Shivprasadkoirala and published by BPB publications. If you are new to c# threading, see this video c# threading interview question :- What is threading? TPL simplifies the following things from development aspect :-. Thread pooling is taken care internally. In this article...
dotnetinterviewquestions.in
Confusing MVC Interview questions on TempData , Peek and Keep
http://www.dotnetinterviewquestions.in/article_confusing-mvc-interview-questions-on-tempdata-peek-and-keep_243.html
Net Interview Questions and Answers. Confusing MVC Interview questions on TempData , Peek and Keep. By : Shiv Prasad Koirala. Sep 15th, 2014. One of the most asked MVC interview question is around tempdata , viewdata and viewbag. Further we have seen lot of MVC interviewers confuse developers with TempData , Peek and Keep questions. This section will clarify the confusion around the same. What is need of "TempData"? What is difference between TempData and ViewData? The more shortcut way of achieving the ...
dotnetinterviewquestions.in
How can you handle multiple submit buttons? (ASP.NET MVC Interview Questions)
http://www.dotnetinterviewquestions.in/article_how-can-you-handle-multiple-submit-buttons-aspnet-mvc-interview-questions_251.html
Net Interview Questions and Answers. How can you handle multiple submit buttons? ASPNET MVC Interview Questions). By : Shiv Prasad Koirala. Dec 23rd, 2014. Let us try to understand what the interviewer is asking. If you have two submit buttons as shown in the below code and you want that when end user click first submit button, "X" action should fire and in the other submit button click "Y" action should fire. What is the best way to achieve the same? Rate this Article :. More From Shiv Prasad Koirala.
dotnetinterviewquestions.in
ASP.NET Submit Free Articles | ASP.NET Online Articles
http://www.dotnetinterviewquestions.in/category_aspnet-articles_1_0.html
Net Interview Questions and Answers. Listed articles in ASP.NET. Understand $broadcast, $emit and $events in AngularJS using example. In this AngularJS article will discuss about $BroadCast,$Emit and $Events. Read More. By Shiv Prasad Koirala. What is the need of $sce? This article will explain about the need of $sce. Read More. By Shiv Prasad Koirala. ASPNET MVC security Interview questions. In this article we will explaion about MVC. Read More. By Shiv Prasad Koirala. By Shiv Prasad Koirala. QuestPond'...
dotnetinterviewquestions.in
25 Important AngularJS Interview Questions
http://www.dotnetinterviewquestions.in/article_25-important-angularjs-interview-questions_252.html
Net Interview Questions and Answers. 25 Important AngularJS Interview Questions. By : Shiv Prasad Koirala. Apr 10th, 2015. AngularJS is one of the most asked topics in Web Programming Interviews. Below are 25 most asked AngularJS question in the market. All the below questions are answers in this codeproject article with code and demonstration. Http:/ www.codeproject.com/Articles/891718/AngularJS-Interview-Questions-and-Answers. Explain Directives in Angular? What are expressions in Angular? 25 Important...
dotnetinterviewquestions.in
What is the need of less.js ?( Javascript interview questions)
http://www.dotnetinterviewquestions.in/article_what-is-the-need-of-lessjs-javascript-interview-questions_241.html
Net Interview Questions and Answers. What is the need of less.js? By : Shiv Prasad Koirala. Aug 11th, 2014. English meaning of LESS means minimizing something. LESS.JS simplifies your CSS by adding extra capabilities to CSS like variables, mixins etc. LESS.JS makes your CSS dynamic. LESS extends your CSS and simplifies your CSS. Before running the above code ensure that you have link to less.js file at the top. You can get less JS file from lesscss.org. Rate this Article :. More From Shiv Prasad Koirala.
dotnetinterviewquestions.in
Can we overload Actions / Controllers in MVC? (MVC Interview questions)
http://www.dotnetinterviewquestions.in/article_can-we-overload-actions-controllers-in-mvc-mvc-interview-questions_249.html
Net Interview Questions and Answers. Can we overload Actions / Controllers in MVC? By : Shiv Prasad Koirala. Nov 25th, 2014. If you are preparing for MVC interview download our 100 MVC Interview question Ebook. So will this work. The answer is No, No , No , No and No. If you try to invoke "LoadCustomer" you willland up with the below error. In order to resolve the same you decorate one of your actions with "ActionName" attribute as shown in the below code. Rate this Article :. By : Shiv Prasad Koirala.
SOCIAL ENGAGEMENT