FallenWorldStudios
FallenWorldStudios
  • 31
  • 39 406
How To Install/Update to .NET 9 on Linux Ubuntu 24
Commands List In Order:
sudo apt-get remove dotnet-sdk-7.0
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:dotnet/backports
sudo apt install dotnet-sdk-9.0
Переглядів: 46

Відео

How To Create A Multi-Client Server Architecture In C# | TCP/Async/Await
Переглядів 244День тому
Hi in this video we are going to be looking at how to create a multi - client server architecture in c#
How To Build A Full Stack Web Application in C# | Sqlite | Javascript |HTML | CSS
Переглядів 3103 місяці тому
Hi In this video we are gonna look at how to build a full stack web application in c# Complete Project Source Files Backend source code: github.com/FallenWorldStudios/inventory-api-backend.git Frontend source code: github.com/FallenWorldStudios/inventory-web-frontend.git
The Correction Of Allison - Zombie Interactions
Переглядів 166 місяців тому
Join me as we play test the game on the interaction of zombies with the main character.
How To Serialize Class Objects To Json In C#
Переглядів 346 місяців тому
In this video we are gonna look at how to serialize class objects to json format in c#
How To Make A Lift / Elevator Platform In Unity | Game Development in C#
Переглядів 1706 місяців тому
Hi In this video we are going to look at how to make a lift platform in unity
How To Play An Animation Once Using Script In Unity | C#
Переглядів 3867 місяців тому
Hi! In this video we are gonna look at how to play an animation once in unity using script
Game Devlog 00: The Correction Of Allison - To Fix List | Unity2D C#
Переглядів 217 місяців тому
In This Video We look at what is wrong with the 2D Zombie Game - The Correction Of Allison so we can make future improvements.
What Exactly Is Binary Search?
Переглядів 617 місяців тому
In this video we are gonna be looking at what binary search is and how to implement it in C#.
How To Create .NET C# Project Files
Переглядів 1138 місяців тому
Hi! In this video we are gonna look at how to create c# project files
How To Read And Write To CSV Files In C#
Переглядів 2568 місяців тому
In this video we are going to be looking at how to read and write to csv files in c#
How To Sort & Filter Lists Using Extension Methods & Lambda Functions in C#
Переглядів 1058 місяців тому
Hi! In this video we going to look at how to filter and sort list using extension methods and lambda functions in C#
How To Create Extension Methods In C#
Переглядів 408 місяців тому
Hi! In this video we are gonna be looking at how to create extension functions in C#
How To Setup A Python Virtual Environment On Linux | Python3
Переглядів 829 місяців тому
How To Setup A Python Virtual Environment On Linux | Python3
How To Create A Singleton Class In C# - Singleton Pattern
Переглядів 639 місяців тому
How To Create A Singleton Class In C# - Singleton Pattern
How To Reverse A String In C#
Переглядів 183Рік тому
How To Reverse A String In C#
How to Merge Sort An Array in C# || MergeSort
Переглядів 533Рік тому
How to Merge Sort An Array in C# || MergeSort
How To Create Backend Web API Service In C# - Mvc
Переглядів 2 тис.Рік тому
How To Create Backend Web API Service In C# - Mvc
How To Test For Console Output Stream In C# Using xUnit
Переглядів 1,2 тис.Рік тому
How To Test For Console Output Stream In C# Using xUnit
How To Install Docker On Ubuntu
Переглядів 86Рік тому
How To Install Docker On Ubuntu
Test Driven Development In C# - TDD
Переглядів 373Рік тому
Test Driven Development In C# - TDD
Jelly Gem Track : Phantom Gravity | Google Play store
Переглядів 26Рік тому
Jelly Gem Track : Phantom Gravity | Google Play store
How To Slice / SubList A List In C#
Переглядів 372Рік тому
How To Slice / SubList A List In C#
How To Compare Two Equal Object Values in C#
Переглядів 1,3 тис.Рік тому
How To Compare Two Equal Object Values in C#
Client Server Architecture in C#: Sending And Receiving Data Over Socket Connection
Переглядів 11 тис.Рік тому
Client Server Architecture in C#: Sending And Receiving Data Over Socket Connection
How To Filter A List In C#
Переглядів 826Рік тому
How To Filter A List In C#
Reading and Writing to Text Files With StreamReader and StreamWriter in C#
Переглядів 15 тис.Рік тому
Reading and Writing to Text Files With StreamReader and StreamWriter in C#
Making API Request To Free Dictionary API in C# - Deserialize Complex JSON
Переглядів 1,1 тис.2 роки тому
Making API Request To Free Dictionary API in C# - Deserialize Complex JSON
How To Shuffle A List In C#
Переглядів 2,6 тис.2 роки тому
How To Shuffle A List In C#

