I have never seen anywhere else on the web that teaches you how to develop an application from scratch in C# for free. This must have taken so much time and dedication. For those who are serious about C#, stuff like this is considered a golden. Much appreciate and a huge thanks.
@aimelive250 Жыл бұрын
Good ever
@aimelive250 Жыл бұрын
Okay
@Arslanali-vo3sp4 жыл бұрын
TABLE OF CONTENTS 00:00:00 Initial Planning 00:16:45 Overview Planning 00:46:09 Data Design 01:15:06 User Interface Design 01:34:26 Logic Planning 01:50:02 Class Library Creation 02:06:10 Form Building 03:08:24 SQL Database Design 04:12:49 Prize Form Wire Up 05:36:04 SQL Connection 06:46:37 Text Connection 07:44:24 Create Team Form Part 1 08:29:18 Create Team Form Part 2 09:12:34 Create Team Form Part 3 10:01:06 Create Tournament Form Part 1 10:33:21 Create Tournament Form Part 2 11:15:17 Create Tournament Form Part 3 12:34:12 Create Tournament Form Part 4 13:45:48 Create Tournament Form Part 5 16:12:12 Debugging 17:09:09 Dashboard Form 17:58:42 Tournament Viewer Part 1 19:07:33 Tournament Viewer Part 2 20:23:30 Refactoring 21:30:51 Error Handling 21:52:55 Emailing Users 23:01:27 Wrapping Up
@donut18973 жыл бұрын
he did all this just for internet fame
@clarkscott25823 жыл бұрын
You learn this in this video?
@vkgautam79803 жыл бұрын
bruh, he copied and pasted. check the whole description
@anelemadonda61913 жыл бұрын
life saver, the world needs more people like you
@EdKingwaRd3 жыл бұрын
i m leaving a damn LIKE for u
@NerdyNinja784 жыл бұрын
The world needs more people like Tim Corey. A solid 24 hours of knowledge-dropping without an advert in sight. Thanks Tim, you're a legend.
@AnmolDwivedi-t2q25 күн бұрын
86 likes but no comments! let me fix it
@lukedawes31645 жыл бұрын
Im 7 hours in and this is by far the best intermediate C# tutorial. Its very long winded but explains everything and why hes doing things which a lot of tutorials lack!
@IAmTimCorey5 жыл бұрын
Thanks!
@sorianocarlos4 жыл бұрын
Just finished watching this video after a couple of months a few hours each day. I replayed it many times and learned a great deal while developing my own app. I agree with you, it is the best intermediate level tutorial I could find.
@jaretsanchez19003 жыл бұрын
I'm actually stuck, I'm not sure if you remember anything from a year ago or still have the project saved somewhere. When Tim's setting up his SQL connection in SQLConnector.cs @6:02:50. I'm using the namespace System.Data.SqlClient.SqlConnection. It's telling me SqlConnection doesn't exist within the namespace of System.Data.SqlClient. I'm not sure if we might have defined that reference ourselves previously but I have no memory of where it might be and how to add that to the namespace it's referencing. Any tips anyone?
@jaretsanchez19003 жыл бұрын
I found it in the comment section, thanks!
@oluabi.salami3 жыл бұрын
@@IAmTimCorey This tutorial is lit. I've never written c# before this course but with this video, I'm all fired up. I've been following and I understood every single thing I've watched till where we wanted to write into the Database. I understood that area too but the compiler handed me an error and I've been unable to get past that place. It's the CreatePrizeForm.cs submit, where we used the foreach loop to get the connections from the GlobalConfig.connections. it came up with an unhandled exception, System.IO.FileNotFoundException: Could not load file or assembly System.Data.SqlClient, Version=4.5.0.1. In my dependencies, I have System.Data.SqlClient Version 4.6.1 and also downloaded Microsoft.Data.SqlClient version 3.0.0 So, I've decided not to move on till I fix this (tried for over a week). But up until here, I've had a great time learning. I'd appreciate if theres any idea I'm missing. Thx
@SpaceChicken3 жыл бұрын
“Learn C# in under a day!”
@techtycho47523 жыл бұрын
no ofc, you must learn c# basics first
@user-bi2il2qy8o3 жыл бұрын
@@techtycho4752 E
@ricardk14433 жыл бұрын
without break to lunch or go to bathroom!
@MaxTheFireCat3 жыл бұрын
*AND STILL HAVE 79 SECONDS OF SLEEP!*
@kalyan32853 жыл бұрын
@@MaxTheFireCat 😂😂😂😂broo
@RTX_valorant5 жыл бұрын
Mom my last video before bed
@caliapster87205 жыл бұрын
MR,NOOB haahahahahah
@alexiscalderon14675 жыл бұрын
🤣
@andreschirino59695 жыл бұрын
:D
@nekkaznumero35665 жыл бұрын
😂😂😂
@zairiaimen60045 жыл бұрын
AAAAAANNNNND another day without sleep , So we are about 25 days now
@latitude32nord3 жыл бұрын
Thank you so much, I am 53 y old, I start to work as a C/C++ programmer at 1991 after five year i move to team leader and after manager, and after director etc.. so i have stop coding since more than 20y. I just decide to return to my programmer roots to start a new challenge : to became a freelancer in 2022. I hope a can do it. Thanks a lot !
@latitude32nord2 жыл бұрын
Just an update ! since my comment, i am now coding in C# for Professionals Projects and a Just launch my Digital Factory in Tunis/Tunisia . Thanks Tim for all ! We are going to subscribe to your Learning program
@reflexbull69692 жыл бұрын
@@latitude32nord congrats man, it's never too late! :)
@araf75711 ай бұрын
Damn this is inspiring
@gui2peg9 ай бұрын
@@latitude32nord very cool
@roadie31248 ай бұрын
@@latitude32nord Well done! I wish you good luck. I'm 75 years old and I did something similar over 25 years ago. I started programming in Assembler in 1970, working for computer manufacturers and consulting companies, became an analyst, team leader, etc. up to managing major development projects and strategic planning. I then became the IT Manager for a medium sized company (IBM compatible mainframe computer), because that was supposed to be the next level on the ladder. I wasn't happy and realised that I was much happier building IT solutions than managing people. I built a small business developing custom applications using Access, VB, SQL Server, etc. and I was much happier. I retired around 10 years ago and now I'm learning C# for the challenge.
@dakhil3596 Жыл бұрын
1:09 Technology utilized 2:12 Lesson 1 Initial Planning 16:45 Lesson 2 Overview Planning 46:15 Lesson 3 Data Design 1:15:08 Lesson 4 User Interface Design 1:34:27 Lesson 5 Logic Planning 1:50:03 Lesson 6 Class Library Creation 2:06:16 Lesson 7 Form Building
@officialmoai3107 Жыл бұрын
Thanks!
@pedropcamellon Жыл бұрын
Thanks a lot
@ShaniGoud-es8el Жыл бұрын
God helping us 🙏
@EpicFox5 жыл бұрын
My little bro: Hey, let me now use your PC. Me: let me just finish this short video.
@amemalik3595 жыл бұрын
rip little bro
@westhenry93605 жыл бұрын
@@amemalik359 RIP to that bro. short video lol,
@binariez5 жыл бұрын
little bro: oh ok, tell me once you done him : sure, cya in 24hrs
@MandosaWright4 жыл бұрын
ha probably just wanted to play Fork-Knife
@nenyashamajoboro37704 жыл бұрын
@@amemalik359 F
@lixin51695 жыл бұрын
my mistake, i thought it was 24 minutes...
@nukeman4445 жыл бұрын
lol
@lalanono14935 жыл бұрын
@@banfrionsa i saw learn fking english
@digisgt20005 жыл бұрын
congrats you are graduated
@alhilya5 жыл бұрын
Miao bruh you really had to reply 1 month later
@MindlessSuccess5 жыл бұрын
ffs, its the next day already...
@Dan-rn6xm5 жыл бұрын
Highly recommended. The first many minutes talk real world dialogue and necessary vetting of requirements and discovering the needs of the customer.
@yess.6558 Жыл бұрын
My Progress Day 1 (5/26/2023) 1:50:00 Lesson 6 - Class Library Creation Day 2 (5/27/2023) 3:08:24 Lesson 8 - SQL Database Design Day 3 (5/30/2023) 05:36:04 Lesson 10 - SQL Connection Day 4 (5/31/2023) 07:44:24 Lesson 12 - Create Team Form Part 1 Day 5 (6/1/2023) 10:01:06 Lesson 15 - Create Tournament Form Part 1 Day 6 (6/2/2023) 13:45:48 Lesson 19 - Create Tournament Form Part 5 // My mind is melting :, ) Day 7 (6/3/2023) 17:58:42 Lesson 22 - Tournament Viewer Part 1 AHHHHHHHHHHHHHHHHAHAHAHAHAHAHAHAHAHASHAHAHAHAHAHAHAHAHA. This is fun :) Day 8 (6/4/2023) 19:07:33 Lesson 23 - Tournament Viewer Part 2 Found two bugs in my code and I have no clue whats going on. Aint giving up tho! Day 9 (6/5/2023) No progress. Been stuck for 6-8 hours trying to solve the bug. I am learning a lot in the meantime tho. Day 10 (6/6/2023) No Progress. I finally found the bug after 12 hours total of searching for it: I had a < sign instead of
@abdullahmaqsoodhere Жыл бұрын
Bro, I'm on the same path as you, It's refreshing to see you update your status here everyday 😂😂
@abdullahmaqsoodhere Жыл бұрын
Bro, My application is almost complete, Just got stuck, Help What are the Primary-keys for the following Foreign-keys? In the MatchupEntries Table: -MatchupId -ParentMatchupId -TeamCompetingId In the Matchups Table: -WinnerId
@spandas590 Жыл бұрын
Nice
@benedictcherlet8583 Жыл бұрын
bruh did u make it? you're friendly reminder is here xoxo
@yess.6558 Жыл бұрын
@@benedictcherlet8583 unfortunately I kept on running into bugs. Sometimes it would take me several days just to realize I used a < instead of a >. But the main reason I stopped is because although I was keeping up, I didn’t really understand some of the basic principles of programming, like interfaces and properties. So I decided that I want to look for more tutorials that are more specific until I get the ability to understand what’s going on in this video. That way, if I run into a bug I’ll be a little more experienced in hunting down where it is as apposed to watching the video and copying line by line. If you think you understand the basics of programming and you know how to debug, I would go for it. But once I am confident that I can, ima start over.
@ummarasyraf15044 жыл бұрын
I can't express how grateful I am to you, this video has helped me so much. If it wasn't for you, I wouldn't have finished my FYP and graduated. I came from engineering course background, I knew nothing of Windows software development before this video but I had to learn to complete my project. So, thank you so much!
@palashmehta51134 жыл бұрын
Each day one lesson. Completed 8 hours, so far so good. More 16 to go. I can do it! Thank you Tim for this amazing tutorial.
@konainalam21884 жыл бұрын
can u provide me with stored procedures of this project,??
@MarcinScholke Жыл бұрын
not easy :)
@YuvalBarak5 жыл бұрын
Just finished watching this video. It took me a month. Totally worth it! Thank you Tim for this course. I have learned so much. Your explenations are very clear and easy to understand. Highly recomended video!
@IAmTimCorey5 жыл бұрын
Way to stick with it! Glad you enjoyed the course.
@MrValentine7105 жыл бұрын
@@IAmTimCorey hey can U help me? I put like 3 comments for the 3 hour mark haha
@Tung.TheEngineer2 жыл бұрын
wow, 23hrs for a full course of C sharp, this is totally what I really want to learn from KZbin. Thanks for sharing us your knowledge and technical skills .
@YoungGrizzly5 жыл бұрын
No one has an excuse now. It's free, it's great insight, and available 24/7. LEARN TO CODE
@richarddixon83655 жыл бұрын
Well lookey here! Lol
@YoungGrizzly5 жыл бұрын
@@richarddixon8365 you know I'm all over KZbin brother. Lol
@Cognitoman5 жыл бұрын
@@YoungGrizzly yo where you at
@fnmikeygg5 жыл бұрын
and get 0 jobs!
@pkrockin39234 жыл бұрын
@@fnmikeygg that's because theyre not persistent enough.
@panzerlink4 жыл бұрын
A few things at 5:30:00 and 6:00:00, Since this is an older version of VS, there are a few things different about the application. The References are now called Dependencies and the Reference Manager doesn't seem to contain the Assemblies. Also when you were making the SQL database you COMPLETELY left out the development of each table. (12 hours in and on Hour 6 of the video listening on 1.5 speed)
@panzerlink4 жыл бұрын
I fixed the ConfigurationManager by using IntelliSense and having it install the Assembly.
@panzerlink4 жыл бұрын
There was also an assembly missing called System.Data.SqlClient that I needed to get for the Dependencies. This corrected the SqlConnection error I was getting. Seems you already had it in your project.
@flaviokonti55223 жыл бұрын
I used nuget packages to add syste.configuration and system.data and all worked fine
@jaretsanchez19003 жыл бұрын
@@panzerlink THANK YOU! Man, the comment section is awesome. I had downloaded the configuration manager figuring that's all I needed. I could not for the life of me find out why SqlConnection wasn't working. I had to right-click dependencies and use "Manage NuGet Packages". Then I downloaded the package you referenced.
@CB-ix2lh2 жыл бұрын
@@jaretsanchez1900 Thanks for clarifying this! I had the same issue but didn't realize the Manage NuGet Packages route was the fix. It's scary following these tutorials, getting this far in and having something go wrong. Thanks!!
@torashi.5 жыл бұрын
Free Code Camp: How long should the video last? Tim Corey: Yes!
@thisisntwhoyourlookingforb17483 жыл бұрын
lol
@trophieboi18205 жыл бұрын
Learn whole CS in one video. Video length :: 122:22:33:3:3
@salehaboutaama73705 жыл бұрын
lol
@alexiscalderon14675 жыл бұрын
🤣
@Danielagostinho215 жыл бұрын
i can't even see the bug player point moving
@richardlighthouse53285 жыл бұрын
2.5 years? lul
@trophieboi18205 жыл бұрын
@@richardlighthouse5328 well calculated. Did you plot it using matplotlib?
@sealbatross4 жыл бұрын
Thank you for the wonderful tutorial! I’ve just finished it in a weeks time, and I gotta say, the way you talk about things really helped motivate me to get through the whole video! I especially enjoyed seeing the twists and turns, and the debugging process, it turned this into a bit of a challenge in trying to find bugs before you do because everything is not guaranteed to run smoothly the first time. This is my first official intro into c# and sql and I learned a lot. Thank you again!!!
@riclf5 жыл бұрын
Honestly, I can't wait to begin this! What an opportunity!
@emanuelfaisca17835 жыл бұрын
I've been watching Tim Corey's videos for a while now and I can say that he is a great teacher. This is a great course to take.
@riptomydeadhomies5 жыл бұрын
I've learned more in this video than I did all semester at a university.
@IAmTimCorey5 жыл бұрын
Excellent!
@kushalban30084 жыл бұрын
It's because you paid more attention and effort than University 😂😂😂.
@HaloWolf1024 жыл бұрын
You sought out this information, you needed this information in the moment. Instead of being required to go to class, on this certain day, at this time. When you setup the environment you want, your brain is more open to interpretation. But waking up early in the morning being forced to learn, you are a closed system, not planning on letting any information in. Trying it's best to restore that 'comfort' that it likes so much, but when you are already in that comfortable environment, you are keen on learning information, you can recall the information more efficiently. This happened with me in Digital Electronics and German. I failed both classes, because they were not essential to graduating, so I singled out a class to try and recover that sanity I lost throughout the day. But, now that I am getting back into them 4 years later. I can consistently recover data I've learned.
@mrcrbgaming24124 жыл бұрын
welcome to youtube!
@konainalam21884 жыл бұрын
@@IAmTimCorey tim.. can u plzz share all of the stored procedures of this project..
@Rich-rp9xy5 жыл бұрын
And some people pay for this kind of knowledge, you share it for free! Thank you.
@jojocarraway5 жыл бұрын
Tim, thanks for this video. I recently left ERP development operating in a functional paradigm and just switched back to C# winforms application development in the oop paradigm, which I haven't worked in since 2013. This was exactly the refresher I needed to get reoriented for my new position of employment, and the time you took to generate this content is greatly appreciated.
@IAmTimCorey5 жыл бұрын
Excellent!
@sorianocarlos4 жыл бұрын
Thank you Tim! I've been learing from your videos for months now. One of the best video tutorials I've found on developing apps using C# here on KZbin. Keep up the awesome work!
@NeilSearle5 жыл бұрын
This is a brilliant introduction to C# for people that have programmed in other languages, thank you so much! I haven't coded a single line of C# before but have spent time in Visual Basic, C, C++ and a lot of time in PowerShell and I now feel confident to get started in C# and have this to video to refer to as I implement my idea for a project. I appreciated the way you introduced how to make good use of the Visual Studio autocomplete, auto link, getting hold of additional libraries etc. I will certainly be checking out more of your videos. Can anyone link to the follow up where this is turned into a web application please?
@bryanvinton65355 жыл бұрын
4:37 had literally got me right in the feels thanks for that haha phenomenal tutorial, definitely something I will watch like 5 or 20 times!!
@jakenastysnake3 жыл бұрын
Thanks for making this! I'm a self taught developer so the main area I want to focus on and improve is exactly this, planning the project out efficiently as possible to hopefully end up with an overall better program in the end.
@liefhebber62772 жыл бұрын
how's this been going my dude
@jakenastysnake2 жыл бұрын
@@liefhebber6277 I can definitely tell I’ve gotten much better over the past couple of months. The biggest thing that has helped me to manage bigger projects is breaking the code down into different classes, for example I could have a “Comboboxes” class to handle drawing custom comboboxes, or a “DataGrids” class to handle populating data. To me it’s easier to manage than having everything in one form/class. Also, I like to use public static methods in classes because it makes it simple to call that method from another form/class, but some say it’s bad practice, but it definitely works for me!
@DimagKaDahi20152 жыл бұрын
Hi, I am learning and I am fresher. Please let me know if you could provide some work to learn like Internship.
@rayyanahmed4229 Жыл бұрын
@@jakenastysnake I am learning too by my own it would be great if you could provide some tips and best approach to learn this by own
@Rippitup83 жыл бұрын
Love the tutorial so far. Im following along on VS and taking notes.. Ive got to 4 and a half hours so far and just thought id leave a comment as ive just gotten past a part where you say 'its fine to be a bit lost and to think its a little confusing, we're not doing 'hello world', its a difficult tutorial so just because you find it hard doesnt mean youre not going to be a programmer. keep going and i know i can get you through this!'... there are loads of parts ive had to rewatch a handfull of times and its easy to get downhearted so it was nice to hear a bit of encouragment, really made me feel more confident and motivated to stick with it. Thanks ;)
@godwinenang35015 жыл бұрын
I think I'm going to need a truckload of popcorn 🍿. Great job... Amazing.
@TechVantage1155 жыл бұрын
Thanks man for that playlist named code on your channel I just saved it for me too
@godwinenang35015 жыл бұрын
@@TechVantage115 you're welcome man
@xoxo-sf1zg5 жыл бұрын
Sharing is caring 😆
@godwinenang35015 жыл бұрын
@@xoxo-sf1zg here you go: Import * from {godwin_enang} if (godwin.popcorn = truckload) { xo_xo = godwin.popcorn/2 ; } else { print "I'm sorry bro, ain't gonna be enough for the 24hrs long video" ; }
@xoxo-sf1zg5 жыл бұрын
@@godwinenang3501 oh sheeeet... 😱
@ovo6273 жыл бұрын
I love that FCC creates these long videos. I'm so tired of programming tutorials that are 5 minute chunks that are stitched together. It's harder to navigate.
@pintaridergaming5 жыл бұрын
Currently halfway through the video and let me just say wow and thank you for this
@deanpotter66545 жыл бұрын
@swasthya mantra no you need to grasp the fundamentals
@Sacheess5 жыл бұрын
@swasthya mantra If you know, for example, C++, you won't have problems with understanding
@larrylegette19855 жыл бұрын
Everlast
@carljalal38555 жыл бұрын
Great video, I love how you mentioned "think about the data before the interface" ... I honestly never though of coding in this way, but yup I can see you're totally right, so it's a huge innovation to how I'll be thinking from now on
@MrRasZee5 жыл бұрын
I nearly cried when you made that empty constructor and I suddenly realised the point of constructors is to make multiple overloads for a class...boom
@chaosmastermind4 жыл бұрын
It really shows how each step that you complete makes all the other steps much faster and easier. Especially after designing the UI on paper and then you could just recreate it in the Forms super easily. Creating the classes was super easy because you knew all of them that you need. And all that information came from asking lots of questions. It's just really apparent how much effort and frustration and mess you avoided this way.
@simplyincorrigible77085 жыл бұрын
10 hours into the vid as a code along. If you don't know SQL, you will have to learn. This isn't a beginner/new to programming course at all. You should be familiar with data types, classes, enums, interfaces, debugging, win forms, using, namespace, event handlers, intimate knowledge of visual studio 2017 & sql{install, create servers, database, tables, queries, write stored procedures, m$ sql management studio}. all that is in the first 10 hours.
@IAmTimCorey5 жыл бұрын
Correct. This isn't for you if you are a complete beginner. But, if you have an understanding of C# at all you should be able to follow along at least and understand what you need to learn more about. My recommendation is to not tackle full applications until after you have practiced the basics quite a bit. In my Foundation in C# course series, it took five courses before we created our first full application and even then it wasn't at this scale.
@Peakprospr4205 жыл бұрын
I’m beginner in c# as I am learning it for game development in unity. You got any links to c# courses for beginner that are complete like this one thanks
@DarrenBishopdb5 жыл бұрын
@Incorrigible Panda ...thank you for posting this comment. I do not know C# and I was about to dive in. I appreciate your post and it has saved me many hours.
@sani3375 жыл бұрын
Is this okay if you are using it to understand where to begin and how to do certain stuff but not making something as complex as this?
@vedantkothari83475 жыл бұрын
@@Peakprospr420 I wanted to learn it for the same
@pgarcia1234 жыл бұрын
Hi Tim. Before all, THANKS A LOT for offering this opportunity to learn, I have spent two weeks following your course. After assisting lesson 22 and 23 and following your wonderful course, I have the following issue with the LoadMatchups method in the TournamentViewerForm. When the program starts and the tournament is selected, the sequence in LoadMatchups seems to be OK: - In a given moment enters the foreach loop, validates the matchup round. - Within the if, the selected matchup list is cleared (selectedMatchups.Clear()) - Jumps to the following line of code (the next foreach) When I change the round in the roundDrop element, it correctly triggers the roundDropDown_SelectedIndexChanged event and calls the LoadMatchups method. But the sequence changes: - In a given moment enters the foreach loop, validates the matchup round. - Within the if, the selected matchup list is cleared (selectedMatchups.Clear()) - CHANGED BEHAVIOR: before going to the next line, it "triggers" the matchupListBox_SelectedIndexChanged event, so calling the LoadMatchup method with a null parameter. of course this creates an EXCEPTION. - Jumps to the following line of code (the next foreach) Extra information: - Same happens when the checkbox "unplayedOnlyChecbox" is used and the event unplayedOnlyCheckbox_CheckedChanged is triggered - I am using VS 2019 - .NETFramework,Version=v4.7.2 - Based on the framework version, I guess I am using C# version 7.3 I checked your code in GitHub and in principle everything matches, can you please provide some light?
@lakshaygupta90615 жыл бұрын
This comment section is the proof that people comment before watching the whole video 😁😁
@cadcdo25325 жыл бұрын
Almost 200,000 views (and counting) is proof KZbin is not all about funny and silly videos.👍🏼😀
@nukeman4445 жыл бұрын
Ok, then I'll comment in 24 hours, lol
@dionysusviper75325 жыл бұрын
lol so true
@ItzSkyBound5 жыл бұрын
@Abraham Villalobos Not gonna r/Wooooosh you, but it's a joke lol.
@MrRasZee5 жыл бұрын
I've been watching the whole video for about 4 weeks now only up to hour 17...nearly there 22/11/2019
@FoxHoundUnit892 жыл бұрын
4:58:00 if anyone else gets to this point and is confused because the reference isn't working, you might have done what I did and created the wrong kind of class library. The program is not at all clear about this but you have to make sure you pick the right version of a class library, even though they all have identical names. You must ensure you pick the one that also allows you to target the exact same version of .NET FRAMEWORK that your TrackerUI solution is using. If you've already gotten this far it's okay. Just copy all of your scripts into a backup folder for TrackerLibrary, delete the old one, add a new one using the correct version of class library, copy your script backups into the new folder, and then in VS right click the new TrackerLibrary and add existing items. Select all of your now restored scripts in the new folder and everything is fine. Redo the reference as instructed in the video and if you did it right it'll work this time.
@yungstephraps25412 жыл бұрын
From all the comments i see here this one really deserves more likes / love
@jonasdaub52892 жыл бұрын
WORKED!!!
@jeffwoltjen38872 жыл бұрын
Thank you so much for this comment.
@noyb911 Жыл бұрын
It worked like a charm! You've saved my day. I thought I had to do everything all over again.
@kaushik10015 жыл бұрын
This tutorial was concise and compact.Your efforts are really really appreciated.Thanks you.
@eeeeeeeeeeeeeeeeeeeeeeeeee93562 жыл бұрын
How was it compact? its 2 minutes shy of a day long
@idislikeconflict3132 жыл бұрын
@@eeeeeeeeeeeeeeeeeeeeeeeeee9356 lol i was about to say this
@TheGreenSlash598 ай бұрын
I finished it, took me two months but I got it done. Cheers!
@Seekingtruth-mx3ur4 жыл бұрын
23 hrs? Damn,this is probably the longest course I seen on KZbin.
@jasper50162 жыл бұрын
I wanted to watch one last video and I got this. Thanks Tim :)
@mileswilliams5275 жыл бұрын
EPIC brother!! This is what KZbin is for !!
@chaosmastermind4 жыл бұрын
The beginning is a really really helpful overview of how to plan something properly instead of just skydiving into the code without a parachute.
@ThisIsE.R.C3 жыл бұрын
*"All in a days work just"* Just took a literal meaning.
@wixor_695 жыл бұрын
Great job!!! Really, I've learned a lot. Definitely one of the best (if not the best) tutorials i have ever watched
@AN-ts4rf5 жыл бұрын
could u finish?
@vijayvala51463 жыл бұрын
Thanks!
@theramjas4 жыл бұрын
24 hours of video lesson Really appreciate the effort you have put it It's very helpful. God bless you guys 🙏😇
@joylladones55883 жыл бұрын
I can't thank you enough for this video course. Wouldn't actually spend on courses online. You save us superman!
@davidramirez33224 жыл бұрын
Well only to say Thanks Tim, this video is so great, I have been following it cero problems until now in my paralel coding. after 11:17:26 nothing to worrie because your are teaching us with great structure, you do not forget every valious detail to go next step. It is so great!! have a great new year 2021.
@jimhickin3424 Жыл бұрын
Thanks for offering this course. I just finished and learned more about C# watching this video series than I ever learned about Java while getting an Associate's degree.
@Udhoi5 жыл бұрын
I just started watching but I want to thank you from before for all the effort taken to make this. Thank you Sir!
@IAmTimCorey5 жыл бұрын
You are welcome.
@hadiali59222 жыл бұрын
I just randomly went to 23:48:10 and I was trying to understand what he's using, and all of a sudden I was able to recollect Event Invoke concept which I failed to understand earlier. After listening to his explanation, things are as clear as crystal.
@frederikpedersen43962 жыл бұрын
Just an insanely awesome course! The only suggestion for improve I think would be awesome, is to use the "KZbin Chapters" thing to split the video up chapter-wise, according to the episodes. Other than that, awesome stuff!
@KonradSchK5 жыл бұрын
u take us through every single step. not skibbing a thing. How it should be. Love it!!!
@marcocappelloni81104 жыл бұрын
Very clear and exhaustive. It's exactly what I was looking for. Thank you very much!
@TheCychu977 Жыл бұрын
Started saving from day 3. day 3: lesson 7ended(3:08:20) day 4: lesson 8 ended(4:12:49) day 5: lesson 10 ended(6:46:39) day 6: lesson 11 ended(7:44:25)
@akshatmathur411110 күн бұрын
bro how to write these sql scripts
@h3rinnegankakashi3455 жыл бұрын
...... Not a single ad? What is happening? A... good person in 2019?! To all the replies, I was just complimenting the creator of the video, not being toxic at all.
@h3rinnegankakashi3455 жыл бұрын
TheEvilHD it’s called a joke.....?
@gyanendrapalsingh36835 жыл бұрын
Good community
@holographicSquid5 жыл бұрын
@TheEvilHD I love ppl that give there Time and energy for free. I can use it for a career and make big moneys
@MrRasZee5 жыл бұрын
Tim is a church going Christian...and praise the lord
@christianjamesguevarra62575 жыл бұрын
@TheEvilHD shutup
@risato18873 жыл бұрын
This is a brilliant video. I've been working as a programmer for about 2 years in Japan now but I am working in a team and just doing a programming so I haven't made any desltop system from the scratch by myself so I was wondering if I could get some knowledge from youtube video! This is exactly what I wanted to watch! It is a long video so I haven't finished watching this but I will continue watching!!!
@TheLastCrankers5 жыл бұрын
This. This is what I needed. Thank you very much!
@timyoung64953 жыл бұрын
Your videos make me feel about programming the way watching Cosmos makes me feel about science; it's an amazingly fun and inspiring journey! Thank you for making these!
@jakubfrei37574 жыл бұрын
Your content is incredible. I love this channel, thank you so much for your work !
@dejo0955 жыл бұрын
Best c# practical video out there Tim! I'm only sad I can give just one like! Thanks a bunch :-)
@IAmTimCorey5 жыл бұрын
You are welcome.
@OchiiDinUmbraa5 жыл бұрын
Im going to watch this, but its going to take 1-2 weeks since in working and going to college. Thank you for creating this. :) Humans are awesome. Ha Ha Ha
@Aj_J1322 жыл бұрын
Im only two hours into this video and I love it. Great video!! Im learning more in this video than I have in school all year.
@javascripath4 жыл бұрын
4:36:10 omg, these words are like Lullaby, when I was going to cry... Thanks Great Man!
@Subas_Adhikari3 жыл бұрын
you can watch the entire video then go back to the beginning and watch it again.... hahaha
@omonovulugbek2013 Жыл бұрын
it's wonderful full course, i can't thank you enough bro
@oceanchild632 жыл бұрын
This is a fantastic video, probably the best one on programming I have ever seen. I'm nearly five hours in and hit a roadblock with adding in the system configuration reference so that I can set up my data connection. I have tried System.Data.SqlClient, no joy even though that was the one suggested to me.. I have VS 2022 and it doesn't have the options in Tim's video i.e. Assemblies
@santa_bomb52 жыл бұрын
I ran into the same issue. Right Click 'TrackerLibrary', click 'manage NuGet Packages...', select browse, and then search for both 'System.Configuration.ConfigurationManager' and 'System.Data.SqlClient' Installing both of those allowed me to continue the tutorial without any errors.
@drantho5 жыл бұрын
Everyone who has a great idea for an app they want someone else to build should watch the first part of this video!
@jonaslinchangco8244 жыл бұрын
Government: All citizens are under 30 days lockdown! Me: oh well, gotta learn C# out of boredom. Kidding aside. Been doing small coding for my excel in vba. This course will def help! thanks alot for this
@ezsheets36234 жыл бұрын
24 hours, NO ADS, I've seen enough. I'm satisfied
@ThisIsE.R.C3 жыл бұрын
*IT IS MY TURN TO CHOOSE A MOVIE.*
@devinosborne33963 жыл бұрын
😂😂😂😂
@gerseystelmach2 жыл бұрын
I am a Java developer and I needed to learn C# for a project. I have learned a lot with you. Thank you very much!!!
@mastersumitpal2 жыл бұрын
After getting your hands dirty with c#, it is tough to go back to Java.
@silzamora36252 жыл бұрын
all right. this 24-hour tutorial will take me a week or more but am excited to learn a lot from this.
@percyisiah3 жыл бұрын
5 hours and 35 minutes in! Only 19 more to go! 😭😭😭
@rohitbaliyan96863 жыл бұрын
21 canon salute to the person who finished this course in a single day!
@RachitJain5 жыл бұрын
They used map-reduce on distributed Adobe Premiere cluster to edit this.
@iansequeira33523 жыл бұрын
XD
@SkulzR3 жыл бұрын
P
@academico48913 жыл бұрын
best c# windows forms application tutorial ever! I do appreciate ur time and effort put it into this videos, Thanks a lot :)
@kasperholck59282 жыл бұрын
Damn I feel like I need to be held in hand so much more throughout the SQL part. The tutorial is very well made, only setting up the SQL part is too fast, for me at least. Thanks for the great video :)
@Damon970 Жыл бұрын
I am so stuck on the SQL part.
@TheGfxJG Жыл бұрын
This is an absolutely fantastic tutorial! However... I really wish you'd gone into more detail on how to create the database structure and how the relationships are set up. I feel like it was VERY glossed over compared to how integral it is to the process. I swear, I spent almost as much time getting that correctly set up as I did on the entire rest of tutorial so far.
@LemunDesigns5 жыл бұрын
Thanks for this awesome video. I will finish this video some day
@1r3an645 жыл бұрын
Me too , :D
@tradinghub60345 жыл бұрын
procrastination always punctures your wheels
@niteshmalviya4925 жыл бұрын
LoL
@MrRasZee5 жыл бұрын
The greatest motivator is to develop a passion for code
@srikarsiddarth3412 жыл бұрын
This Course explains how to develop in c# in great detail. Excellent!
@aashishpokharel96705 жыл бұрын
Great video Tim. I'm not a C# guy but I came here simply for the planning phase that you present. And I have to say I am very pleased with what I just watched. You cover all the major aspects of preparing for software construction. Thanks again for putting this video out.
@IAmTimCorey5 жыл бұрын
You are welcome.
@jesphaylobo81053 жыл бұрын
I have been searching for something like this for years. used VB but now i am switching to C#.👌👍
@glennpotz16245 жыл бұрын
Thank you very much for this video! I love you all :)
@Scoutjohan3 жыл бұрын
I am currently at 19:05:00. Every time when the program is doing "selectedMatchups.Clear();" the system calls automatically the "matchupListbox_SelectedIndexChanged" routine! So when you change the round, it passes again in "matchupListbox_SelectedIndexChanged" but there is not yet an object in the "matchupListbox.selectedItem" so the system crashes. I had to do this to fix it: --> if ((MatchupModel)matchupListbox.selectedItem != null)
@ojasneelabh25994 жыл бұрын
Man you and your team is an absolute legend man
@youssef.elmoumen3 жыл бұрын
Why i feel lazy when i open a book to study but feeling excited to watch this whole 24hours video
@emoshimo93323 жыл бұрын
if you've watched it can you tell me what level should i be for coding i know the basics of c# but have no idea about forms app is this one for beginners or mediocre users
@robertoduarte19884 жыл бұрын
This Teacher is genial; excellent course for people who they would like to update their knowledge.
@hrithicksen36445 жыл бұрын
Someone: What's the biggest goal you've achieved? Me: I've watched a 24hrs long video on KZbin. Someone: *Eating poison*
@lukashenrique42954 жыл бұрын
eating poison seems easier
@siddharth-wy2kp4 жыл бұрын
🤣🤣🤣🤣
@saadmayo88224 жыл бұрын
Haha..
@sudarshansingh70433 жыл бұрын
Hands down , Tim Corey is one of the finest KZbinr for developers !
@KoDeCcS5 жыл бұрын
Had fun at the 5:59:17. "Different video, don want this vid to be too long." :DGreat vid tho, ty!
@HypnosisLessons5 жыл бұрын
haha! lol
@codeheaven559 Жыл бұрын
Great stuff I learned a lot from Tim, when I was just starting my journey in Programming. Now I am teaching others in my youtube videos.
@thehapki2 жыл бұрын
Hello Mr. Corey. I am now on lesson 7 and I think I have a little problem. Since I am kinda beginner in this C# language, I really couldn't understand the solutions that I found on the internet. So my problem is after I design the first UI, I started debugging but visual studio show me just a blank form app instead of the designed one. Do you know any solution to fix this? Thank you for the lessons btw. So far, the explanations are wonderful!
@aarongarcia32962 жыл бұрын
I had the same issue too. I just deleted the UI tracker, closed VS and remade it
@thehapki2 жыл бұрын
@@aarongarcia3296 Thank you for the answer but i fixed my problem by closing and reopen visual studio.
@ImDaRealBoi2 жыл бұрын
@@thehapki ah, the classic solution. Turning it off and on again.