Introduction to ASP.NET Core MVC in C# plus LOTS of Tips

Поділитися
Вставка
  • Опубліковано 8 січ 2025

КОМЕНТАРІ • 444

  • @bluustreak6578
    @bluustreak6578 2 роки тому +13

    Bootcamps tend to just show students how to do things without telling them WHY, probably to save time.
    But by explaining things so that you understand, you save SO much time. At least 90% of time is saved by teaching properly and competently like you do.

  • @FlorinAsavei
    @FlorinAsavei 4 роки тому +50

    19:11 "The real world is not a demo" - real words of wisdom right there

  • @toddnashville7371
    @toddnashville7371 4 роки тому +3

    Been coding since the 80's. Started with RPG I & RPG II and all it's evolutions until 2012 when I made the move to .NET and VB. Spent the last 8 years developing and maintaining web service linking our backend with our web presence. Now our company is shifting to MVC and C#. Both of these are new to me and these videos are just what I need. Lots of information with explanation and at a pace where I'm not constantly going back to see or hear something over and over to understand it. Looking forward to watching some more videos

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      I am glad my content has been helpful.

  • @aceflyerr
    @aceflyerr 2 роки тому +2

    I appreciate the guiding words about "the right way". As a developer with only about 4 years experience, I am constantly still learning better ways, but I find I am the most successful when I grind through the problems, teach and learn myself in the code. If I tried to do it "the best/right way" the first time, I'd never get anywhere, due to my skill level, but as I dive in and progress my skills I feel more confident that I am closer to "best practices". Thanks for your great videos!

  • @travispandos7179
    @travispandos7179 3 роки тому +7

    Tim, you are amazing. I’m just now getting into the C# / WebDev scene and hope to one day land a job in this field. You have been such a great help with so many things! Thank you!

  • @kopilkaiser8991
    @kopilkaiser8991 Рік тому

    I am following you on a regular basis. The only one reason, you explain in detail, not over complicatinf the topic, and keeping everything to point. I was able to understand and apply it practically without any issues. Obviously, at times I struggle, but re-watching that certain again, helps to understand it way better than I had initially understood. 😊 So far, your tutorials are always the best in that area available amongst other sources ⭐️⭐️⭐️⭐️⭐️

  • @makgatoselaelo
    @makgatoselaelo 4 роки тому

    I have started a course on ASP.NET and this course comes at the right time of my learning period. I have learned quite a lot from your C# subscriptions. Selaelo Makgato (South Africa)

  • @christopherbaldwin1194
    @christopherbaldwin1194 3 роки тому +1

    Tim always has the best tuts! Voice is calming and his videos are presented so perfectly!

  • @jeremiasalvarez4335
    @jeremiasalvarez4335 4 роки тому +15

    The most amazing part of your channel, apart from the amazing tutorials you make, is seeing how fast VS works on your computer. You should make a guide on that subject as well 👀.

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +14

      I can add that to the list. Some of it is video magic (I pause the recording during long-running tasks) but most of it is just a good development machine.

    • @christopherbaldwin1194
      @christopherbaldwin1194 3 роки тому

      Yeah I use a gaming computer to develop on. Lots of memory and crisp visuals. The curve monitor is nice too. Only problem is I type like a maniac and my wife wakes up to the mechanical keys going a thousand clicks a second lol

  • @gerloeskebrezet4440
    @gerloeskebrezet4440 4 роки тому

    I am following a traineeship application/software engeneering. I've had no experience in programming before I started. I started out with PHP and am now starting with C#. This video really helped me a lot in understanding what all the 'pre-written' files mean. Thank you very much! I wil defenitely see some other of your video's!

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      If you have not seen it already, check out this video - "Full C# Tutorial Path for Beginners and Everyone Else" (ua-cam.com/video/LUv20QxXjfw/v-deo.html)

  • @cramzgaming4483
    @cramzgaming4483 3 роки тому +1

    Thank you for spending time on getting into the configuration settings and not just jumping into the MVC pattern information. Great content. Subbed!

  • @1983saulomoreira
    @1983saulomoreira 3 роки тому +8

    He explains everything so well, really nice.

    • @IAmTimCorey
      @IAmTimCorey  3 роки тому +1

      Thank you.

    • @wisnu7734
      @wisnu7734 3 роки тому

      @@IAmTimCorey hi tim...when ConfigureServices method is invoked in production mode ?...is it invoked at every request coming ? Or is it invoked when user open the site on the first time from web browser and it invoked again when another user open the site ? Or is it invoked once when application is begin start in web server like IIS ?

    • @kelvinpatrick8435
      @kelvinpatrick8435 3 роки тому

      i dont mean to be so off topic but does any of you know of a method to get back into an instagram account?
      I was stupid forgot my login password. I appreciate any assistance you can offer me

    • @edwindaxton175
      @edwindaxton175 3 роки тому

      @Kelvin Patrick instablaster =)

    • @kelvinpatrick8435
      @kelvinpatrick8435 3 роки тому

      @Edwin Daxton thanks for your reply. I found the site through google and I'm trying it out atm.
      Looks like it's gonna take quite some time so I will get back to you later when my account password hopefully is recovered.

  • @StephenBeale
    @StephenBeale 2 роки тому +3

    Doing this today in MVC Core 6, there is no startup.cs - was loving this until then. Got a little lost but now see that it's essentially all now covered in Program.cs - phew

    • @IAmTimCorey
      @IAmTimCorey  2 роки тому +2

      Here is a video showing you how to adjust to no Startup.cs: ua-cam.com/video/vdhFw1VSowg/v-deo.html

  • @khana.713
    @khana.713 4 роки тому

    Found your channel today, great source of information ranging from for people who are beginners to graduates. Thank you for all the good work :)

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      You are most welcome. Thanks for watching.

  • @mthokozisimtolo8910
    @mthokozisimtolo8910 4 роки тому +1

    This is an amazing video. Thank you for the concise introduction. This kind of clarity really goes a very long way.

  • @umerchohan3468
    @umerchohan3468 4 роки тому +1

    Brief introduction to Asp.net core. Thank you. I was finding this type of tutorial.

  • @chetan_mali
    @chetan_mali 4 роки тому +4

    Finally!! Thanks Tim, Need more videos on this😊

  • @kochalia
    @kochalia 4 роки тому +1

    Great videos. Now everythink is more clear. More MVC tutorial, please

  • @zoltan.halasz
    @zoltan.halasz 4 роки тому +1

    Thanks for the presentation, it is very clear, focused and educational. Waiting for next part.

  • @prabdeepdhaliwal9725
    @prabdeepdhaliwal9725 4 роки тому

    Very in-depth video explaining ASP.NET CORE, appreciate it and had to subscribe

  • @j2csharp
    @j2csharp 3 роки тому

    Outstanding! I was disappointed to hear you say that learning MVC was necessary, since most businesses are still 5 years behind. I've been learning the newer stuff because I did not want to go backwards in my learning path. But you speak the truth here... Reality is, I'll likely be converting a legacy MVC app with my next assignment. So I better know something about it. It's nice that you're showing some of the differences to be aware of. Thank you!

  • @Fasiibcs
    @Fasiibcs 4 роки тому +3

    Before watching this video, I love to see this from your side, as I requested you this alot. :-)
    It will be a great video and please make more video on this topic.

  • @steve-wright-uk
    @steve-wright-uk 4 роки тому +26

    Great video - like the style - Any chance of Authentication and Identity?

    • @YoloMonstaaa
      @YoloMonstaaa 4 роки тому +3

      I'd like this too

    • @troymitchel4790
      @troymitchel4790 4 роки тому +2

      I'd also like this. This would make a nice Udemy course :)

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +19

      I can add this to the suggestion list.

  • @rayvoigt5793
    @rayvoigt5793 3 роки тому

    Thanks for the video. Need to quickly learn MVC for a demo I'm presenting, so this was great. I didn't even consider the options for asp.net core vs .net framework for MVC. I guess I'll learn both and see which will be the option I choose for the demo. Thanks again for the videos.

    • @IAmTimCorey
      @IAmTimCorey  3 роки тому

      You are welcome. And if you are learning either way, I would highly recommend ASP.NET Core MVC.

  • @esitemim1
    @esitemim1 3 роки тому

    thank so much for explaining the mvc application. So helpful for me to start learning.

  • @Otonium
    @Otonium Рік тому

    I'm refreshing some (and still learning) old topics, foundational as this one. In 2023 in VSIDE2022 the workload creates a unique Program file. Trying to figure out the changes. There's a video about that. Thank you as always for your quality content Tim.

  • @Xerxes17
    @Xerxes17 3 роки тому

    Liked and subscribed because the instruction is clear, paced well and concise.

  • @jimlewis8025
    @jimlewis8025 4 роки тому +10

    Tim - you mentioned that you are not a big fan of MVC? What do you prefer over MVC?

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +10

      I covered that in my Which ASP.NET Core course (link in the description) but I think that for a lot of cases, Blazor Server is the better option (easier, faster to developer, just as fast to run, less complicated, etc.)

    • @jimlewis8025
      @jimlewis8025 4 роки тому +1

      Thanks Tim! I will definitely watch that video.

  • @bartomiejciurla8472
    @bartomiejciurla8472 4 роки тому +1

    Good job! Thanks for the video. Greetings from Poland

  • @backroomrockstar
    @backroomrockstar 3 роки тому +1

    Great vid - I'm pretty sure I'll be paying for your courses 👍

  • @mangesh2215
    @mangesh2215 3 роки тому

    Appreciate your efforts Tim!

  • @joaomarcelomenezes9121
    @joaomarcelomenezes9121 4 роки тому +7

    Hello Tim, great video as usual! I have a question, which I hope makes sense (English is not my first language): you said you are not a big fan of MVC. Could you explain why? And what Web Project type do you prefer over MVC? And again, why?
    Thanks, cheers!

    • @ORagnar
      @ORagnar 2 роки тому

      I know you're question is a year old, but I'd love to see an answer to this one as well. Makes me wonder if I'm wasting my time.
      5/19/22, 10:25 a.m.

  • @isachells9859
    @isachells9859 4 роки тому

    My man. You are a savage and an absolute god. I wish i could support you further but i'm broke eating noodles studying code, nam sayn. Anyway, Thx a bunch mate and keep shredding that grit, Cheers from sweden

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      I am glad my content has been helpful. No worries about not buying something. My goal is to help even more people like you.

  • @mikecurry2903
    @mikecurry2903 3 роки тому

    Great video. Learned a lot. Your style is great. Maybe save the 'soap box' portion for a separate video, but much learned and much enjoyed anyhow. Thank you.

    • @IAmTimCorey
      @IAmTimCorey  3 роки тому +1

      That's all part of the context of the topic. Learning about the real-world use, dangers, and pitfalls is important in order to actually be equipped to take this topic and apply it to your job.

  • @Anuradha-ym6zd
    @Anuradha-ym6zd 3 роки тому

    Great video as usual Tim! You are an awesome teacher who explains every concept with such great clarity. All your videos have been a big help. Thank you !
    Can you please make a video on OAuth and OAuth 2 authentication?

  • @vikram5010
    @vikram5010 3 місяці тому +1

    @5:06 - File structure overview of MVC.

  • @brianhoskins1979
    @brianhoskins1979 4 роки тому

    I am in the position of getting started with asp .net core for the first time and I ended up bugging out of this video half way through when I realised that I was probably better off checking out the "which asp .net core" course first so that I could understand the different types of asp .net core projects and which solution matches up best with what I want to do. So I've purchased that course instead. Onwards!

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +1

      Great! I think you will get a ton of value out of it.

  • @N41Ryt
    @N41Ryt 3 роки тому

    Thanks a lot man, now I'am ready to develop my first app!

  • @jimmydavila7196
    @jimmydavila7196 4 роки тому

    Good tutorial, very well explained.
    Keep up the good work.
    Thank you!

  • @sawuk
    @sawuk 4 роки тому +2

    Great video Tim, I'd like to see how to run API alongside MVC, in one project. So that a mobile app can call webservices from the application.

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      You got it! Added to my suggestion list.

  • @99MrX99
    @99MrX99 4 роки тому +4

    Great video, thanks. You said MVC is not your favorite asp net option, I am curious what you favorite option is.

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +3

      I covered that in my Which ASP.NET Core course (link in the description) but I think that for a lot of cases, Blazor Server is the better option (easier, faster to developer, just as fast to run, less complicated, etc.)

  • @daniellister4701
    @daniellister4701 4 роки тому

    Another great video. Well done sir. I'll certainly be looking at the logging videos you mention.
    In terms of what I would like to see next for MVC: (apologies its a list)
    - best practices for HttpClient
    - particularly how to interact with Data Models
    - when should you use HttpClientFactory over HttpClient
    - should you use private fields in conjunction with a Data Model?
    - request headers, I just dont get them, they're weird and convoluted, I dont like them, they should be banned under the Geneva convention...
    Thank you, I've learnt more from you, than I have in the 18 months of full time work as a Junior Developer! True story.

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      Thanks for the suggestions. When it comes to HttpClient, here you go: ua-cam.com/video/cwgck1k0YKU/v-deo.html

    • @daniellister4701
      @daniellister4701 4 роки тому

      @@IAmTimCorey thanks for the suggestion. Currently watching with my breakfast 🤓

  • @hrvojevoda4910
    @hrvojevoda4910 4 роки тому +1

    Great video! I started working in .net core mvc and I think it's a great way to do things. Maybe I'm wrong but still..
    I would like to see more about connecting controllers with views and getting data from database.
    I like using Dapper so I prefer that king of database communication.

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +2

      I will add it to the list. Thanks for the suggestion.

  • @darrellchilders7079
    @darrellchilders7079 4 роки тому

    Thanks, Tim! I so wish this video had been available 6 months ago when I started developing my first MVC Core 3.1 app. Just knowing how to create the app and some of the selections you made, and showed that were available, would have saved me tons of work. I really don't like MVC, it seems like a lot more work is required to do the simplest things compared to C# .Net web forms (which is what I've been developing in for the last 16 or so years. Looking forward to watching more of your videos on MVC Core 3.1.

  • @marcusreinicke
    @marcusreinicke 4 роки тому

    Thx for this Video!!
    All your Videos and Information are great stuff!!
    Thanks for it!

  • @mohammadovmemmon
    @mohammadovmemmon 4 роки тому

    Kindly please upload the video related to the data access layer how we can create and implement it and also provide a little bit of information regarding how to use identity framework with user management for example how we handle user management with roles and rights in it.
    Thank you.

  • @Algedibarrios
    @Algedibarrios 4 роки тому

    Excellent video! Great advices! Thank you very much for your videos!

  • @Algedibarrios
    @Algedibarrios 4 роки тому +1

    You are a great master!

  • @CodeSbyAniz
    @CodeSbyAniz 4 роки тому

    You have explained it very nicely. Thanks.

  • @luisc1794
    @luisc1794 4 роки тому

    Great Video. yes, I would like more videos for the topic of two different tables, one for identity, thanks

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      Thanks for the suggestion. You can see this in action in the TimCo Retail Manager application (the API). I'll also do a specific video on it most likely.

  • @yasirmehmood9247
    @yasirmehmood9247 4 роки тому +2

    Greate video Tim, really appreciate. But this surprises me that you are not a fan of MVC. Can you please share what is your favorite technology and how you will build a web application if you need to?

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +2

      I outline the five project types and which is my favorite and why in this course: www.iamtimcorey.com/p/getting-started-with-aspnetcore
      The bottom line is that MVC was designed as the only real OOP option for the web back in the .NET Framework. Now we have options that are much quicker to build and yet still as powerful. For example, Blazor Server (my favorite for most situations) gives you the client-side responsiveness of a JavaScript UI like Angular, React, or Vue but it mixes it with the safety and protection of a server-side language like ASP.NET MVC or PHP. You get the best of both worlds, plus it is much easier to get data from C# onto the page and back in Blazor Server. Every ASP.NET Core project type has a purpose. MVC's purpose has just shrunk significantly. Now there is almost always a better option.

  • @Bubinga
    @Bubinga 4 роки тому +2

    At 36:02, you mention "five different options", what are those different options?

    • @khana.713
      @khana.713 4 роки тому

      After doing a bit of research i think what he meant was that there are other Design Patterns out there, not just MVC. Model View Controller is one of many Design patterns that exist, there are other examples suck as MVVM, MVP, MOVE etc. I suggest you look up "Design Patterns" and you'll find more than enough information to answer your question :)

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +2

      In ASP.NET Core, there are five different templates:
      ASP.NET Core API
      ASP.NET Core Razor Pages
      ASP.NET Core MVC
      Blazor Server
      Blazor WebAssembly
      I cover when to use each of these types in my Which ASP.NET Core course (found here: www.udemy.com/course/which-aspnet-core/?referralCode=668AC17A9CEDF2067E69 ).

  • @keyursoni1682
    @keyursoni1682 3 роки тому

    Worth to watch .... Thanks Tim...

  • @neanderthal5784
    @neanderthal5784 4 роки тому

    Tim, great tutorial, thank you very much.

  • @spquest2386
    @spquest2386 3 роки тому +1

    Please also make video around Identity Server..

    • @IAmTimCorey
      @IAmTimCorey  3 роки тому

      I will add it to the list. Thanks for the suggestion.

  • @earlgrey11
    @earlgrey11 4 роки тому

    Great video Tim! I'd like to see more information about data access with MVC

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      I will add it to the list. Thanks for the suggestion.

  • @miguelalonso7752
    @miguelalonso7752 4 роки тому +1

    What are the advantages of .net Core MVC over Java + Spring? Please cover that Tim🙏

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      I will add it to the list. Thanks for the suggestion.

  • @far-red
    @far-red 4 роки тому

    35:40 - that made me think alot, (my workplace is on a .net framework non-standard mvc with lots of js doing things that should be done by backend and is not secure), to transition to a proper .net framework mvc where i can still reuse the existing class lib should like the most practical and (lest time consuming way to go fwd). in the end its what the app does and not what its built upond.

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      I am glad it made you think about your situation and how it could be better.

  • @moneyfresher3035
    @moneyfresher3035 4 роки тому +1

    Hi Tim, Great tutorial. I have to develop a new project which is neither small nor too big. I am confused between .Net core razor pages and .Net core MVC. Can you suggest which user interface I need to select. ? Is there something that MVC has and Razor pages does not ? I do not not want to stuck up in the mid way.

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +2

      The good news is that if you pick one, you can add the other later without harm. Personally, though, I would recommend Blazor Server. It is the best of both worlds (client and server), it is fast, it is easy, and it will give you a great client experience.

  • @catarinaruna5085
    @catarinaruna5085 3 роки тому +1

    Dear Tim, After creating a custom controller, I noticed that all the provided properties of the model are used in the auto-generated code; e.g. in my case: public async Task Create([Bind("Birthday,ID,Username,EmailAddress")] PersonModel personModel ) I thought this would mean that if we change the code in the model class, we need to search for and effect the changes accordingly, but then I realized if I want to keep using auto-generated code, I have to do all the same steps as when I am generating it for the first time, and then when it asks if I want to replace the old code with new code, I choose yes. Is there a better way of doing this, because this would overwrite my custom code every time. Particularly, when I store data in its local database, and then I decide to change a column name or add something, this would override everything... How do I go about this situation?

  • @BoomerCovers
    @BoomerCovers 2 роки тому

    Where is the database created? It appears to be created automatically somewhere but it's not in any folder nor is it in my SQL Server.

  • @lastidea4925
    @lastidea4925 3 роки тому

    Which layer should keep the viewmodels and viewmodels' meta data annotation classes or fluent validation classes

  • @troymitchel4790
    @troymitchel4790 4 роки тому

    Nice job Tim!

  • @amazingalpha3674
    @amazingalpha3674 4 роки тому

    Your Download Is On Its Way
    Thanks for your watching my video and requesting the additional resources. I hope you enjoy them.
    Where?.. And When?

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      Thanks for reaching out and regret that you are having this problem. Please email Tom at Help@IAmTimCorey.com and he can get you that file. Identify the video so he knows which one to get for you.

  • @JZO001
    @JZO001 2 роки тому

    Thank you for the video, I really enjoyed it. The total new part for me, when you almost extracted the Identity view pages with the Scaffolding. I have done it on my side, now I see the views, I can customize them. Does it possible to extract the controller c# codes as well? I would like to learn from that codes and extend in some cases. Does the extraction possible?

  • @ivanpesenti1138
    @ivanpesenti1138 4 роки тому +1

    Hi Tim!
    First of all, thanks for your time and for the great video.
    If is possible, I would like to see a tutorial on a project in which you use both Dapper for getting data and EF Core for managing data. I'm curious about see it in action and the best practices in your opinion to follow.
    All bests, Ivan

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +3

      The TimCo Retail Manager project uses EF for the Identity database and Dapper for the "regular" data, if you want to check that out. Thanks for the suggestion.

  • @survivalizer
    @survivalizer 4 роки тому +6

    I really needed to watch this video before my MVC interview today lol my mistake.

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      Well, hopefully it will help you for the next interview.

    • @cenkhanyaloglu4480
      @cenkhanyaloglu4480 4 роки тому +2

      lol, I have MVC interview in 15 hours. I am glad I came across this video now and his channel

    • @survivalizer
      @survivalizer 4 роки тому +1

      @@cenkhanyaloglu4480 I honestly dislike MVC but I like it better than MVVM or webforms by a long shot.

  • @jacekpietrzyk7431
    @jacekpietrzyk7431 3 роки тому +1

    Would it be possible to hear from you more about using dapper and entity together in ASP.NET Core for two Data/Identity databases? Great video!

  • @ukaszk2982
    @ukaszk2982 4 роки тому +1

    Tim I'm wondering where is a place for business logic in MVC. You tell in library but how? For example I get data from form to data model and I put that object to dbcontext and save it in database. Where is the place to add some data manipulation function before saving it in db?

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      This is where the layers get a bit tricky. Yes, there is room for business logic in your UI (and in your database sometimes as well). I just try to limit it to only what is necessary for display purposes. Otherwise, I move the logic down a layer.

  • @achrafsaaoud8233
    @achrafsaaoud8233 4 роки тому

    Love your explanation
    Thank u so much

  • @ariand.sialajulio7506
    @ariand.sialajulio7506 3 роки тому

    You're the best of the bests, I never thought it could so easy🤤🤤

  • @bbry323
    @bbry323 3 роки тому +1

    One missing link has been authentication server with Dapper instead of EF. Please my man, break it down and add in openIdConnect server

    • @IAmTimCorey
      @IAmTimCorey  3 роки тому +2

      I don't mess with changing how authentication works. I will be covering Azure Active Directory B2C in a series on UA-cam soon, though, and that's even easier.

  • @maroxesen1
    @maroxesen1 4 роки тому

    I'd love a short tutorial on how to switch from thinking in MVC .Net Framework to thinking in MVC .Net Core.

  • @Darbokst
    @Darbokst 3 роки тому

    Tim do you have a video on connecting to a cloud DB and displaying the tables already there?

  • @miguelalonso7752
    @miguelalonso7752 4 роки тому +1

    Please cover CRUD operations in MVC Core .Net

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +1

      I will add it to the list. Thanks for the suggestion.

  • @alexanderspiegel6747
    @alexanderspiegel6747 4 роки тому

    it was really interesting as always. Спасибо very much

  • @davidalderman3881
    @davidalderman3881 4 роки тому +1

    If you use a class library for the data model, does it need to be .net standard?

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      No, .NET Core would also work as long as you don't need to access that library from non-.NET Core projects.

  • @derekkoo7740
    @derekkoo7740 2 роки тому

    Do you have example how we seperate each view I to different project and load it using DI during runtime? I am trying to split complex system to ease the deployment

  • @marceloamado6223
    @marceloamado6223 4 роки тому

    If you could make a video on how to build a simple app touching on key .NET framework features from start to finish it would be super helpfull to have as an example.
    Also great video I learned a lot of things I was not understanding from reading Microsoft documentation.

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      Check out the C# Application from Start to Finish series (the paid version has an MVC add-on): ua-cam.com/play/PLLWMQd6PeGY3t63w-8MMIjIyYS7MsFcCi.html

  • @elodiefang5986
    @elodiefang5986 3 роки тому

    very helpful for beginners

    • @IAmTimCorey
      @IAmTimCorey  3 роки тому

      Please consider viewing my video to help you plan your learning path - ua-cam.com/video/LUv20QxXjfw/v-deo.html

  • @jallanenegeri5786
    @jallanenegeri5786 3 роки тому

    10q soo much for the vidio,but what virsion of vscode were u using??

  • @rohansp1
    @rohansp1 4 роки тому

    Could you do a video on Authentication and Authorization in Asp.Net Core MVC? Thanks Tim

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      I will add it to the list. Thanks for the suggestion.

  • @PushkarThakar
    @PushkarThakar 3 роки тому

    What is the alternative/equivalent for WebResource in .Net Core. I have a library that uses "Page.ClientScript.GetWebResourceUrl()". How can I implement this in .net Core library.

  • @imadabab
    @imadabab 4 роки тому

    Thanks a lot. Good video to start with.

  • @dyakobaram
    @dyakobaram 4 роки тому +2

    hi Tim, I have a few questions if you don't mind taking your time and answering them,
    First: how can I change the database connection string after deployment in winform application? is it even possible?
    second: how can we make our software notify the user if there is an update and install the new version with one click? preferably getting updates from GitHub for example like how notepad++ notify us and update it easily.

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +2

      To change the connection string, you just modify the app.config or appsettings.json file where the connection string is (should be) located. As for the updates, check out my video on MSIX: ua-cam.com/video/4t2TI8ImwMY/v-deo.html (if you are using .NET Core) or Squirrel: ua-cam.com/video/W8Qu4qMJyh4/v-deo.html

    • @dyakobaram
      @dyakobaram 4 роки тому

      @@IAmTimCorey thank you Tim :)

  • @stormybear4986
    @stormybear4986 4 роки тому

    I'm a VB developer who hasn't built anything for the web in .net, but I code in PHP and RoR. I'm looking forward to diving into the MVC for C# ecosphere. I'm a little bummed because I'm over 40 minutes into this video and haven't seen you actually run the app.

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      Hang in there. Its an Intro course. Many of my viewers don't bring as much experience as you. Be sure to look at my other ,Net courses that dive much deeper.

    • @stormybear4986
      @stormybear4986 4 роки тому

      @@IAmTimCorey And of course after I posted that comment, the very next thing you did was run the app. I'm looking forward to your content as well.

  • @WorstDeveloper
    @WorstDeveloper 4 роки тому

    3:40 - Isn't HTTPS pointless if you're running behind a reverse proxy server, which is generally recommended?

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      Nope, not pointless. It still secures your connection to the proxy. Potentially internal traffic is still network traffic that needs to be secure.

    • @WorstDeveloper
      @WorstDeveloper 4 роки тому

      @@IAmTimCorey I guess so. You are saying that if someone breaks in to the server, they can't install sniffers that listen to the traffic, right? I wonder how much overhead https adds when you run it on multiple servers. Not saying that you should prioritize performance over security though.

  • @thingsiread2175
    @thingsiread2175 3 роки тому

    Please tell something about triggers in entity framework core.

  • @adityarane2880
    @adityarane2880 2 роки тому

    Video on hybrid application in visual studio using C# like Xamarin and Apache Cordova.

    • @IAmTimCorey
      @IAmTimCorey  2 роки тому

      Thanks for the suggestion. Please add it to the list on the suggestion site so others can vote on it as well: suggestions.iamtimcorey.com/

  • @kristiyanivanov7414
    @kristiyanivanov7414 3 роки тому +1

    Tim, do you have courses on ASP.NET Core MVC? If not, are you planning it?

    • @IAmTimCorey
      @IAmTimCorey  3 роки тому +2

      I cover a lot of MVC in this course: www.iamtimcorey.com/p/getting-started-with-aspnetcore
      I may do a deeper course on it at some point. It is on the suggestion list.

  • @avectresormt
    @avectresormt 3 роки тому

    i get a message that asks if you want to accept an IIS SSL Express certificate , i clicked no by mistake now the website can't be reached, what to do.

  • @LeBronJames-ns6to
    @LeBronJames-ns6to 4 роки тому +2

    Thanks for asking! Could you do a deep dive into authentication, asp.net identity? Something I've struggled with a little recently

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +1

      I will add it to the list. Thanks for the suggestion.

  • @ravishchauhan1
    @ravishchauhan1 4 роки тому

    Thanks sir, Really a Great video.

  • @drsch3
    @drsch3 3 роки тому

    "Even though it's not my favorite" got me. What is your favorite. I'm looking to move a way from WebForms in a company that is somewhat more than 5 years behind the cutting edge. What course or introductory video would you recommend?

    • @IAmTimCorey
      @IAmTimCorey  3 роки тому +1

      Here is a video I did that covers the different C# web project types: ua-cam.com/video/YhojOiGjGvQ/v-deo.html
      And here is a full course where I cover all 5 ASP.NET Core web project types, how to use each (full CRUD operations plus deployment of each), and when to use each: www.iamtimcorey.com/p/getting-started-with-aspnetcore

  • @barrythorne693
    @barrythorne693 4 роки тому

    I've watched 3 of your videos and found them very helpful. I'm a beginner to M.S. Desktop apps and .Net - I've watched a few videos and tutorials. I have recently completed some M.S. C# Console App tutorials. Could you please advise where to continue learning to code (videos and tutorials)for desktop apps, webpages, and Android apps? Many thanks

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      If you have not already, be sure to check out this video - ua-cam.com/video/LUv20QxXjfw/v-deo.html It is intended to help you assess where you are and the topics you need to add to your base skills. I hope it will help you fill in any gaps. My goal is to make becoming a developer easier and I hope I can help you be successful through your full journey!

  • @fadisalameh3368
    @fadisalameh3368 4 роки тому

    Thank you very much,
    Please make video for creating full real application in ASP.NET core
    In one video

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +1

      I added your suggestion to the list. If speed is what you want, you may want to look at my paid courses which are more streamlined and provide other benefits like source code. IAmTimCorey.com

  • @jtorres140
    @jtorres140 4 роки тому

    Hi, very good video. Thanks. I do have a few questions. How do you publish an ASP page, and once is published it where or how do you change the appsettings from development to production ?

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому

      I cover deployment in this course (www.iamtimcorey.com/p/getting-started-with-aspnetcore) as well as some about appsettings. I cover appsettings in a lot more depth here: www.iamtimcorey.com/p/net-core-appsettings-in-depth
      In general, deployment depends on the situation. Changing from development to production is as simple as not saying it is development (Visual Studio marks your app as in development when it is run inside VS).

  • @Balgoriusis
    @Balgoriusis 4 роки тому +1

    Hi Tim, I was just wondering if you plan making a video on authentication(windows, api...) in .Net Core (blazor,Mvc...)?

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +1

      It is on the list. Not sure when I will get to it, though.

  • @haroldpepete
    @haroldpepete 3 роки тому

    Great video, what do you preffer , if you don't like mvc

    • @IAmTimCorey
      @IAmTimCorey  3 роки тому

      I have a whole series of MVC and Razor videos - ua-cam.com/users/IAmTimCoreysearch?query=mvc%20razor
      As for what I prefer, I cover that in my Getting Started with ASP.NET Core course. Primarily it is Blazor Server.

  • @MrForgot1000
    @MrForgot1000 3 роки тому

    18:45 We should not skip over configure method.