КОМЕНТАРІ

  • @danidaniela2777
    @danidaniela2777 День тому

    The best

  • @bloodisfuel9882
    @bloodisfuel9882 23 дні тому

    Hey man, just wanted to say the way you explain is very good and simple! You sound funny when you say "Ok NICE". It kind of makes me happy a bit lol. Thanks so much for this video!

    • @fall3nworldstudios
      @fall3nworldstudios 23 дні тому

      Thank you so much for that and you welcome. Lol Oh man I have to now notice when I say that.. I hope I don't say it a lot

    • @bloodisfuel9882
      @bloodisfuel9882 23 дні тому

      @@fall3nworldstudios haha its fine

  • @coolwertyLp
    @coolwertyLp Місяць тому

    kurzen groben Plan schreiben bevor man anfängt zu programmieren!!! ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- string vieri; switch(vieri){ case "hallo": console... break; default: console... break; } ------------------------------------------------------------------------------------------------------------------------------ char[] arr | arr=str.ToCharArray(0,mString.Length) || string eingabe = Console.ReadLine(); age = convert.ToInt32(Console.ReadLine()); foreach(name in Name) {Console.WriteLine(name);} --------------------------------------------------------------------------------------------------------------------------------- string path = "myusers.csv" | StreamReader reader = null; | bestanden = Int32.Parse(Console.ReadLine()); //check if the File exists if (File.Exists(path)) { reader = new StreamReader(File.OpenRead(path)); while (!reader.EndOfStream) { var line = reader.ReadLine(); var values = line.Split(';'); inStringMNummer[nummer] = values[0]; inStringPZahl[nummer] = values[1]; nummer++; } } else { Console.WriteLine("Mist, da ist doch was schiefgelaufen"); } -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Für Schreiben in string argstr über Console: bin/debug/net8.0 und cmd in den Pfad schreiben. Datei schreiben (exe) und danach alles andere sind Argumente für den Argstr. dabei ist halter ein string Array. foreach (String arg in args) { halter[i] = arg; i++; } int halter1laenge = halter[0].Length; int halter2laenge = halter[1].Length; vornamenHalter = halter[0].ToCharArray(0, halter1laenge); nachnamenHalter = halter[1].ToCharArray(0, halter2laenge); ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- class neu : alt {} class Auto : Fahrzeuge { int anzahlTüren { get; set; } public Auto(string marke, int baujahr, int maximaleGeschwindigkeit, int anzahlTüren) : base(marke, baujahr, maximaleGeschwindigkeit) {this.anzahlTüren = anzahlTüren;} public void Hupen() { Console.WriteLine("Hup Hup!"); } } --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- List<string> stringi = new List<string>(); stringi.Add(values[i]); stringi.remove(stringi[stringi.Count-1]); ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  • @ragibshahrier
    @ragibshahrier 2 місяці тому

    Thanks

  • @esnevip
    @esnevip 2 місяці тому

    Pretty sweet thanks, I now have a working platform! One tip for the next video, maybe mute the scene / unity sounds for the video, the Zombie was a bit loud.

  • @anshvajpai4850
    @anshvajpai4850 2 місяці тому

    Great to the point explaination

  • @humanity_oh
    @humanity_oh 2 місяці тому

    Thanks❤

  • @Lima_does_stuff
    @Lima_does_stuff 2 місяці тому

    thank you!!

  • @petrhavlat5159
    @petrhavlat5159 2 місяці тому

    class IntWrapper : IEquatable<IntWrapper> { public int Value { get; set; } public bool Equals(IntWrapper other) => other != null && Value == other.Value; public override bool Equals(object obj) => obj is IntWrapper wrapper && Equals(wrapper); public override int GetHashCode() => HashCode.Combine(Value); } I would do it this way. I do not know, if it is more effective than your way, but I think that my version is more readeable and clean. Just my opinion.

  • @meliseyka
    @meliseyka 2 місяці тому

    Thanks for video

  • @cuongday9005
    @cuongday9005 3 місяці тому

    Can you make more video like this ?

  • @martinwent9510
    @martinwent9510 3 місяці тому

    the video was helpful unc but you gotta stop slamming them keys

  • @0997udan
    @0997udan 4 місяці тому

    For some reason it says path invalid

    • @fall3nworldstudios
      @fall3nworldstudios 4 місяці тому

      The Reading or the Writing? Check to make sure the path string is written appropriately that it has double slashes like "Textfiles//animals.txt"

  • @redfield9647
    @redfield9647 5 місяців тому

    !WARNING! bad English. Random is pseudo random. In every cycle "new Random().Next" is the same number. The range of "Next" decreases with each cycle, because in arguments "lastIndex", which - -. The random index will almost never become larger than it was on the first iteration. If the List is large, by the end of the iterations it will be very noticeable that there will be almost no shuffle. You need to "new Random" outside the cycle. And do "Next" inside.

    • @fall3nworldstudios
      @fall3nworldstudios 5 місяців тому

      !WARNING! Grammar error. It's intentional for lastIndex to decrease with each iteration so as to not loop infinitely, also because the List has finite items we don't want to keep rearranging items indefinitely and potentially resorting the list to its original order. Whether we use New Random() inside the function or create a variable outside to store the instance doesn't really matter - the results will be the same - in terms of functionality - for Next(0, lastIndex) . It is true that the Random class is an illusion of randomness but that is not because of how I have used it here. If you still uncertain of this implementation please try: int number = Random.Shared.Next(); this is recommended as of .Net6 upwards as a thread safety way of generating a random number so you don't have to manage an instance of Random yourself.

  • @42yilmazyusuf
    @42yilmazyusuf 6 місяців тому

    I recently watched your video on StreamReader and StreamWriter in C#. I enjoyed your demonstration and was inspired to check out your other videos, which did not disappoint. I wish you good luck with your game development endeavors as a fellow game developer 😄

  • @Mike-og4wc
    @Mike-og4wc 6 місяців тому

    Thank you. It has cleared the things up to me

  • @nwerxuser6599
    @nwerxuser6599 7 місяців тому

    5:20 monsters begin to sing outside xd

  • @Minenhlevilakazi006
    @Minenhlevilakazi006 7 місяців тому

    i game yakho le?

  • @rhysperry6127
    @rhysperry6127 7 місяців тому

    thanks my guy, this helped me out

  • @magnitoxmen2666
    @magnitoxmen2666 7 місяців тому

    Thank you so much. Good bless you.

  • @gespyrip
    @gespyrip 7 місяців тому

    You explain this better then my schoolbook! Thanks alot you are great!

  • @Minenhlevilakazi006
    @Minenhlevilakazi006 7 місяців тому

    really like the approach bafo...you explained it well

  • @Idkchangethislater
    @Idkchangethislater 9 місяців тому

    What if your build fails?

    • @fall3nworldstudios
      @fall3nworldstudios 9 місяців тому

      Did your build fail? If yes then what was the full message of the failure in the terminal?

  • @Minenhlevilakazi006
    @Minenhlevilakazi006 10 місяців тому

    nazoke bafo

  • @rolandwatz7797
    @rolandwatz7797 10 місяців тому

    Thanks a lot for this video I just went into this task and for the first time of my c# - life, I found a very helpful video on the first shot ;-)

  • @crabcrab1
    @crabcrab1 10 місяців тому

    i like that youre explaining every line, but i think it would be better to use actual class names to create variables instead of "var" in tutorials like this. thanks for your video :)

  • @Bakedayem
    @Bakedayem 11 місяців тому

    yo homie, are you South African?

  • @alphons1
    @alphons1 11 місяців тому

    var slicedList = nums[3..4];

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

    Long time bafo...

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

    It was really nice i was working the same thing but I faced difficult in running in Visual Studio and got message of Only one compilation unit can have top level statements

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

      i cleared it and it perfectly works and really I understand socket in c#

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

    Thank you! That was exactly what I needed to learn.

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

    Very good video. Please can you do a short video on how you created the files, please.

    • @fall3nworldstudios
      @fall3nworldstudios 9 місяців тому

      Probably useless to answer you now since your comment was 6 months ago😂... But okiedo If you writing to a file that doesn't exist then the textfiles get created automatically in the project path with the StreamWriter as explained in this video. If you are talking about the project files then I shall do so👍🏼 Are you refering to the project files?

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

    Sir nice video. But i wanna ssl/tls connection with communicate. Plz help me

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

    The voice behind the video is remind me my village, peaceful feel.

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

    Keyboard typing sound is so anoyn

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

    Thanks for the video. Good explanation and useful for my project.

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

    Beautiful video Can you make a video on 3-tier programming

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

    you sound south african sir. thank you by the way!

  • @Console.WriteLine
    @Console.WriteLine Рік тому

    perfect explanation, thank you

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

    thank you

  • @prestigiousaristocracy4232

    Thank you! 🎉

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

    hey bro! I want to really thanku im working on my dictionary app project in js.......and my api was not working after so much searchig on internet there is nothing was working and was really depressed that how to pass argument with api call so when you perform concatination so i go to chrome how to perform concatination in js and my api works thanks alot again........!

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

    Thanks for such an amazing tutorial! Was really helpful.

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

    Thank you!

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

    Thank you so much for this!!!

  • @b.c6223
    @b.c6223 2 роки тому

    Style doesn’t match