• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Search results

  1. Mitch528

    [OpenSource] TrinityCore Manager v3

    TrinityCore Manager has been resurrected yet again. Development on version 3 is already under way, but there is still much to do. It is being written from the ground up and will have way more features than its predecessors. Planned Features (not complete): Start/Stop server Remote Access...
  2. Mitch528

    Async/Await Tutorial

    In .NET Framework 4.5, the new keywords async/await were introduced. This is a big deal. These keywords drastically reduce the complexity of writing asynchronous code. It used to be (in .NET Framework 4.0) that you had to use either TPL (Task-based Asynchronous Pattern), EAP (Event based...
  3. Mitch528

    Encrypting Passwords

    There are many ways to encrypt and store passwords. There are times where developers find it difficult to figure out which method to use for a specific situation. The one I'm going to be talking about is for use with windows applications. When creating a windows application, some developers, I...
  4. Mitch528

    Instant Email Notifications

    I noticed that when selecting "Instantly, using email" when subscribing to a thread, it doesn't actually email you when there are replies. I don't know if email just isn't setup on the forums or what, but it would be great if it would send emails so I know when someone replies to a thread I...
  5. Mitch528

    [C#][Source] Cataclysm Launcher

    Cataclysm Launcher Version 1.1 The main purpose of this launcher is to distribute custom patches and/or automatically set the realm-list for a WoW private server. Requirements: Visual Studio Steps To Configure: Launch CataLauncher.sln Right click on the project (which is in the...
  6. Mitch528

    Hello from Mitch528

    Hello everyone, My name's Mitchell (Mitch528). I just recently got back from an extended vacation from the WoW emu scene. Some of you may or may not know me from that *other* emu community I was on a while back. Anyway, I just happened to find this site while searching Google and figured I'd join.
Top