Calling Stored procedures with Datacontext in MVC

0 comments

We can call stored procedures in the entity data model using below code we can pass parameters

and get the results

Datacontext entity framework truncate table

0 comments

We can truncate table in the Datacontext entity framework by the below code

   var objCtx = ((System.Data.Entity.Infrastructure.IObjectContextAdapter)objentity).ObjectContext;
                    objCtx.ExecuteStoreCommand("TRUNCATE TABLE [Table]");



Authorize.Net Credit card processing Integration Sample code

0 comments

You can create test account by clicking the below link
https://developer.authorize.net/sandbox/

You will get login information to the registered account.

For test account Login URL click the below link
https://test.authorize.net/

Place the code in the submit button click and also you can pass the data from the textbox entered details

Autorize .Net Echeck Integation Sample Code

1 comments

You can create test account by clicking the below link
https://developer.authorize.net/sandbox/

You will get login information to the registered account.

For test account Login URL click the below link
https://test.authorize.net/

For User guide click the below link
http://www.authorize.net/files/echecknetuserguide.pdf
Place the code in the submit button click and also you can pass the data from the textbox entered details

Vikram Chandra Theme by BloggerThemes & NewWPThemes Sponsored by iBlogtoBlog