Udemy ASP NET CORE MVC Build a Complete eCommerce App

0dayddl

U P L O A D E R

359020115_tuto.jpg


Download Free Download : Udemy ASP NET CORE MVC Build a Complete eCommerce App
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:3.78 GB

Files Included :
001 Application Demo.mp4 (77.66 MB)
MP4
002 What to expect from this course.mp4 (5.43 MB)
MP4
001 What is MVC.mp4 (7.34 MB)
MP4
002 Your first MVC application.mp4 (18.55 MB)
MP4
003 Default application files.mp4 (32.12 MB)
MP4
004 Course code structure.mp4 (5.72 MB)
MP4
001 Application models overview.mp4 (1.42 MB)
MP4
002 Adding your first model.mp4 (9.56 MB)
MP4
003 Adding producer model.mp4 (8.33 MB)
MP4
004 Adding cinema model.mp4 (4.66 MB)
MP4
005 Adding movie model.mp4 (14.1 MB)
MP4
006 Adding your DbContext file.mp4 (11.17 MB)
MP4
007 Adding model relationships.mp4 (40.77 MB)
MP4
008 Configuring SQL Server.mp4 (17.62 MB)
MP4
009 Adding your first migration.mp4 (53.42 MB)
MP4
010 Seeding the database.mp4 (29.82 MB)
MP4
001 Application controllers overview.mp4 (3.64 MB)
MP4
002 Adding the ActorsController.mp4 (40.57 MB)
MP4
003 Adding the ProducersController.mp4 (9.05 MB)
MP4
004 Adding the CinemasController.mp4 (4.81 MB)
MP4
005 Adding the MoviesController.mp4 (5.43 MB)
MP4
001 Adding your first view (list of actors).mp4 (85.15 MB)
MP4
002 Adding the producers view.mp4 (24.67 MB)
MP4
003 Adding the cinemas view.mp4 (19.04 MB)
MP4
004 Adding the movies view.mp4 (11.64 MB)
MP4
005 Designing the movie card.mp4 (110.98 MB)
MP4
006 Designing the navigation bar.mp4 (80.11 MB)
MP4
001 Adding IActorsService interface.mp4 (10.09 MB)
MP4
002 Adding your first service.mp4 (21.18 MB)
MP4
003 Major dependency-injection lifetimes (Singleton vs Scoped vs Transient).mp4 (8.55 MB)
MP4
004 Designing your first form Create Actor.mp4 (102.4 MB)
MP4
005 Model Validation - Adding data to database.mp4 (61.58 MB)
MP4
006 Getting item by id (Actor Details).mp4 (46.4 MB)
MP4
007 Updating data in database (Edit Actor).mp4 (50.12 MB)
MP4
008 Deleting data from database (Delete Actor).mp4 (75.39 MB)
MP4
009 Adding NotFound View.mp4 (26.28 MB)
MP4
001 Adding EntityBaseRepository files.mp4 (14.38 MB)
MP4
002 GetAllAsync() & GetByIdAsync() base methods.mp4 (13.05 MB)
MP4
003 AddAsync() method in base repository.mp4 (5.89 MB)
MP4
004 UpdateAsync() & DeleteAsync() methods in base repository.mp4 (9.45 MB)
MP4
005 ActorsService configuration with EntityBaseRepository.mp4 (44.52 MB)
MP4
001 ProducersService configuration with EntityBaseRepository.mp4 (29.79 MB)
MP4
002 Getting producer details.mp4 (36.04 MB)
MP4
003 Adding new producer to database.mp4 (62.61 MB)
MP4
004 Updating a producer.mp4 (46.68 MB)
MP4
005 Deleting a producer from database.mp4 (41.21 MB)
MP4
001 CinemasService configuration with EntityBaseRepository.mp4 (48.52 MB)
MP4
002 Adding new cinema to database.mp4 (61.81 MB)
MP4
003 Getting cinema details.mp4 (17.06 MB)
MP4
004 Updating existing cinema.mp4 (37.47 MB)
MP4
005 Deleting a Cinema from database.mp4 (29.76 MB)
MP4
001 MoviesService configuration with EntityBaseRepository.mp4 (20.47 MB)
MP4
002 Include() with generic repository.mp4 (20.85 MB)
MP4
003 Getting movie details.mp4 (99.68 MB)
MP4
004 Passing data to a view.mp4 (40.26 MB)
MP4
005 Designing Create Movie form.mp4 (161.96 MB)
MP4
006 Dropdown lists from database.mp4 (70.69 MB)
MP4
007 Partial views - [Add New button].mp4 (29.2 MB)
MP4
008 Adding new movie to database.mp4 (39.82 MB)
MP4
009 Updating existing movie.mp4 (114.06 MB)
MP4
010 Searching for a movie.mp4 (38.46 MB)
MP4
001 Adding Order & OrderItem models.mp4 (24.03 MB)
MP4
002 Adding ShoppingCartItem model.mp4 (10.7 MB)
MP4
003 Setting up ShoppingCart class.mp4 (14.88 MB)
MP4
004 Creating AddItemToCart() method.mp4 (11.68 MB)
MP4
005 Creating RemoveItemFromCart() method.mp4 (7.78 MB)
MP4
006 Adding OrdersController file.mp4 (19.91 MB)
MP4
007 Designing shopping cart view.mp4 (36.66 MB)
MP4
008 Configuring sessions & shopping cart as a service.mp4 (65.55 MB)
MP4
009 Adding items to shopping cart.mp4 (35.48 MB)
MP4
010 Removing items from shopping cart.mp4 (6.71 MB)
MP4
011 ViewComponents.mp4 (57.76 MB)
MP4
012 Adding and configuring OrdersService.mp4 (39.09 MB)
MP4
013 Ordering items without PayPal.mp4 (62.6 MB)
MP4
014 Listing all orders.mp4 (54.71 MB)
MP4
015 Orders option in user profile section.mp4 (39.56 MB)
MP4
001 PayPal Sandbox application.mp4 (9.95 MB)
MP4
002 PayPal checkout button.mp4 (32.94 MB)
MP4
003 Setting up PayPal payments.mp4 (12.95 MB)
MP4
004 Executing a PayPal payment.mp4 (47.66 MB)
MP4
001 Introduction to ASP NET Identity framework.mp4 (4.36 MB)
MP4
002 Adding Identity tables.mp4 (57.88 MB)
MP4
003 Seeding database users & roles.mp4 (98.67 MB)
MP4
004 Idenity configuration in Startup cs.mp4 (44.65 MB)
MP4
005 Adding the AccountController.mp4 (8.72 MB)
MP4
006 Designing Login view.mp4 (76.91 MB)
MP4
007 Logging in users.mp4 (59.47 MB)
MP4
008 Designing Sign up view.mp4 (47.27 MB)
MP4
009 Signing up users.mp4 (27.9 MB)
MP4
010 Signing out users.mp4 (25.31 MB)
MP4
011 Identity partial view.mp4 (15.45 MB)
MP4
012 Identity based menu items.mp4 (18.95 MB)
MP4
013 Role-based UI rendering.mp4 (60.86 MB)
MP4
014 Role based Orders view.mp4 (78.53 MB)
MP4
015 Listing all users.mp4 (27.81 MB)
MP4
016 [Authorize] in Controllers.mp4 (41.68 MB)
MP4
017 Adding role checks in [Authorize].mp4 (58.52 MB)
MP4
001 Setting up Azure SQL Server.mp4 (27.47 MB)
MP4
002 Setting up Azure SQL Database.mp4 (10.31 MB)
MP4
003 Swapping database connection strings.mp4 (42.16 MB)
MP4
004 Setting up Azure Application Service.mp4 (15.74 MB)
MP4
005 Deploying application to Azure.mp4 (9.02 MB)
MP4
006 Update default routing.mp4 (34.25 MB)
MP4
001 Ignore search string case.mp4 (40.11 MB)
MP4
002 Disable Add to Cart for expired movies.mp4 (34.92 MB)
MP4
003 Hide shopping cart icon after an order is completed.mp4 (42.19 MB)
MP4

wr5avz9k_t.jpg


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.in | Dataload.in

Auf Data-Load.in findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load.in / Dataload.in legal?

Data-Load.in ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load.in gespeichert.
Oben Unten