Skip to content
January 27, 2023
  • Twitter
  • Facebook
  • Github
Filjan

Filjan, Inc.

Software Development

  • Home
  • Mobile Apps
    • Droid Device Info
    • Parentology – Ovulation and Period Tracking
    • Compass Pro
  • Blog
  • Portfolio
    • SuiteTalk Web Service Scheduled Application
    • School District Insurance Portal
    • School Claims, Safety, and Loss Control
    • Behavioral Health Member Portal
    • Health Benefits Portal
  • About Us
Main Menu

CSharp

CSharp

C# ?? Null Coalescing Operator

September 30, 2018December 21, 2022 - by filjan

A great way in C# to check for null values and handle them in a controlled way is the null coalescing operator ??. It provides a straightforward way to check …

C# ?? Null Coalescing Operator Read More
CSharp

C# Abstract Classes

May 16, 2018September 30, 2018 - by filjan

An abstract class in a special class that can’t be instantiated because they are incomplete. The abstract class contains only the definition of the properties or methods. An abstract class …

C# Abstract Classes Read More
CSharp

What Are C# Interfaces?

May 15, 2018August 3, 2019 - by filjan

An interface defines a contract that all classes that inherit from the interface must follow. This contract contains the signatures of methods, properties, events or indexers that the developer must …

What Are C# Interfaces? Read More
CSharp

Type Safety In C#

May 3, 2018May 3, 2018 - by filjan

Type safety is code that accesses only the memory locations it is authorized to access. A good type-safe programming language discourages or prevents type errors. A type error is a …

Type Safety In C# Read More
CSharp

C# Structs

April 26, 2018April 26, 2018 - by filjan

A C# struct is a lightweight alternative to a class that can contain data members and functions. It can do almost everything a class can do but is smaller memory-wise …

C# Structs Read More
CSharp

Reference Types

April 26, 2018 - by filjan

Reference Types In C# there are two different kinds of types, there is the reference types and the value types. A reference type doesn’t contain the actual data but contains …

Reference Types Read More
CSharp

Value Types

April 26, 2018April 26, 2018 - by filjan

Value Types All value types are derived from the System.ValueType. Variables that are based on value types directly contain values and holds the data within its own memory allocation. When …

Value Types Read More
Copyright © 2023 Filjan, Inc..
Powered by WordPress and HitMag.
We use cookies to understand how you use our site and to give you the best experience. If you continue to use this site we will assume that you are happy with it.Accept
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT