Let's Learn .NET - Razor Pages

preview_player
Показать описание
Together, we will walk through the fundamentals of building web applications with Razor Pages in ASP.NET Core. Razor Pages make it easy to build web standard applications with HTML, CSS, and JavaScript with dynamic server-side code written in C#. Come learn something new and leave with something that we all built together, live with experts.

Рекомендации по теме
Комментарии
Автор

2 of my favorite online MS teachers and developers. Thank you for this!

tak
Автор

Question at 1:13:36 :
☝ Is there any difference between the Razor used in ASPNET MVC and Blazor?
A: Code block vs Functions block...

JoseSilva-gtzj
Автор

Good one . Really like the overall context of the subject

DigitalTECHJOINT
Автор

I love the Chinese book one 😂 hello from Singapore!!

ronzhong
Автор

I am curious why the presenters have to use VS Code when it seems use they haven't used it more than a few times (I am guessing that there are in total 3 to 5 lost video minutes caused just by VS Code issues compared to if the demos were in Visual Studio) and there is no syntax highlight and no error info which they could easily have in Visual Studio

SKglitches
Автор

why is Model used for logic code in Razor pages?
why is the POST verb with some additional info used for Delete operation instead of already existing DELETE HTTP verb?
why are the methods OnPost and OnGet not override and found by reflection? they could be predefined in the base class and overriden instead

kubizna
Автор

please put timestamps in video for easy access to topics and skipping unwanted topics.

TechieRathore
Автор

All I could think of while watching the video - Where do I purchase that VS Hat. :-)

jagadeeshbabuchitikesi
Автор

My first ever question to programming, right since I first laied my eyes on syntax. 🤔

Why do I have to learn to declare variables, write loops, print text in multiple different ways across languages, when they're doing the same thing?
"==" or "==="?
"console.log()" and "Console.WriteLine()"
Same thing. I'm curious why this can't be streamlined? I'm learning C# and JS atm. and I type things wrong all the time, cause I remember the other syntax. 😛

olizandrey
Автор

We had webforms where in code behind(.aspx.cs) was tightly coupled with its aspx page, then came MVC sepearting view from business logic, and in this we have cshtml page and associated .cs page. It seems to be same as webforms(aspx and cs)?

MayankKharyal
Автор

visual studio code isn't meant to write proper C# code. Next time use Visual Studio instead please.

Time
Автор

Sorry.. but this was a TOTAL DISASTER as a "show off".. trying to follow along was IMPOSIBLE!, at least add a link to some github repo so we can see a working code!

rodrigo
Автор

When you will learn? People now days want the 10-20 minutes max video length, each Microsoft video is 2 hours, just stop it! Devide it to subjects and make it Effective and enjoyable. People just lose their interest.

rankarat
Автор

I was just thinking about all windows frameworks. Why Microsoft didn't think about making a template in Visual Studio that will use HTML and CSS only and all theirs features to design the GUI of the DESKTOP application which will be "translated" to something like "Unity"(basically GUI will be generated by GPU so will leave more CPU for other operations). Instead of using JavaScript, they can implement C#. Is there something wrong with this?

Optimuseq