У нас вы можете посмотреть бесплатно E23: Stored Procedures in ASP.Net Boilerplate или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Using stored procedures in ASP.Net Boilerplate is a little trickier than you might imagine. There's the problem of getting them into the database with EF Code-First migrations. Then there's the issue of how to call them through the repository pattern. And did you know there are three different ways to call stored procedures? Which you use depends on whether they return an existing entity, return nothing, or the most complicated: if they return something else entirely. In this episode Lee goes through it all from beginning to end. All code for this episode is available in the follwing pull request: https://github.com/lprichar/LeesStore.... This code was roughly based on the following ASP.Net documentation page: https://aspnetboilerplate.com/Pages/D... Lastly if you're new to ASP.Net Boilerplate check out Episode 19, it's a great overview of the technology: • E19: Be a Hero on Day 1 with ASP.Net Boile...