ASP.NET - MVC - Core - Responsive Web Design - Lecture 14: Asynchronous Ajax and DB Operations

preview_player
Показать описание
#SoftwareDevelopment #Software #Engineering #CSharp #Coding #Course

In Lecture 14:

How to do database operations such as insert, update, delete, select in MS-SQL database with using Entity Framework in ASP.NET Core 5 MVC application
How to postback necessary part of an entity to update changes in the database
How to fully postback a model to update entity changes in the database
How to do a deep clone of an object instance with JsonConvert SerializeObject and DeserializeObject
How to copy values of all properties of an object instance into another object with PropertyCopier custom class
How to convert reguler html into fully ajax supporting html elements such as form, a href, etc. with using jquery-ajax-unobtrusive script
How to update part of a page with ajax asynchronously by using data-ajax-complete method call
How to display loading gif with using data-ajax-begin and data-ajax-complete method calls

Please subscribe and make comments.

This course requires fundamental knowledge about programming and C#. So please watch our below playlists related to C#.

Our courses playlists are like below:

auto subtitle timing : NA
Рекомендации по теме
Комментарии
Автор

In this lesson we learned;

3:46 Creating new database(toDo)
35:56 Creating UpdataInsert() method
38:50 How we update items using entity framework
2:10:30 Creating delete and delete alert message
2:15:22 Using ajax
3:02:37 Using data-ajax tag helper

Nisa Kuzu
195050014

nisa
Автор

I learned in this lecture:

- CRUD operations in database
- Postback
- Deep copy example
- JSON's SerializeObject and DeserializeObject methods
- Entity Framework in MVC
- Ajax

195050026
Recep Güneş

recepgunes
Автор

Koray İnci - 195050016

In this video I learned:
6:09 Starting to make TO DO LIST
39:10 Updating Records in EntityFramework
2:15:47 Using JQuery-Ajax
2:18:52 How to call partial view inside a view ?

Thanks for the lesson

korayinci
Автор

In this video i learned ;
How to use jqueray asynchronous
Usage of EF
CRUD operations

195050024

Автор

175050004
In this lecture we learned;
database operations (such as delete, insert, update, select etc) in ms-sql, postback necessary part to update db, full post back model to update changes in db, deep clone of an obj instance with Jsonconvert, update part of a page with ajax async by using data ajax method, display loading gif with ajax.

cantutar
Автор

In this lesson we covered the following topics:

- How to make a deep clone of an existing object
- JSON's SerializeObject and DeserializeObject method's to achieve the goal above
- How to make html elements fully ajax supporting
- How to update a part of a page async, just like twitter's feed without refreshing the page or sending a post

Raanem Dahbi - 195050904

raanemdahbi
Автор

175050007

What I learned in this lesson:

- database operations(CRUD operations)
- using Entity Framework in MVC
- full postback model to update database
- update part of a page with ajax
- display loading gif with ajax

Thanks for lesson.

mehmetoksuz
Автор

165050016
Insert, update, delete, and select in MS-SQL database with using Entity Framework, postback necessary part to update database, fully postback a model to update entity changes in the database, update part of a page with ajax asynchronously .

sedaalyakut
Автор

In this lecture we learnt about Ajax and how we can use it to make asynchronous DB operations which offers great fluidity and a whole lot better user experience for our applications.
195050003

bugragundogan
Автор

Ammar Hany Ezeldin Abdelrazik - 195050902

we used Ajax
you showed CRUD at the start which is create read update delete in db (Operations)
Entity framework
auto updating html using ajax

ammarhanyezeldinabdelrazik