C# Web Application Create your first web app in C# with ASP.NET MVC

  Рет қаралды 259,987

Programming w/ Professor Sluiter

Programming w/ Professor Sluiter

Күн бұрын

Пікірлер: 52
@shadsluiter
@shadsluiter 3 жыл бұрын
Newer version of this course is found here kzbin.info/www/bejne/o2mspnyldtGWn68
@mohamedmedo3398
@mohamedmedo3398 3 жыл бұрын
This is list of c# exercises kzbin.info/aero/PLMJarb53rvMQ_tZ31N7GBUcy3qY29ZG6e
@meocon1611
@meocon1611 3 жыл бұрын
I like your method of explaining combining with zooming techniques. It really makes me easily to understand what's going on. Keep up the good work and thanks a lot.
@christiancolewan
@christiancolewan 2 жыл бұрын
kudos to the teacher in this video, I just started learning c# and this is the first video that I watched.
@MatheusCodes
@MatheusCodes 3 жыл бұрын
Loved your tutorial. I like the way you show why things are that way, and not just quickly go over it assuming we already know it or that it is not important.
@shadsluiter
@shadsluiter 3 жыл бұрын
Thank you. What kinds of things are you interested in learning?
@MatheusCodes
@MatheusCodes 3 жыл бұрын
​@@shadsluiter I wasn't expecting you to respond haha. Right now I want to learn web development using ASP.NET. I am watching now the course you posted in the comments and it's just what I needed! Thank you.
@skprog
@skprog 3 жыл бұрын
OMG finally a tutorial dude i can understand when he speaks
@jbtracks3623
@jbtracks3623 3 жыл бұрын
4:44 you have to install or enable the IIS in Windows
@4sra
@4sra 4 жыл бұрын
Thank you very much! that's help me a lot as a start, The method of narration is clear and understandable Great Work
@wyatt5984
@wyatt5984 4 жыл бұрын
Great video! I really appreciated the in depth detail on how the debugger works in the context of a web app too.
@shadsluiter
@shadsluiter 4 жыл бұрын
Glad it was helpful!
@prasoontiwari26
@prasoontiwari26 3 жыл бұрын
Really Good Start..exactly i was confused when i started on my own
@Johan87577
@Johan87577 2 жыл бұрын
I've been spending last couple weeks learning Python and Flask Web Framework and thought C# was just for windows application and back-end development. I will for certain check this out. It looks interesting for web apps.
@shadsluiter
@shadsluiter 2 жыл бұрын
Let me know how you compare the frameworks. I don't have much experience with Flask. Python to me is a data analysis tool for Pandas. Some of my students have created nice looking Flask projects.
@rupamsolanki7263
@rupamsolanki7263 4 жыл бұрын
Great Tutorial with a deep explanation.
@shadsluiter
@shadsluiter 4 жыл бұрын
Glad you think so!
@automationtesting3149
@automationtesting3149 4 жыл бұрын
I am really finding it useful and am able to learn C# really well
@letuslearn8433
@letuslearn8433 2 жыл бұрын
an amazing video thank you Mr.
@apluks607
@apluks607 3 жыл бұрын
Awesome teacher ,Very helpfull
@isimarkhor5096
@isimarkhor5096 Жыл бұрын
Thank u dear prof.
@shibbyshaggy
@shibbyshaggy 3 жыл бұрын
How do you show the bottom left corner "Autos". I have the options Breakpoints, Exception Settings, Command Windows, Immediate Window, Output, Error List.
@hadifarroukh4528
@hadifarroukh4528 4 жыл бұрын
Thank you. Very good video
@somia.b6133
@somia.b6133 Жыл бұрын
Web server build into windows is not appearing for me sir What to doo
@MiScusi69
@MiScusi69 3 жыл бұрын
Which extension should I install?
@nanoarrow2093
@nanoarrow2093 Жыл бұрын
Thank you.
@ТимурГерасимов-э8й
@ТимурГерасимов-э8й 11 ай бұрын
cool video)
@arashishinkaku169
@arashishinkaku169 4 жыл бұрын
Hello there, I have a question. how does the ViewBag.Title and ViewBag.Message work? They display different things depends on the page(Contact,About).
@shadsluiter
@shadsluiter 4 жыл бұрын
The Viewbag is one method of sharing data between the controller and the page that is viewed. You can modify the Viewbag properties in the controller to affect the results in the view.
@yc9853
@yc9853 4 жыл бұрын
where is the next video
@vishnumaya1930
@vishnumaya1930 2 жыл бұрын
Thanks lot sit
@letsgorightnow836
@letsgorightnow836 2 жыл бұрын
hii i have an application with c# is there a way to deploy it into webserver ????????????
@shadsluiter
@shadsluiter 2 жыл бұрын
A coworker of mine published a tutorial for how to deploy a web app in asp.net C# to Azure. You can use AWS, Google, Azure, Heroku as possible options. The typical web host will usually allow for PHP and MySQL. kzbin.info/www/bejne/o5CaoHiggLuiZ6c
@erd-ds
@erd-ds 4 жыл бұрын
Hi Shad, Thank you for the video. I couldn't find the continuation of this course. Would you share it here please?
@aeuludag
@aeuludag 4 жыл бұрын
Not sure but heres a full course from freecodeacadamy kzbin.info/www/bejne/eJeom3d6bdKKj8k
@johnmarkabad7027
@johnmarkabad7027 4 жыл бұрын
Sir do you have asp.net c# empty. With database connectivity????
@hassamsaeed1859
@hassamsaeed1859 3 жыл бұрын
IS THERE ANY VIDEO ABOUT COMPLETE PROJECT .IF YES THEN GIVE ME LINK OF THAT PROJECT, GRATE WORK ,KEEP IT UP♥
@shadsluiter
@shadsluiter 3 жыл бұрын
Here is a playlist of a complete project. It will show you how to build an MVC app, setup a database, search the items, create a flexbox styled front end, use AJAX for partial page updates. kzbin.info/www/bejne/o2mspnyldtGWn68
@Osman990
@Osman990 3 жыл бұрын
Thank you
@Janek69
@Janek69 4 жыл бұрын
thank you :D
@Norogoth
@Norogoth 4 жыл бұрын
If I want to use Win Forms it seems that the Win Forms template does not set up folders for MVC. If I want to use the MVC model but then use Win Forms, what should I do?
@exogendesign4582
@exogendesign4582 4 жыл бұрын
They are not the same, what you meant is webforms, winforms are solely for desktop application. If you want to use winforms that is for desktop application.
@bbf0ab08cb44becfec
@bbf0ab08cb44becfec 3 жыл бұрын
This looks like very slightly compressed 4k! How big is your video file? LOL
@bernkastellelamdadelta8151
@bernkastellelamdadelta8151 3 жыл бұрын
Hi, how do I install the C# version of ASP.NET Web Application? Mine currently only have the one for Visual Basic
@shadsluiter
@shadsluiter 3 жыл бұрын
Run the visual studio installer and select the web development options.
@graysonevans4496
@graysonevans4496 3 жыл бұрын
So what the heck IS the NEXT video. THey aren't numbered and there is no reference in the video. I would like to see the next video, but stumped!
@shadsluiter
@shadsluiter 3 жыл бұрын
Here is the playlist. kzbin.info/www/bejne/o2mspnyldtGWn68
@eyesopen6110
@eyesopen6110 2 жыл бұрын
Does anyone actually use c# at all? Haven't seen that in 15 years.
@jsimmonstx
@jsimmonstx 2 жыл бұрын
You can't be serious. You haven't seen anyone using C# in 15 years?
@jamesryan6224
@jamesryan6224 5 жыл бұрын
.
@letuslearn8433
@letuslearn8433 2 жыл бұрын
an amazing video thank you Mr
What is MVC programming?
7:31
Programming w/ Professor Sluiter
Рет қаралды 19 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 290 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
freeCodeCamp.org
Рет қаралды 1,6 МЛН
C# Web Application Activity 2b-1 Registration and Login Forms
22:00
Programming w/ Professor Sluiter
Рет қаралды 58 М.
C# Razor Pages - Complete Tutorial
25:20
tutorialsEU - C#
Рет қаралды 84 М.
I built 10 web apps... with 10 different languages
14:23
Fireship
Рет қаралды 1,7 МЛН
Blazor in 100 Seconds
2:33
Fireship
Рет қаралды 606 М.
C# in 100 Seconds
2:27
Fireship
Рет қаралды 2,1 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН