The Ultimate .NET Developer Roadmap in 2024

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 253

  • @nickchapsas
    @nickchapsas  10 หลายเดือนก่อน +96

    Get the roadmap: mailchi.mp/dometrain/roadmap2024

    • @badwolf01
      @badwolf01 10 หลายเดือนก่อน +13

      I got the email with the link, but clicking it goes to the page, but the part that is presumably the road map says "Restricted Access" and "NetworkError when attempting to fetch resource." That is after a good bit of waiting.

    • @MotaiAhmed
      @MotaiAhmed 10 หลายเดือนก่อน

      ,, ca@

    • @chuannguyen1686
      @chuannguyen1686 10 หลายเดือนก่อน +4

      Didn't get the email. I have registered twice

    • @NadeemAhmed-fj5uu
      @NadeemAhmed-fj5uu 8 หลายเดือนก่อน +2

      ​OO

    • @JadIsmail-pl
      @JadIsmail-pl 6 หลายเดือนก่อน +1

      I didn't the email!

  • @jsgovind
    @jsgovind 10 หลายเดือนก่อน +97

    As a senior developer, this video helped me a lot to understand the gaps in my knowledge that I need to fill to be ready for a lead role. Thank you so much for the amazing content.

    • @rosepainting8775
      @rosepainting8775 9 หลายเดือนก่อน +1

      Hi Govind, where do you work? And what is your designation? Is it .Net Developer? I have 5 years of career gap, and I want to start my career into IT. Is it possible that I get a .Net Developer job in MNC after 5 years of career gap?

    • @ElizabethQ10-n9l
      @ElizabethQ10-n9l 6 หลายเดือนก่อน

      Did you get an answer RosePainter??​@@rosepainting8775

  • @vasimhanna-salem659
    @vasimhanna-salem659 10 หลายเดือนก่อน +89

    SQL stored procedures are beneficial for managing large enterprise database systems due to their ability to encapsulate complex operations, providing a layer of abstraction. They often offer performance advantages over ORM (Object-Relational Mapping) techniques by executing directly on the database server, which can reduce network traffic and improve execution speed.

    • @michaelsutherland5848
      @michaelsutherland5848 10 หลายเดือนก่อน +15

      Agreed, they are definitely a valuable tool in the box. Combined with triggers and scheduled tasks and you can get a lot accomplished without even opening a codebase. Sadly, many projects overuse them for basic tasks.

    • @aweklin
      @aweklin 10 หลายเดือนก่อน +6

      I couldn't agree less!
      Payroll processing is an excellent example where you have to process payroll for your entire staff. It's expensive to iterate through withing your program. So, a stored procedure is best suited for this case. Also for some heavy computations, I prefer to do them in stored procedure or function and just return the output back to the user.
      In summary, a single database call is better as oppose round-tripping for a single bulk operation.
      @nickchapsas, kindly revisit this. By the way, this video is top-notch ❤❤❤

    • @PaulPendor
      @PaulPendor 10 หลายเดือนก่อน

      @@aweklinI assume the angle Nick is looking at this is encapsulating domain behaviour and business rules in the code base and not in the DB, and only using the DB for persistence. I will use stored procedures for DB maintenance work these days. 20 years ago I used sprocs for a lot more, but these days I don’t I try to keep my domain behaviour in the domain.

    • @pekagi-ehem.tivraction2894
      @pekagi-ehem.tivraction2894 10 หลายเดือนก่อน +8

      It's all about perspective. Using a database in a "classic" way? No objections here. But in the context of growing structures and a purpose-dividing approach like CQRS, it's not really relevant. Since Nick mentioned Redis in his roadmap before, the pattern doesn’t seem far-fetched. After all, business logic really shouldn’t be in the persistence layer, so I think it's only fair to consider this perspective. No hard feelings, guys!

    • @thefattysplace
      @thefattysplace 10 หลายเดือนก่อน +3

      Some things require so much data that it only makes sense to process it in the database before sending it over the network, but it is rare I use them these days.

  • @regestea
    @regestea 10 หลายเดือนก่อน +49

    I wish you could mark which skills are related to junior, which are mid and which are senior, thanks for your great content

    • @nickchapsas
      @nickchapsas  10 หลายเดือนก่อน +48

      That's a great idea actually. I'll see how I can incorporate it in the legend

    • @avlsmnl
      @avlsmnl 10 หลายเดือนก่อน +2

      Should you use another color for each topic and include it as part of the legend? @@nickchapsas

    • @KOMEK1999
      @KOMEK1999 3 หลายเดือนก่อน

      ​@@nickchapsas I'm waiting

  • @roundhauser
    @roundhauser 10 หลายเดือนก่อน +4

    Having in-depth conventional database (=SQL) knowledge is actually very useful these days to fill in the gaps left open by the majority of developers who don't have that knowledge and don't want to bother to begin with. It's a significant competitive edge in the job market.
    Cloud is something you have to learn anyway, and so does everyone else. The same goes for modern software engineering practices.
    Being able to write an efficient window function or advanced aggregation in one SQL query to replace some convoluted, bloated backend code or worse, ORM DSL code stretched to its functional limits causing a ton of unnecessary allocations is a valuable skill and will earn you the gratitude of your development peers.
    Also technological adoption is still a major concern, the more conservative, risk-averse or just plain behind your environment is, the more likely it will be that there is some legacy database with tons of triggers and SPs floating around. It's the COBOL of the 80s and 90's for many enterprises.
    Also, i don't see a downward trend in SPs and function usage at all, rather the opposite, as Low-Code and Business Intelligence platforms that are database-centric heavily rely on them.

  • @TheMagico13
    @TheMagico13 10 หลายเดือนก่อน +4

    As someone who is moderately colorblind, could you use more than color as the differentiator between categories? Something like a check for "must know", plus for "good to know", minus/bar for "alternative", and an X for "not recommended" would immediately make the categories clear. As it stands I can't easily differentiate "must" and "alternative" at a glance.

    • @nickchapsas
      @nickchapsas  10 หลายเดือนก่อน +2

      I tried to but the site we are using to generate the roadmap didn't have that option.

    • @TheMagico13
      @TheMagico13 10 หลายเดือนก่อน

      @@nickchapsas Understandable. Hopefully something the site can support in the future. Thanks for trying!

    • @krccmsitp2884
      @krccmsitp2884 10 หลายเดือนก่อน

      You might use Unicode symbols.@@nickchapsas

  • @tarsala1995
    @tarsala1995 10 หลายเดือนก่อน +83

    Ok. I'm 80% there, now I just need to learn what is this "Azure"

    • @Radictor44
      @Radictor44 10 หลายเดือนก่อน +9

      hehehe

    • @kayhantolga
      @kayhantolga 10 หลายเดือนก่อน +18

      It is something related with "the internet".

    • @woo545
      @woo545 10 หลายเดือนก่อน +10

      Just a small service. Not confusing at all /s

    • @wordlifejohn1122
      @wordlifejohn1122 10 หลายเดือนก่อน +8

      It's a place where you dump your code.

    • @marikselazemaj3428
      @marikselazemaj3428 10 หลายเดือนก่อน +8

      Something to do with weather I have heard, you know clouds and stuff.

  • @augustincalin
    @augustincalin 10 หลายเดือนก่อน +1

    Great idea to do some tutorials about Authentication. This is one thing that hunts me: the more I try to avoid learning it, the more I have to work with it.

  • @PrateekTiwari14
    @PrateekTiwari14 10 หลายเดือนก่อน +5

    Hi Nick, how about Bicep for Infrastructure as Code? 🤔

  • @zhenglaowang8489
    @zhenglaowang8489 10 หลายเดือนก่อน +5

    Thanks a lot Nick. I would be interested to know why Stored Procedures and Triggers are considered obsolete and anti-pattern, and what's a better up-to-date alternative. Thanks!

    • @arius8075
      @arius8075 10 หลายเดือนก่อน

      Cause he saying shit at this point ..

  • @KNPhilip
    @KNPhilip 10 หลายเดือนก่อน +4

    8:36 - Just FYI, Grafana is not a part of the ELK stack :) It's Kibana

    • @nickchapsas
      @nickchapsas  10 หลายเดือนก่อน +2

      You're right, it's the other -ana that I was thinking about

  • @SuperPlyushkin
    @SuperPlyushkin 10 หลายเดือนก่อน +6

    8:32 Where's the part about API SDK Libraries and Task Scheduling?
    9:48 There's also a skip

    • @nickchapsas
      @nickchapsas  10 หลายเดือนก่อน +3

      As mentioned in the beginning, some sections will be skipped

  • @John.Oliver
    @John.Oliver 10 หลายเดือนก่อน +33

    This is a great guide but I'm very disappointed on your comment about stored procedure being obsolete. I have worked in many large enterprise environments and all have used stored procedures. Why? Because tuning a stored procedure that contains joins to 15 to 20 tables is something that a human can still do better than an automated tool.

    • @EscobarAdventures
      @EscobarAdventures 10 หลายเดือนก่อน +5

      I think it really depends on your systems architecture. If you are saying you have stored procs that join that many tables together then more than likely you have a monolithic application that shares the same db. In a microservice architecture each microservice owns its own data. You would not need to join 15+ tables.

    • @John.Oliver
      @John.Oliver 10 หลายเดือนก่อน +2

      @@EscobarAdventures That makes sense.
      Whether we like it or not, not all of us are working on microservices. And considering the years of in-house development that has gone on in the past 20 years, monoliths are still a very common application structure.

    • @DoorThief
      @DoorThief 10 หลายเดือนก่อน +5

      I was also taken aback with the comment on stored procedures. They allow fine-grained security controls, whereas you have to have very permissive security when using EF Core.

    • @John.Oliver
      @John.Oliver 10 หลายเดือนก่อน +2

      @@DoorThief Absolutely. To be able to create roles in the database and match them to AD groups ensures Finance are not updating HR and Audit are not creating Sales.

    • @priyankaverma5919
      @priyankaverma5919 8 หลายเดือนก่อน

      #0 Q's Dee​@@DoorThief

  • @Astral100
    @Astral100 10 หลายเดือนก่อน +21

    Generally agree with the roadmap, except for the Stored Procedures and Entity Framework part. In my opinion knowing how to work with Stored Procedures can be very beneficial for a lot of tasks and Entity Framework while useful, I would not recommend. You should stay away form it until absolutely necessary.
    I have seen EF misused every single time and how much performance problems it can bring further down the line once the project is a year or two in development. And so I would recommend sticking to dapper, SQL queries and Stored Procedures instead. While harder and not as user friendly, your future self will thank you for the decision.
    Never once have I seen a happy Entity Framework story after mid-size project size and a year or two in development.

    • @John.Oliver
      @John.Oliver 10 หลายเดือนก่อน +1

      On a recent project, we decided early on that we would use EF to call Stored Procedures. EF for Data->POCO mappings and SP's for the performance, security and abstractions that they provide.

    • @Astral100
      @Astral100 10 หลายเดือนก่อน

      @@John.Oliver That kind of defeats a lot of benefits EF can provide but still leaves a lot of issues with EF on the table. I can only see this working with a really good team that knows what its doing. But then again, with that kind of team pure EF would work quite well too. Problem is you almost never have a good team especially throughout the project lifetime.
      Still, I guess hybrid EF is better then pure EF, so good job with that.

    • @adriangodoy4610
      @adriangodoy4610 10 หลายเดือนก่อน

      If you are following a roadmap to learn, will you be in the position to chose teck stack? A lot of companies use EF, so it's very important to know in your learning path.

    • @Astral100
      @Astral100 10 หลายเดือนก่อน +1

      @@adriangodoy4610 I am not saying you should not learn it for finding a job (as a developer), I am saying it should not be used in projects from medium size and up, if you care about the longevity and maintenance further down the line (as a lead/architect).
      Unfortunately many people fall into trap of using EF because it is easy to start with (and use in general), but then later its too late to switch to using something else.

  • @WarpingWombat
    @WarpingWombat 10 หลายเดือนก่อน +1

    Great Roadmap. Even as a Senior I see much places where I could improve my knowledge.

  • @vincentverschuren
    @vincentverschuren 10 หลายเดือนก่อน +7

    Informative video Nick!
    Any chance you could make the roadmap downloadable to PDF?

  • @fishzebra
    @fishzebra 10 หลายเดือนก่อน +4

    What about FsCheck for random generation of property based testing? Is that covered by test data libraries you mentioned already

  • @tanglesites
    @tanglesites 10 หลายเดือนก่อน +7

    I am at about 30% here. I am not ashamed, though. I do not want to know everything, just what I like doing. The rest will come in time over the course of more projects. Thanks to Nick for getting me into WebApi's and C#. Javascript and Frontend Development does not scratch that 'I want to code' itch for me.

  • @codemonkeyguru6779
    @codemonkeyguru6779 10 หลายเดือนก่อน +3

    No mention of Jenkins for CD/CI, I'm thinking of using it where I work but wonder if there's a better alternative now.

    • @PaulPendor
      @PaulPendor 10 หลายเดือนก่อน +1

      We use Azure DevOps for CI/CD. We use DevOps for almost everything to be honest. Back log through to sprints, git repos, pipelines, releases, wiki, test plans. All under one roof and fully integrated out of the box.

    • @TheFabulousCube
      @TheFabulousCube 5 หลายเดือนก่อน

      We use Jenkins for CI/CD. I don't know how many other companies do.

  •  4 หลายเดือนก่อน

    Nick, I used to be a developer long time ago. So thanks for creating this good roadmap and giving us this big point of start.

  • @Balgoriusis
    @Balgoriusis 10 หลายเดือนก่อน +1

    As to the language itself, I would add multithreading as a separate topic. Its often overlooked but quite complex topic and not many tutorials go deep enough on this.

  • @andrewshearer4965
    @andrewshearer4965 10 หลายเดือนก่อน +1

    Hi nick - how about that mic drop at the end about not using mappers - pls do a video on that 😊

  • @Kwpolska
    @Kwpolska 10 หลายเดือนก่อน +19

    This list is absolutely massive, and that takes away any value it might have. How do you define “learn”? Have heard of it? Can do basic tasks? Understand the ins and outs? I doubt there’s a single person with full and precise understanding of all of this word salad. Jack of all trades, master of none.

    • @MrGTFOplz
      @MrGTFOplz 10 หลายเดือนก่อน +5

      Yeah agreed. This is like an entire department

    • @spoofer9113
      @spoofer9113 2 หลายเดือนก่อน

      senior backend engineers do try learn all of this one by one, this is how they grow their skillsets.

    • @Kwpolska
      @Kwpolska 2 หลายเดือนก่อน

      @@spoofer9113 Are you a senior backend engineer? If so, how would you learn all the technologies on the list? Do you really need to know three testing libraries and three mocking libraries?
      As a senior software engineer, I certainly don’t bother learning everything on that list. If I need something, I’ll most likely figure it out along the way. If I change jobs and end up at a place using a different mocking library, I’ll figure it out in a day.

    • @spoofer9113
      @spoofer9113 2 หลายเดือนก่อน

      @Kwpolska no not like that. But to know all the concepts related to it. Let's say DBMS, then you need to know set operations, types of dbms, sql, normalisation, indexes, file organisation, Distributed DBMS which is necessary for NoSQL, etc. Nothing should be left of, everything else will be just byproduct of this. That's how you complete backend.

  • @lunat38
    @lunat38 10 หลายเดือนก่อน +3

    c# functional programming, I think, deserves to be mentioned, but I don't know where

    • @jongeduard
      @jongeduard 10 หลายเดือนก่อน +1

      Modern style programming is really good to know and understand, but I would describe that as both functional as well as composition oriented, which both work well together by the way. Moving away from the old inheritance oriented style is important these days. Also important for matching the SOLID principle and related ideas.
      A clear separation between your pure, immutable code and your code which performs actions, work can also be great. A way of separation of concerns I would even call it.
      Reducing all loops in C# however still comes with a considerable performance overhead sometimes. And Spans and stack allocations still do not support Linq and other kinds of IEnumerable based higher order functions these days, because those functions depend on heap allocations and therefore have GC load. Zero cost abstractions are not really a thing in the language yet.

  • @mightybobka
    @mightybobka 10 หลายเดือนก่อน +3

    Should I learn C# 12 or I can stop on something simpler, like C# 8?

    • @nickchapsas
      @nickchapsas  10 หลายเดือนก่อน +4

      You should be up to speed with the features of the latest C# version

    • @jonasbarka
      @jonasbarka 10 หลายเดือนก่อน +2

      In many cases C# 12 is easier, as it got a cleaner syntax. Sure, it's good to know the old ways as well, as you will encounter them. But starting with the modern way to write C# is the way to go.

  • @mostafamarwanmostafa9975
    @mostafamarwanmostafa9975 10 หลายเดือนก่อน +1

    i signed up to get the road map twice and i get no emails with the content?

  • @priyamganguly
    @priyamganguly 26 วันที่ผ่านมา

    I'd like to get a similar detailed roadmap for Java and Javascript frameworks too. Please provide us with each of them.

  • @Ofeth
    @Ofeth 10 หลายเดือนก่อน +1

    Hi Nick, great content as always I have been trying to get access to the AWS for C# developers course on Dometrain, but every time I register I never get the email, I use the same email I have for my member area on Dometrain but it does not work. What else can I do to get it? I can pay but I do not see an option on Dometrain to do so

    • @nickchapsas
      @nickchapsas  10 หลายเดือนก่อน +1

      Can you please email contact@dometrain.com

  • @mustafailikkan7068
    @mustafailikkan7068 9 หลายเดือนก่อน +1

    For CI/CD, I think Jenkins is a good selection (I add this comment because Jenkins is not in the roadmap). It is written in Java but it is not specific to Java. It has plugins to integrate with nearly every technology.

    • @TheFabulousCube
      @TheFabulousCube 5 หลายเดือนก่อน +1

      I guess it depends on the company you work for. I'm setting up templates for teams to create new applications. Jenkins is in every one of them. At our company, I wouldn't expect Jr to really know it, but mid-level should be able to follow a template. Seniors will probably fix anything left over or handle edge cases. (Leads just need to know someone on the team knows it!) I don't know how many other companies use Jenkins, but where I work it's a "must have".

  • @I-PixALbI4-I
    @I-PixALbI4-I 10 หลายเดือนก่อน +2

    I don't know personally why its call .Net "Roadmap" its more like .Net Topics...
    If I start from first topic ( git ) what do I commit if I don't know how to code?
    IMHO it should start from VS/C# ( types, methods, classes etc. )

  • @pilotboba
    @pilotboba 10 หลายเดือนก่อน +1

    I think event sourcing and event stores are getting more and more popular and more usage. Like EventStoreDB and Marten.
    Also, nothing about system design like event modeling, or event storming, etc.

  • @thijsvandervegt3377
    @thijsvandervegt3377 10 หลายเดือนก่อน +1

    Great roadmap! but what about bigger architectural techniques/patterns like Domain-Driven Design, Clean Architecture, (Modular) Monoliths, Microservices, etc. ? I think these are very useful as well 😀

  • @tornqvistemil
    @tornqvistemil 9 หลายเดือนก่อน +1

    is Moq really good to learn with all stuff going on with that right now?

  • @sky78710
    @sky78710 10 หลายเดือนก่อน

    Thank You. What the alternatives for using Triggers (Ex: INSTEAD OF INSERT Trigger ) ?

  • @Daniel15au
    @Daniel15au 10 หลายเดือนก่อน

    Your roadmap looks pretty decent. I'd add Coravel in addition to Hangfire.

  • @FataliSMus
    @FataliSMus 10 หลายเดือนก่อน +2

    Great summary, only I personally miss jaeger, helm, dapr and OpenTofu, but cool roadmap anyway!

  • @KOMEK1999
    @KOMEK1999 3 หลายเดือนก่อน

    Do I need to skip all the built library of C# and stay focused on FCL or aka Nuget Package Library ?

  • @carlitoz450
    @carlitoz450 10 หลายเดือนก่อน

    Can I ask which tool is used to create this nice roadmap ? Thanks.

  • @tymurgubayev4840
    @tymurgubayev4840 10 หลายเดือนก่อน

    I would strongly recommend learning Roslyn for every .NET developer, at least the basics to be able to implement a simple standalone analyzer/code rewriter tool.

  • @mao_lang
    @mao_lang 3 หลายเดือนก่อน

    Curious on your thoughts on something like OData in terms of REST apis. I started using it recently as a full-stack dev that also writes angular UIs to let me have simple APIs but flexible UIs, mainly things like data grids tied into CRUD operations

  • @jonathancumini6183
    @jonathancumini6183 9 หลายเดือนก่อน

    Could you explain how a "good-to-know" item might have a "must" child?

  • @SlackwareNVM
    @SlackwareNVM 10 หลายเดือนก่อน

    I'd add Orleans to that list. I've been experimenting with it recently and am quite happy with the end result. I'll be replacing a bunch of custom code with it.

  • @ChinmayChaudhari-ly5om
    @ChinmayChaudhari-ly5om 10 หลายเดือนก่อน +1

    guys i nead honest reply from developers working in .net technology. Is it worth learning .net in 2024 as per future perspective, will it vanish in few years or should i try into data science or data engineering

  • @addtra
    @addtra 10 หลายเดือนก่อน +1

    Nodatime library is missing

  • @jacksonwu1869
    @jacksonwu1869 10 หลายเดือนก่อน

    Will there be asynchronous course in the future?

  • @bugsbunny8858
    @bugsbunny8858 4 หลายเดือนก่อน

    Thanks alot nick for such informative video, It really helped me alot and also the information you provided is really great.

  • @wellingtonmassola
    @wellingtonmassola 10 หลายเดือนก่อน

    No Jenkins? What is the state of jenkins compared with it's alternatives in 2024?
    Lately I'm not responsible for writing the CI/CD pipelines at work, and, for personal projects, I don't have anything that needs it, but a few years ago I used jenkins on a project and it was really easy to setup and learn it.
    Recently I gave a quick look into azure pipelines and it felt a bit too abstract on how it works (felt like I don't have much control on how things are build/deployed... but I didn't had too much time to learn it, I may be wrong)

  • @creo_one
    @creo_one 10 หลายเดือนก่อน

    Nick, i want to see how Your previous year went in terms of finishing roadmap :3

  • @Ricebow11
    @Ricebow11 6 หลายเดือนก่อน

    Hey Nick! I heard about you on Reddit and others recommended your C# course for beginners. I tried searching on Google but couldn't find it. Do you still have the C# course for absolute beginners that you can share?

  • @jonathancumini6183
    @jonathancumini6183 9 หลายเดือนก่อน

    Curious on how you only included API documentation, and not Documentation as a key aspect (as it really is). So I would include some KB product/solution or so.

  • @nessitro
    @nessitro 10 หลายเดือนก่อน +1

    I been using Azure cloud for some time but I get the feeling I should get some of it's certificates... which one you think I should start with knowing I'm more into dev side or what's the AZ- path to follow?

    • @nickchapsas
      @nickchapsas  10 หลายเดือนก่อน +2

      Check out GPS' channel for that: www.youtube.com/@MadeByGPS

    • @nessitro
      @nessitro 10 หลายเดือนก่อน

      ​@@nickchapsas Thank you! Greetings from Morocco 🇲🇦 💯

  • @raycarlbrown-amory3509
    @raycarlbrown-amory3509 10 หลายเดือนก่อน

    I will be on this road map thank you nick

  • @k_pavel
    @k_pavel 10 หลายเดือนก่อน

    Hey Nick, how can I pay for some of your courses if I can't use any of the available payment methods? Your courses are really cool btw

  • @Megha-f7d
    @Megha-f7d 10 หลายเดือนก่อน

    Can you make a video on how to get a job in big tech companies using dotnet tech stack?
    I usually observe videos on other frameworks but not .net, kindly make one.

  • @timh8324
    @timh8324 หลายเดือนก่อน

    Have a roadman for a new developer to become a developer 2?

  • @heldercosta921
    @heldercosta921 10 หลายเดือนก่อน

    Great content. Thanks.
    Do you have any similar roadmap for Front End developer?

  • @ramba_zamba
    @ramba_zamba วันที่ผ่านมา

    thank you for this video!
    you got the mail for the road map but it isn't downloadable.
    great example that the .net mindset will never die. i will stay away from .net...

  • @konstantinpodgaets2313
    @konstantinpodgaets2313 10 หลายเดือนก่อน

    Just came to this thought that I should not use mapper. But I am still thinking about how to organize this part of my code in a better way

  • @DevLeader
    @DevLeader 10 หลายเดือนก่อน

    Hoping that I can help contribute to your C# learning journey! I hope that you enjoy the Getting Started with C# course and I wish you success on your software engineering journey!
    Big thanks to Nick (the other Nick 😅) for providing this to all of you for free! Excellent opportunity to jump into programming!

  • @monkeydgarp7877
    @monkeydgarp7877 3 หลายเดือนก่อน

    Can you recommend a course to become the senior .net? thank you

  • @silkfire
    @silkfire 10 หลายเดือนก่อน

    Why do you prefer NSubstitute over FakeItEasy?

  • @jacksonwu1869
    @jacksonwu1869 10 หลายเดือนก่อน

    Hi,Please tell me about the course From Zero to Hero: REST APIs in .NET
    Is it net 8?

    • @nickchapsas
      @nickchapsas  10 หลายเดือนก่อน +1

      It’s 7 but nothing changes between 7 and 8

  • @abj136
    @abj136 10 หลายเดือนก่อน

    This is intimidating. I’m an experienced Windows C# dev, and for 90% of this chart I barely know more than the name and idea of each.How can I ever get up to speed on web dev without spending years?

    • @ghaf222
      @ghaf222 10 หลายเดือนก่อน +1

      I don’t think you need to. You’ll learn what you need to know when you need to know it, you don’t need to know everything in advance. Any job listings I’ve seen would only ask for a tiny fraction of this stuff.

    • @krccmsitp2884
      @krccmsitp2884 10 หลายเดือนก่อน

      Learning by doing is the best thing to do.

  • @bujin1977
    @bujin1977 10 หลายเดือนก่อน

    If you do any videos on .NET Authentication/Authorisation, I'd very much appreciate it if you could cover SAML auth. It's something I have really struggled with for the last few years as there doesn't seem to be a lot of information available (that I could find, anyway!)

  • @mansur.dev1999
    @mansur.dev1999 หลายเดือนก่อน

    How about for Junior .Net Core Dev Nick?

  • @oleksiipukhtaievych3109
    @oleksiipukhtaievych3109 10 หลายเดือนก่อน

    Very useful roadmap, thanks a lot

  • @jonathancumini6183
    @jonathancumini6183 9 หลายเดือนก่อน

    I'd suggest you to encourage people to not only seek high-pay jobs with paths like these (outstanding btw), but going indie too

  • @Zhaerius
    @Zhaerius 10 หลายเดือนก่อน +4

    No blazor or front-end technologies ?

  • @morasiu1
    @morasiu1 10 หลายเดือนก่อน

    You have a typo "Fire store". Also, no Sentry?

  • @sanderschutten
    @sanderschutten 10 หลายเดือนก่อน

    Is the free Getting Started with C# offer over? When I follow the link I see it's $108.89. It would've been a nice one for a colleague who's thinking of transitioning to be a developer.

  • @mlsandreas
    @mlsandreas 10 หลายเดือนก่อน +3

    After the free access to the c# course , this is what i was looking for, thank you!

    • @jonathancumini6183
      @jonathancumini6183 9 หลายเดือนก่อน

      Interested! 🙂 Could you please let me know what I missed (free C# course)

    • @mlsandreas
      @mlsandreas 9 หลายเดือนก่อน

      @@jonathancumini6183 the c# course was free till the end of March if i am not wrong

  • @woquendoG
    @woquendoG 10 หลายเดือนก่อน

    Hi I think this is too much, is so frustrating, I've spent several years learning and this seems endless. Additionally, when learn something new for several months and come back to the other things you've learned, you feel it has been forgotten, what to do with that? And why not to use mappers?

  • @nickniebling
    @nickniebling 10 หลายเดือนก่อน

    Great content @nickchapsas 🔥 It's my experience that good developers also need improved Developer Experience, e.g. through VS Code/Rider extensions/plugins.. Would be nice to see your favorites here as well 😊 (incl. Copilot or whatever assistant you prefer)

  • @fabii5555
    @fabii5555 10 หลายเดือนก่อน +2

    I find it a bit annoying how Web focused this roadmap is. Therefore a lot of the mentioned stuff makes zero sense for desktop-only applications.

    • @abj136
      @abj136 10 หลายเดือนก่อน

      This is a roadmap for .net web development, clearly.

    • @fabii5555
      @fabii5555 10 หลายเดือนก่อน

      Yes, but the point is that this roadmap is being presented as relevant for any .NET developer. Nick even mentions he'll skip over those parts that don't apply to everyone (which should also include web stuff imo).
      I'm not denying that knowing those things could still be useful, but one could also say the same about low level memory management...

  • @rykou46
    @rykou46 3 หลายเดือนก่อน

    Good video, thanks for the info.

  • @TurgutMehdiyev-r8j
    @TurgutMehdiyev-r8j 10 หลายเดือนก่อน

    Thanks for roadmap, it's really helpful . But when I register on the free C# course in dometrain, it does not send back mail .

    • @nickchapsas
      @nickchapsas  10 หลายเดือนก่อน

      Email contact@dometrain.com

  • @dandoescode
    @dandoescode 10 หลายเดือนก่อน +1

    Didn't see any mention of 'Bicep' under Infrastructure-as-Code. Was that intentional? I also expected to see 'Application Insights' mentioned under monitoring. Is it worth adding even if not reccommended?

  • @GalaktycznyPaladyn
    @GalaktycznyPaladyn 10 หลายเดือนก่อน

    For build automation does anybody use Fake?

  • @user-qb8ii5pe4d
    @user-qb8ii5pe4d 10 หลายเดือนก่อน +1

    I love this idea of a roadmap and I'll be passing on to my team, thank you! Some things I would love to see added are...
    Common design patterns: strategy, decorator, etc.
    Architectures: NTier, Clean, and Screaming
    Business logic patterns: Transaction script, Active Record, DDD
    Other: CQRS and Event Sourcing

  • @joseantoniocarreraescobar5856
    @joseantoniocarreraescobar5856 10 หลายเดือนก่อน +1

    Do you have a course that allows to learn the entire roadmap? Thanks for sharing.

  • @jonny.rubber
    @jonny.rubber 9 หลายเดือนก่อน

    It took me about 2 years, but I can check everything off now.

  • @MrHehehahacool
    @MrHehehahacool 2 หลายเดือนก่อน

    Love that all the "free resources" are just links to $100 courses :)

  • @kamerton2595
    @kamerton2595 10 หลายเดือนก่อน

    Bited!
    Logging : Nlog
    Missed or ... [color] ?

    • @davorrilko
      @davorrilko 10 หลายเดือนก่อน

      I don't see NLog used very much, mostly Serilog and nowadays Open telemetry is getting a lot of traction..

  • @Szwarcus15
    @Szwarcus15 10 หลายเดือนก่อน +2

    You're doing a great job with this. Thank you for contribution 🔥

  • @christiangajo9499
    @christiangajo9499 10 หลายเดือนก่อน

    I wish we could have a localize price.

  • @tapstach2872
    @tapstach2872 4 หลายเดือนก่อน

    Surprisingly, I am familiar with 95% of these topics and consider myself an intermediate.

  • @dheerajyadav8134
    @dheerajyadav8134 8 หลายเดือนก่อน

    If a developer knows all these, atleast the green one, he is the entire dev team !

  • @verzivull
    @verzivull 10 หลายเดือนก่อน +3

    No rust huh? 😅

    • @jongeduard
      @jongeduard 10 หลายเดือนก่อน

      Learning multiple programming languages would I definitely see as a general roadmap item. Helps to understand things and see things in context.
      And yes, I would also love to find a Rust roadmap too somewhere. I have become Rustacean too. But it's still a different specialization from dotnet developer. 😂
      I see this video for myself as mainly about everything else which is NOT just my favourite programming language, but all about the tools around it. And at least I know that I can still improve several things. So this is really useful.

  • @B1aQQ
    @B1aQQ 10 หลายเดือนก่อน

    Huh, I know surprisingly many of those.
    Not sure I agree with not recommending stored procedures, but triggers are pure evil and should be avoided at all costs. I worked on a system that used them a lot and it was torture.

  • @gpapadopoulos
    @gpapadopoulos 10 หลายเดือนก่อน +2

    Always informative. Thanx Nick👍

  • @MrGTFOplz
    @MrGTFOplz 10 หลายเดือนก่อน +1

    To say stored procedures are obsolete is an utterly ridiculous statement

  • @raiardinata5513
    @raiardinata5513 2 วันที่ผ่านมา

    I really would like to know, is this roadmap as a backend? I didn't see frontend intersection in here.
    I mean, does .NET really heavily a backend environment. I know there is MAUI and Blazor. But does fullstack engineer is only a bollock created by greedy company.

  • @jamesmussett
    @jamesmussett 10 หลายเดือนก่อน

    I'm surprised you didn't cover LLM frameworks like Semantic Kernel

  • @truman5652
    @truman5652 10 หลายเดือนก่อน

    didn't catch Google Cloud

  •  10 หลายเดือนก่อน +1

    I think Bicep should also be included

  • @eduhza
    @eduhza 9 หลายเดือนก่อน

    I just spent hours studying Mappers yesterday, then in the very final you say I should not use it 🥴

  • @Corvin_
    @Corvin_ 10 หลายเดือนก่อน

    What about the new MSTest Runner :)

  • @spoimala
    @spoimala 8 หลายเดือนก่อน

    What is missing?
    - Bicep for IaC
    And then the whole idea of understanding networks and www. Basics of TCP, at least HTTP is required knowledge these days.

  •  10 หลายเดือนก่อน

    Did you missed Schedulers? , Coravel, ...

  • @arshmora_
    @arshmora_ 8 หลายเดือนก่อน

    Can anyone tell me at what point of progress on this map you can consider yourself a Junior? xd