How to use ADO.NET with the multi tenant application. I would like to to use ado.net with SQL server. please advise if there are any samples.
Asked
Active
Viewed 642 times
0
-
I do not think so it will come with ADO.Net because they have created framework and by default they have provided entity framework code first approach – Darshan Dave Apr 23 '18 at 04:14
2 Answers
2
Just create a custom repository and use SQL inside it.
Check this article for more: http://www.aspnetboilerplate.com/Pages/Documents/Articles/Using-Stored-Procedures,-User-Defined-Functions-and-Views/index.html It also uses SP and views.

hikalkan
- 2,234
- 15
- 17
-
Thank You for creating the excellent framework. I will try this and let you know. thanks again – Lokesh B R Apr 23 '18 at 16:34