Build a real BLOG web-app in ASP.NET Core - Using a HTML Editor

preview_player
Показать описание
🔥 Are you looking for an awesome HTML Editor that you can use in ASP NET Core?

Check out the GITHUB repo for the project!

Timestamps:
00:00 - 01:15 - Intro
01:15 - 07:45 - Setup project and implement ASP.NET Html Editor
07:45 - 14:29 - Posting HTML content
14:29 - 19:05 - Saving posted content and render HTML strings
19:05 - 21:50 - Adjusting the Froala HTML editor layout
21:50 - 35:30 - Editing and saving existing posts
35:30 - 41:07 - Styling and theme
41:07 - 41:42 - Outro

Here are some links that you may find interesting👀

We´ll make sure to make a Developer out of you In no time!

What is Froala?
The Next-Generation WYSIWYG HTML Editor
Beautiful Javascript web editor that’s easy to integrate for developers—your users will simply fall in love with its clean design.
Froala Editor is a lightweight WYSIWYG HTML Editor written in Javascript that enables rich text editing capabilities for your applications.

Now, What is ASP.NET?
Free. Cross-platform. Open source.
A framework for building web apps and services with .NET and C#.
ASP.NET is an open-source, server-side web-application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, applications and services. The name stands for Active Server Pages Network Enabled Technologies.

It was first released in January 2002 with version 1.0 of the .NET Framework and is the successor to Microsoft's Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language. The ASP.NET SOAP extension framework allows ASP.NET components to process SOAP messages.

Make sure to check out the video to learn everything about it!

#coding #aspnetcore #html #editor #froala

TAGS

tutorialsEU offers you free video tutorials about programming and development for complete beginners up to experienced programmers.
This includes C#, Unity, Python, Android, Kotlin, Machine Learning, etc.
Рекомендации по теме
Комментарии
Автор

Thank you dear brother for your great effort.

tamimiqbalpython
Автор

You are really amazed, thank you for reshuffling my knowledge

yusufahmed
Автор

Thanks for your video. I appreciate that ^_^ !

inhle
Автор

When i try what you did in the froala installation- step by step - i always end up with a very useless Page. There are hundreds of logos, 2 per line with about 100 lines or more - dont know exactly but you have to scrolldown long. Do you know why this could be?

DjNOiz
Автор

The refactoring makes it harder to understand, maybe if you just created the view model since the beginning it would have been more clear when implementing "edit" functionality. Also this @Html.Raw(string) is not encoding the HTML and it is interpretating the given value as it is - this makes it vulnerable for XSS. Everyone can write something like and it will be executed as part of the site. Maybe you should rework the tutorial with encoding symbols like < > " ' so they wont be interpretated as part of the site code.

ДаниелДианов
Автор


🔥 Are you looking for an awesome HTML Editor that you can use in ASP NET Core?

Check out the GITHUB repo for the project!


Here are some links that you may find interesting👀

We´ll make sure to make a Developer out of you In no time!

tutorialsEU