Learn Basic MVC CRUD Operation With ASP.NET.

Learn to create basic MVC CRUD operations using ASP.NET without Entity Framework

Ratings 4.34 / 5.00
Learn Basic MVC CRUD Operation With ASP.NET.

What You Will Learn!

  • You will be able to do basic Create, Read, Update and Delete operations.

Description

This is an introductory course for MVC using ASP.NET.

There are two parts to the course. In the first, theory part, will define what MVC pattern means, how the different levels interact with each other.

Course will show you how to create a basic application from the very beginning.

We will use Microsoft's pre-build MVC template with ASP.NET. You will learn how to build your own database access layer (DAL). We will “not” use entity framework to access database.

We will use Microsoft-SQL database, however the component is generic enough to connect to any database, for example MS-Access, Oracle etc.

After completing this course you should be able to build your own basic ASP.NET application using MS-MVC template, connect to a database and perform the basic creating, reading, updating and deleting (CRUD) the record from database.

A sample we will use Microsoft’s Northwind database, the schema to create the database is provided.

At the completion student will be able to understand what MVC pattern is, how different components interact with each other. How to create your own MVC application with ASP.NET, using a database and how to do perform the basic CRUD operations.

Happy learning and happy coding. Good luck with MVC using ASP.NET accessing database without Entity Framework (EF).

Who Should Attend!

  • People who want to get the basic concepts of MVC

TAKE THIS COURSE

Tags

  • ASP.NET MVC

Subscribers

49

Lectures

12

TAKE THIS COURSE



Related Courses