In MVC there are almost 12 types of result , Actionresult class is the base class and there are eleven sub types are available.…
In .net 4.5 , there is a new feature is called asynchronous method calling , action methods that return an object of type Task<ActionResult> , MVC…
It is very good question for interview to select this question, this is really very good question to ask. SELECT @@IDENTITY It returns…
At the time of creating Trigger on any table which includes nvarchar,ntext, image field then an error can be seen for Cannot use…
there are different types of filters in mvc,the execution of filters below like A)Authorization filters: this filter implements using IAithorizationFilter , it is…
it is great tools for selecting whole text of stored procedure,table etc . it is very easy to use for dynamic query without…
some time it requires to update multiple record using linq , for selecting single value you have to use Dirstdefault() , but for…