FallenWorldStudios
FallenWorldStudios
  • 29
  • 35 940
How To Build A Full Stack Web Application in C# | Sqlite | Javascript |HTML | CSS
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
มุมมอง: 168

วีดีโอ

The Correction Of Allison - Zombie Interactions
มุมมอง 135 หลายเดือนก่อน
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#
มุมมอง 285 หลายเดือนก่อน
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#
มุมมอง 1135 หลายเดือนก่อน
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#
มุมมอง 1695 หลายเดือนก่อน
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#
มุมมอง 195 หลายเดือนก่อน
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?
มุมมอง 606 หลายเดือนก่อน
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
มุมมอง 776 หลายเดือนก่อน
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#
มุมมอง 2156 หลายเดือนก่อน
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#
มุมมอง 906 หลายเดือนก่อน
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#
มุมมอง 397 หลายเดือนก่อน
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
มุมมอง 818 หลายเดือนก่อน
Hi! In this video we are going to be looking at how to setup a python virtual environment ON Linux
How To Create A Singleton Class In C# - Singleton Pattern
มุมมอง 508 หลายเดือนก่อน
Hi In this video we will be looking into how we can create a singleton class in #
How To Reverse A String In C#
มุมมอง 17111 หลายเดือนก่อน
How To Reverse A String In C#
How to Merge Sort An Array in C# || MergeSort
มุมมอง 47811 หลายเดือนก่อน
How to Merge Sort An Array in C# || MergeSort
How To Create Backend Web API Service In C# - Mvc
มุมมอง 1.8Kปีที่แล้ว
How To Create Backend Web API Service In C# - Mvc
How To Test For Console Output Stream In C# Using xUnit
มุมมอง 1Kปีที่แล้ว
How To Test For Console Output Stream In C# Using xUnit
How To Install Docker On Ubuntu
มุมมอง 84ปีที่แล้ว
How To Install Docker On Ubuntu
Test Driven Development In C# - TDD
มุมมอง 366ปีที่แล้ว
Test Driven Development In C# - TDD
Jelly Gem Track : Phantom Gravity | Google Play store
มุมมอง 25ปีที่แล้ว
Jelly Gem Track : Phantom Gravity | Google Play store
How To Slice / SubList A List In C#
มุมมอง 350ปีที่แล้ว
How To Slice / SubList A List In C#
How To Compare Two Equal Object Values in C#
มุมมอง 1.3Kปีที่แล้ว
How To Compare Two Equal Object Values in C#
Client Server Architecture in C#: Sending And Receiving Data Over Socket Connection
มุมมอง 10Kปีที่แล้ว
Client Server Architecture in C#: Sending And Receiving Data Over Socket Connection
How To Filter A List In C#
มุมมอง 769ปีที่แล้ว
How To Filter A List In C#
Reading and Writing to Text Files With StreamReader and StreamWriter in C#
มุมมอง 14Kปีที่แล้ว
Reading and Writing to Text Files With StreamReader and StreamWriter in C#
Making API Request To Free Dictionary API in C# - Deserialize Complex JSON
มุมมอง 1K2 ปีที่แล้ว
Making API Request To Free Dictionary API in C# - Deserialize Complex JSON
How To Shuffle A List In C#
มุมมอง 2.5K2 ปีที่แล้ว
How To Shuffle A List In C#

ความคิดเห็น

  • @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 18 วันที่ผ่านมา

    Thanks

  • @esnevip
    @esnevip 24 วันที่ผ่านมา

    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 27 วันที่ผ่านมา

    Great to the point explaination

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

    Thanks❤

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

    thank you!!

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

    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 หลายเดือนก่อน

    Thanks for video

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

    Can you make more video like this ?

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

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

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

    For some reason it says path invalid

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

      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 3 หลายเดือนก่อน

    !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 3 หลายเดือนก่อน

      !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 5 หลายเดือนก่อน

    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 5 หลายเดือนก่อน

    Thank you. It has cleared the things up to me

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

    5:20 monsters begin to sing outside xd

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

    i game yakho le?

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

    thanks my guy, this helped me out

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

    Thank you so much. Good bless you.

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

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

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

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

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

    What if your build fails?

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

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

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

    nazoke bafo

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

    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 8 หลายเดือนก่อน

    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 9 หลายเดือนก่อน

    yo homie, are you South African?

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

    var slicedList = nums[3..4];

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

    Long time bafo...

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

      Bafo! time hasn't been generous to me

  • @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 7 หลายเดือนก่อน

      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
    @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