Тёмный
IAmTimCorey
IAmTimCorey
IAmTimCorey
Подписаться
My goal is to make your life easier, specifically when it comes to learning software development. I remember what it was like to not know even what questions to ask. In every video I do, I try to answer those questions. You will notice that I don't usually do quick videos. That's because I would rather help you understand rather than just padding my watch percentages. If you want more in-depth training, feel free to head over to my website (www.iamtimcorey.com) where I have courses dedicated to C#, SQL, and more.
Centering With CSS The Easy Way
10:08
12 часов назад
Separating AI Hype from AI Reality
19:49
14 дней назад
6 Myths About Software Development
17:55
28 дней назад
How Do I Find the Best Developer to Hire?
32:50
2 месяца назад
Global Error Handling in C# Minimal APIs
13:59
2 месяца назад
How Do I Make My Portfolio Better?
8:52
2 месяца назад
What Is the Purpose of Design Patterns?
10:53
3 месяца назад
Background Jobs in ASP.NET Core
18:35
3 месяца назад
Should I Build a Monolith or Microservices?
15:49
3 месяца назад
Комментарии
@torrvic1156
@torrvic1156 3 часа назад
Very inspiring story! Never give up is the motto of this video and can be applied to any profession.
@Britney.J
@Britney.J 5 часов назад
Joining the party late, but so far enjoying the videos. Super helpful!
@jezb7535
@jezb7535 9 часов назад
Always amazing content. Thank you
@IAmTimCorey
@IAmTimCorey 9 часов назад
You are welcome.
@olivier5431
@olivier5431 15 часов назад
Excellent! Thanks!🤩
@IAmTimCorey
@IAmTimCorey 15 часов назад
You are welcome!
@andergarcia1115
@andergarcia1115 18 часов назад
Thanks Master, this is a topic that's often misunderstood, and there's no ond better to clarify it than you.
@IAmTimCorey
@IAmTimCorey 15 часов назад
You are welcome.
@leomac3464
@leomac3464 21 час назад
The better you know C# the easier you'll pickup JS. I started with C#, but struggled. I also knew from dabbling with ASP core MVC, that I'd needed to understand some JS if doing web based stuff. I still struggle with C#, because I haven't done much in the last 8 months. I've been doing HTML/CSS/Vanilla JS instead. I am better at those than C# now, comfortably. What I knew about C#, helped me heaps. Sure there's lots of differences, but there's lots of similarities too, as there is with other langs too. There's also lots more free JS resources for learning than C#. I'm just starting to get back into C# now.
@IAmTimCorey
@IAmTimCorey 15 часов назад
Thanks for sharing.
@Drewcumber
@Drewcumber День назад
After spending a couple hours reading multiple other tutorials and just trying to figure out where/how to put async/await into my code to get any kind of functionality... You, my good sir, come to the rescue! Hooray! Many thank yous - also the step by step showing and explaining how the await affects the execution is also helpful. The basics are relatively simple and I understood roughly what these functions did but all the other tutorials and their examples left me unable to apply it into my code and feeling stupid for it
@IAmTimCorey
@IAmTimCorey 15 часов назад
I am glad it was helpful.
@heezukaa8803
@heezukaa8803 День назад
Hi Tim Corey! I am one of your viewers in C#. NET i just want ask about dbo keyword , It is require to attach dbo after the Database Name everytime when i calling may Database or Store Procedure?? hope you seen my comment Thank You😊
@IAmTimCorey
@IAmTimCorey 15 часов назад
It is all about specificity. If you just provide the stored procedure or table name, SQL has to figure out which resource you are talking about. Unlike the database name, which can be assumed based upon your default database name that you chose in your connection string, there isn't a default owner. That means SQL has to figure out which owner (typically "dbo") owns that particular resource. This can be doubly a problem if two different owners own the same item name. The way to squeak out a bit more performance from SQL is to specify the owner name.
@maltonic42
@maltonic42 День назад
This really was a good video, especially with the diagrams (which i was missing in other videos). I think it is all clear, except for one question: Where in the example project is CQRS implemented? I see the API, which is basically CRUD (except for Update/Put). If you would add a handler-class for update, you would have 4 different handler-classes for CRUD. I can not see the separation of R | CUD....Can someone clearify that please? Thank you!
@davidmontilla6466
@davidmontilla6466 День назад
Great video Tim , but when you deploy a web api with a background service, this service it will not start until some endpoint on the api is hit, is this normal behavior for hostedServices?
@IAmTimCorey
@IAmTimCorey 15 часов назад
An API (or any website, really) should be accessed right after deployment to initialize everything. Otherwise, it will conserve resources and wait for the first caller to set things up. It can take a while for that first call to finish processing everything. Instead, run it right after deployment to get everything warmed up. This will also kick off your background job.
@arashsafi525
@arashsafi525 День назад
Thanks Tim, your answer very well
@IAmTimCorey
@IAmTimCorey 15 часов назад
You are welcome.
@shaun9209
@shaun9209 День назад
Should we enable swagger for production? Currently by default it is only accessible for development. Is there an issue exposing the schema in production?
@IAmTimCorey
@IAmTimCorey 15 часов назад
It depends on your API and your security levels. I prefer to, but an API that is unknown is harder to attack (not by a lot, but it will reduce attacks).
@guilhermealves577
@guilhermealves577 День назад
Perfect!!
@IAmTimCorey
@IAmTimCorey 15 часов назад
Thank you!
@samuelmbah8789
@samuelmbah8789 День назад
I had just started to consider learning JavaScript. Been learning .Net about a year now and recently started to work on a new project with web API and started to feel like consuming the API, I'd need JavaScript. I wasn't sure if i was gonna start learning it until I got the notification of this video yesterday. At that moment, I knew it was the Universe speaking to me through Tim. The problem with selflearning is not trying to learn to code itself, it's knowing what to learn and when to learn it. And thats where videos like this come in. Thanks Tim Corey.
@IAmTimCorey
@IAmTimCorey 15 часов назад
You are welcome.
@torrvic1156
@torrvic1156 День назад
Mr. Corey, can you answer a question about your courses? If I’ll purchase your course then will you allow to download videos by link or it will be just a link to see your closed videos on RU-vid?
@IAmTimCorey
@IAmTimCorey 15 часов назад
When you purchase my courses (not just rent through the DevPass), you get lifetime access. Part of that includes the ability to download the course content for offline viewing. My courses are not hosted on RU-vid.
@torrvic1156
@torrvic1156 14 часов назад
@@IAmTimCorey I understood. Thank you!
@dilzarahmed
@dilzarahmed День назад
very important video, many thanks dear
@IAmTimCorey
@IAmTimCorey 15 часов назад
You are welcome.
@bestshadow6585
@bestshadow6585 День назад
This is exactly the problem I have right now XD And I also try to solve it in WPF. I will check out the playlist when I find it
@IAmTimCorey
@IAmTimCorey 15 часов назад
In the TimCo Retail Manager (a playlist on my channel), we use WPF for the front-end and an API to protect calls to the database. The WPF app never has to know secret information in order to access the database.
@jeffsherman9638
@jeffsherman9638 2 дня назад
Hello Tim, do you cover how to create a JavaScript chart on any of your projects? One of the biggest mistakes I found with other videos others are covering is that they show you how to create a JavaScript Chart but it calls the database directly. Thats sounds like a terrible idea. Wouldn’t you want to use an api for the JavaScript Charts instead?
@IAmTimCorey
@IAmTimCorey 15 часов назад
I definitely don't recommend JavaScript calling any databases directly unless they are local caching databases. Otherwise, you are exposing your database to the world. Yes, I would recommend an API for any client-side code (JavaScript or Blazor WebAssembly). I don't have a video on using JavaScript charts, but you could leave a suggestion on the suggestion site: suggestions.iamtimcorey.com
@encryptor6710
@encryptor6710 2 дня назад
I avoided javascript for the longest time as a .NET developer. I ended up taking over a project that had a lot of frontend javascript and didnt know how to update it. Took the weekend to learn javascript and from then on it was like a whole new world opened up. I could do so many awesome things that you cant do out of the box with .NET. Jquery datatables for starters is the best thing in the world. AJAX calls are a life saver. No more having to do postbacks and page refreshes evertime you want to get back data. That is annoying.
@IAmTimCorey
@IAmTimCorey 15 часов назад
Yep, it wasn't until Blazor that we even had a C# option for these client-side interactions. Now we do, but it is still really helpful to know JavaScript.
@encryptor6710
@encryptor6710 14 часов назад
@@IAmTimCorey Blazor does seem ok for async server requests, but as far as DOM manipulation, it doesnt have that capability for the most part. Thats my only reason for sticking with Javascript instead of going to Blazor. Blazor substitutes a few things in C# that javascript already does. I would rather just stick with Javascript since it already does everything right out of the box. I just dont see enough benefit to change to Blazor.
@AndersonGarcia-qq3rt
@AndersonGarcia-qq3rt 2 дня назад
I am truly fascinated by this video series and truly appreciate the wisdom you share.
@IAmTimCorey
@IAmTimCorey 15 часов назад
I am glad it was helpful.
@Devaraber
@Devaraber 2 дня назад
Kevin James?
@IAmTimCorey
@IAmTimCorey 15 часов назад
I don't see the resemblance.
@darrendickerson512
@darrendickerson512 2 дня назад
Hi Tim, Hope you are well! When I do dotnet run on a rest api project I get a "ctrl-x" to end even if I just run the app from the prompt. I'm on macos btw. Where do I go to find info on how to get around that in a cicd jenkins pipeline. I have some postman newman test I want to run. Thanks, Darren
@darrendickerson512
@darrendickerson512 День назад
So it is just "dotnet run > /dev/null &" on a mac... lol
@a.porteghali7402
@a.porteghali7402 2 дня назад
In 2001, while I was completing my university project with C++ programming, Spielberg's movie Artificial Intelligence was screened. I was thinking when the "Dr. Know" character will come true to help me get the project done!🙂 Thanks for your excellent explanation to differentiate between AI and the programming logic.
@IAmTimCorey
@IAmTimCorey 2 дня назад
You are welcome.
@JacobHarley-lv7nd
@JacobHarley-lv7nd 2 дня назад
Just getting started on blazor. This is a great heads up to get me started. Nicely paced.
@IAmTimCorey
@IAmTimCorey 2 дня назад
Great to hear!
@user-qb2py7ko7q
@user-qb2py7ko7q 2 дня назад
Great video! Thank you
@IAmTimCorey
@IAmTimCorey 2 дня назад
You are welcome!
@BlahzayBeta
@BlahzayBeta 2 дня назад
The copy output directory tip was clutch! Exactly the issue I was having. Great video as always. Thanks
@IAmTimCorey
@IAmTimCorey 2 дня назад
Glad it helped!
@AlanSpurlock-dn9ji
@AlanSpurlock-dn9ji 2 дня назад
I am not going to name drop, but I recently worked at a fortune <200 company that switched from .net to node.js. The "Principal" couldn't figure out how to code split and pass around sequelize. So he pilled up 4k LINES OF CODE in one file... Just one giant controller file. It was insane. Crashed all the time and rang up postgres connections to the tune of 22k connections. Good stuff lmao.
@IAmTimCorey
@IAmTimCorey 2 дня назад
The language you choose won’t fix bad coding practices, for sure.
@jamesbest3347
@jamesbest3347 2 дня назад
There's so much value to learning javascript it's unreal. Even if you don't do any frontend at all the untyped nature of javascript allows you jam out demos/prototypes, algorithms, simple functions way quicker as a proof of concept. I was sold after making the game snake in like 5 minutes using canvas and javascript.
@IAmTimCorey
@IAmTimCorey 2 дня назад
Thanks for sharing!
@dsx7517
@dsx7517 2 дня назад
When JavaScript Becomes Important for C# Developers? Dear Lord, hopefully never. 😅
@IAmTimCorey
@IAmTimCorey 2 дня назад
As long as you avoid the most popular application operation and distribution system on the planet by far, you can probably get by without knowing it.
@harrisonwell1719
@harrisonwell1719 2 дня назад
Jonathan Blow says JavaScript Developers are mediocre Developers 🤔🤔🤔
@IAmTimCorey
@IAmTimCorey 2 дня назад
That’s a really bad generalization. There are a lot of new/inexperienced devs using JavaScript because they think it is an easy way to get a good job (it’s not), but that doesn’t mean all JavaScript devs are inexperienced/bad.
@andrenunes4032
@andrenunes4032 День назад
​ I am a C# developer, but I kind got this idea that JS devs get a Job faster. This is not true because of The concurrence (devs per position aplication) ? Or something ele?
@IAmTimCorey
@IAmTimCorey 14 часов назад
It is a number of factors. First, it is going to be about the ratio. If there are 1000 applicants per job opening in JavaScript and 100 applicants per job opening in C#, it doesn't matter as much if there are three times the number of JavaScript jobs. Your odds of getting a job are greater where there is a more favorable ratio. Second, JavaScript is a deceptive language to learn. It feels very simple because it is simple to get started. However, that's like saying that building houses is easy to get started because you just need to know how to hammer a nail into a board. That's only true in the most general of senses. It takes a lot more than that to build a house well. The same is true for JavaScript. You can copy a few lines from ChatGPT and get something running in JavaScript. The problem is that you create a house of cards that will come crashing down if you do it to any scale (like a production app). This leads to a LOT of people claiming to be JavaScript developers, and some even have years of experience, who are not well-qualified candidates for real-world positions. Third, because of the number of people who get into JavaScript, the average pay for front-end JavaScript positions has fallen significantly. If you look at the Stack Overflow developer survey, you will see that front-end developer jobs lag behind other developer jobs in terms of pay. It is all about supply and demand.
@gahshunker
@gahshunker 2 дня назад
I know that you are a c# tutor, but…if you still need to learn JavaScript for frontend, why not learn/use it on backend? Or why would you advocate c# on backend rather than the backend flavor of JavaScript/Typescript
@oboynitro
@oboynitro 2 дня назад
Javascript on the server is a disease, on the browser is where it belongs
@verc.online
@verc.online 2 дня назад
I guess, a language choice depends not only on primary work. Eg, I'm doing web development, but also developing games and some desktop stuff so C# suits more for me, also it provides WASM framework for web frontend. Of course if you focus only on web Dev, you can pick up JS
@muzamilmehmood1398
@muzamilmehmood1398 2 дня назад
Because at the end of the day it is a scripting language and the basic working principles is different than what C#, C++ or Java can do, these languages are faster than scripting languages because scripting language code normally interpreted and code executes line by line while your C# C++ and java application are normally compiled and the emphasize is on high performance, well structured approach to software design and they typically provide more features for large applications development while oir scripting languages are typically used for automating repititive tasks and rapid development and deployment
@gahshunker
@gahshunker 2 дня назад
@@muzamilmehmood1398 typescript is compiled, if that’s the main gripe
@IAmTimCorey
@IAmTimCorey 2 дня назад
Good question. First, let’s start with a simple analogy. Imagine you build houses. You primarily use a nail gun to assemble the framing. Would you learn to use a hammer too? Yep, even though both do a similar job (drive nails). Different tools for different jobs or situations. The same is true for JS as a C# dev. There are times when it is useful. You can use JS to enhance your applications. Using JS everywhere isn’t something I recommend. It isn’t as performant as I would like on the server. It is also messier as a language. Typescript can help, but it also interiors own issues. As a developer, you are going to end up learning multiple languages. The keys are first to learn one really well and the second is to learn when to use the other languages to supplement your primary language.
@caseyspaulding
@caseyspaulding 2 дня назад
Good stuff. So helpful to know JavaScript! Avoided it for too long.
@IAmTimCorey
@IAmTimCorey 2 дня назад
Glad it was helpful!
@rikudouensof
@rikudouensof 2 дня назад
There is no absolute. Like you said, it always depends.
@IAmTimCorey
@IAmTimCorey 2 дня назад
Yep.
@sharzoe
@sharzoe 2 дня назад
This was made quite a while ago. Has the new entity framework (core 8) changed your mind at all?
@IAmTimCorey
@IAmTimCorey 14 часов назад
EF is a great tool. If you use it right, it can be powerful and performant. The new changes in .NET 8 only improve that performance capability. However, the true performance of EF was never really the issue that I've had with EF. The issue is with how it is actually used. In order to get EF right and to not cause massive performance issues, you need to tune every model and query that you write. Then you need to track how the database handles those queries to see if you need to make adjustments. At the end of the day, you are doing a LOT of work in SQL and a LOT of managing EF and you have built a complex data access system. That isn't really going to change over time because of the nature of generated data access. That's why I prefer to use Dapper. Yes, it forces you to work in SQL, but the way I see it, it is forcing me to do what I should be doing with EF.
@torrvic1156
@torrvic1156 3 дня назад
Excellent video! Trying to repeat these steppes and learning even more stuff like RabbitMQ and MassTransit, Redis and I am still learning and have fear to apply for the job. 2 years and six months passed. Maybe I am dumb 😂I don’t know.
@IAmTimCorey
@IAmTimCorey 14 часов назад
Practice builds confidence. When you've done something 100 times, you are more confident doing it than when you have done it 2 times. Beyond that, though, you will just need to take the leap without being fully confident. Almost no one is fully confident. We do it anyway. You can do it.
@torrvic1156
@torrvic1156 14 часов назад
@@IAmTimCorey thank you for inspiring words Mr. Corey! I really appreciate that.
@osamanasim4367
@osamanasim4367 4 дня назад
Brilliantly explained!! I learned a lot from this video.
@IAmTimCorey
@IAmTimCorey 3 дня назад
Glad it was helpful!
@silence8806
@silence8806 4 дня назад
I don't think AI will make the job as a software developer easier, as BASIC did not make the job easier. Getting more done, does not mean, the field in general becomes simpler.
@IAmTimCorey
@IAmTimCorey 14 часов назад
I think you are trying to split hairs here. If I can get 10 tasks done before I start using a tool and I can get 15 tasks done after using the tool, doesn't that mean the tool made the job easier? AI helps you get more done. That doesn't diminish the job or its complexity. It just means that you can do more because of this additional tool.
@andergarcia1115
@andergarcia1115 4 дня назад
Thank you Master, details like this truly do have a significant impact
@IAmTimCorey
@IAmTimCorey 3 дня назад
You are very welcome.
@Uncle-Dee
@Uncle-Dee 4 дня назад
This level of knowledge needs to be made illegal, Wow!! such clarity and finesse! Thank you so much @IAmTimCorey
@IAmTimCorey
@IAmTimCorey 4 дня назад
I’m glad it was helpful.
@AJvanuw
@AJvanuw 4 дня назад
$500 for the C# master course? Hmm probably just do a Udemy course for 1/20th the price...
@IAmTimCorey
@IAmTimCorey 4 дня назад
It’s all about perspective, right? A boot camp will cost you over $10,000 and you won’t get better training than this course. If you can find the quality and cohesive training over multiple courses on Udemy, though, go for it.
@torrvic1156
@torrvic1156 4 дня назад
Thank you so much, Mr. Corey! I really struggled with flex stuff. Your frontend lessons are priceless.
@IAmTimCorey
@IAmTimCorey 4 дня назад
You are welcome.
@sniz-mangalore3562
@sniz-mangalore3562 4 дня назад
Resolving a century old question "How to center a div?"😂😂😂
@IAmTimCorey
@IAmTimCorey 4 дня назад
Yep.
@jowbloe4700
@jowbloe4700 5 дней назад
21:40 guess they love reinventing AJAX?
@IAmTimCorey
@IAmTimCorey 4 дня назад
More like they love using the tools available to them on the web to provide even more power to the developers. This isn't a reinvention of AJAX. This is a way to use JavaScript in new and interesting ways.
@ace90210ace
@ace90210ace 5 дней назад
Ohhh how naive, I too thought this was the answer when I learnt it in css years ago. How wrong I was. One thing CSS is absolutely consistent in is, no matter how many ways we find to finally solve centering a div it *will* find a way of use case it doesn't work. Of I get time later I might dig up one of my multiple applications where it refused to center using your above solution because something stupid that required daft workarounds.
@IAmTimCorey
@IAmTimCorey 5 дней назад
It isn’t the solution to every situation, as I stated in the video. It is the easiest solution that works most of the time. There is also CSS Grid and others.
@RadoAndriamiharimahazo_4444
@RadoAndriamiharimahazo_4444 5 дней назад
Great tutorial, Thanks Tim!
@IAmTimCorey
@IAmTimCorey 5 дней назад
You are welcome.
@coloseis
@coloseis 5 дней назад
Thank you very much for the simple explanation. I got dizzy so many times trying to achieve this thing that is so simple.
@IAmTimCorey
@IAmTimCorey 5 дней назад
You are welcome.
@jamesbest3347
@jamesbest3347 5 дней назад
The most important software engineering video of my life.
@IAmTimCorey
@IAmTimCorey 5 дней назад
😂
@SomeGuyIsWorking
@SomeGuyIsWorking 6 дней назад
Very well explained, thank you!
@IAmTimCorey
@IAmTimCorey 5 дней назад
You're very welcome!
@austinturney2060
@austinturney2060 6 дней назад
I keep getting an error "403 Forbidden" when using the pipeline to deploy the API, but not when I publish using Visual Studios. Has anyone found a solution?
@hjoseph777
@hjoseph777 6 дней назад
Hey Tim, can you explain the concept high otherwise it is straight coding.
@IAmTimCorey
@IAmTimCorey 4 дня назад
I'm not sure what you are asking for. Are you asking for a high-level explanation?