Author: Ashif

Different types of results in MVC

In MVC there are almost 12 types of result , Actionresult class is the base class and […]

Using Asynchronous Methods in ASP.NET MVC 4

In .net 4.5 , there is a new feature is called  asynchronous method calling , action methods […]

Differance between @@IDENTITY ,SCOPE_IDENTITY() and DENT_CURRENT(‘tablename’)

It is very good question for interview to select this question, this is really very good […]

Cannot use text, ntext, or image columns in the ‘inserted’ and ‘deleted’ tables

At the time of creating Trigger on any table which includes  nvarchar,ntext, image field then an […]

Filters in mvc

there are different types of filters in mvc,the execution of filters below like A)Authorization filters: this […]

select text using sp_helptext

it is great tools for selecting whole text of stored procedure,table etc . it is very […]

Update Multiple Row using Linq

some time it requires to update multiple record using linq , for selecting single value you […]

1 7 8 9