Skip to content

Dev From Zero

Developer Assistant


  • Development
    • Python
    • Go/GoLang
    • Haskell
    • HTML
    • CSS
    • Javascript
    • .Net
    • Git
    • Java
  • Linux
  • Windows
  • MacOS/iOS
    • Swift
    • Mac/iOS Memo

Category: .Net

Avoid Null Reference Exception

12/11/2020adminLeave a Comment on Avoid Null Reference Exception

Preface Null reference exception (null reference error) is one of the most common errors in .NET applications. However, this type of error often “hide and wait” until the program runs. C # versions in turn introduce new features to help programmers avoid this kind of error. This article will summarize some important C # techniques […]

Share
Continue Reading

Avoid creating redundant objects

12/11/2020adminLeave a Comment on Avoid creating redundant objects

Preface When the .NET program is running, Garbage Collector (GC) takes on the role of memory manager. One of the jobs of memory management is to get rid of unused objects. Although GC does this very well, you need to help it out by limiting the creation of unnecessary objects. In this article we will […]

Share
Continue Reading

Distinguish .NET Core, .NET Framework, .NET Standard

12/11/2020adminLeave a Comment on Distinguish .NET Core, .NET Framework, .NET Standard

Preface .NET Core was born in 2016 and has released version 3. Currently, .NET Core also has priority over .NET Framework – a traditional platform has been born since 2001. In recent times, there have been a lot of important changes to .NET Core, especially .NET Core 3.0 (September 2019) and 3.1 (November 2019). These […]

Share
Continue Reading

Initialize values for class members

12/11/202012/11/2020adminLeave a Comment on Initialize values for class members

Preface When you build a class, the first and very important task is to initialize values ​​for the members of the class (such as variables, properties). If the class has a lot of variables and properties, its initialization if not done properly can have a lot of consequences later on, when you start using that […]

Share
Continue Reading

Same Category Posts

  • Avoid Null Reference Exception
  • Avoid creating redundant objects
  • Distinguish .NET Core, .NET Framework, .NET Standard
  • Initialize values for class members

ADS

Recent Posts

  • Using Increment (++) and Decrement (–) Operators in Bash – TecAdmin

    02/28/2021admin
  • How to Install and Use PowerShell on Ubuntu 20.04

    02/26/2021admin
  • Install and Use Guacamole Remote Desktop on CentOS 8

    02/26/2021admin
  • How To Install Signal Desktop on Ubuntu 20.04 – TecAdmin

    02/25/2021admin
  • How to configure Route53 with our DomainName to access a static website from S3 on AWS

    02/24/2021admin

Categories

  • .Net (4)
  • CSS (17)
  • Git (2)
  • Go/GoLang (18)
  • Haskell (8)
  • HTML (18)
  • Linux (139)
  • Mac/iOS Memo (38)
  • Python (12)
  • Swift (12)
  • Windows (51)

ADS

Tags

Alpine (1) c# (4) CentOS (4) CSS (18) cUrl (1) Docker (1) Git (2) Go/GoLang (18) Haskell (8) HTML (18) Jenkins (1) Kubernetes (1) Linux (129) macOS (37) OpenSSL (1) Python (12) Swift (12) Telegram (1) Ubuntu (8) Windows (51) Zabbix (1)
Dev From Zero © 2020 | All Right Reserved.
Share
Share