Hi friends,
I want to make crud application in asp.net mvc connecting with oracle table having the column id (primary key) with auto increament.As oracle 11g auto increament can be done by using sequence. But how to use that sequence in asp.net model or do we have any other alternatives for this.
Your advices is highly appreciated,
Arun Sahani