Thread: .NET 5

Results 1 to 2 of 2
  1. #1
    PanTube's Avatar
    Join Date
    Apr 2021
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Cheerful

    .NET 5

    .NET 5 is the new version of the .NET CORE and a new fork for Microsoft dotnet framework and dotnet core.
    dot net framework will soon be deprecated, but we will still can use it for a good period of time.
    The .Net 5 was planned a long time ago and maybe with the introduction of the very first version of the .net core
    In its current release, it still far from being mature if MS wants to discontinue the dotnet framrwork.
    We can't sacrifice the donet framework to favor the .net 5, at least for now.
    Many abilities and features are still missing and we are waiting to be introduced within the next releases.

  2. #2
    tcod3r's Avatar
    Join Date
    Mar 2022
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    There is released .NET 6 with alot of features as well!

    For example, how to check if object is null or not null.

    You could check it like this:

    Code:
    if(myObject is null) { ... }
    But if you want to check if its not null, in past, that was a little ugly:
    Code:
    if(!(myObject is null)) {...}
    But, in .NET 6, you can use it in such way now:
    Code:
    if(myObject is not null) { ... }

Similar Threads

  1. .NET section?
    By smacksnox in forum Programming
    Replies: 4
    Last Post: 08-27-2006, 12:14 AM
  2. HackShardGaming.net says Fuck MPGH
    By sf0d in forum General
    Replies: 32
    Last Post: 07-26-2006, 09:05 PM
  3. [Help] Atom API with Visual Basic 6.0 or .NET
    By Bull3t in forum Visual Basic Programming
    Replies: 5
    Last Post: 07-23-2006, 09:21 AM
  4. Me r MAD.. GONNA DDOS WarRock.net :)
    By System79 in forum WarRock - International Hacks
    Replies: 14
    Last Post: 06-19-2006, 05:06 PM
  5. Gangsterhood.net
    By supatanka in forum Hack Requests
    Replies: 0
    Last Post: 01-22-2006, 01:42 PM