You are here

Blogs

What's New in C# 6.0

Submitted by Asif Nowaj, Last Modified on 2019-11-22

In 2015, new C# language came out with few features. Now C# is almost 12 years mature. Find out what are the new features of C# 6.0 and have a look into the details of the followings.
Remind Old day's
Auto property initializer
Import of static type members into namespace
Collection Initializer
Await in Catch and Finally block
Null Conditional Operator
Nameof operator
Compiler as a service

Knockout

Submitted by Asif Nowaj, Last Modified on 2019-11-22

This is to summarize some common mistake that we generally do while working with Knockout.

Different Types of Trim Functions in Delphi

Submitted by Asif Nowaj, Last Modified on 2019-11-20
Delphi-trim-functions

Delphi Trim removes leading and trailing spaces and controls characters from the given string in SysUtils unit. Some customized useful trim functions like to strip of trailing occurrence of character present in the strip chars in string or widestring. Trim, TrimLeft, TrimRight, TrimAll. delphi cut string, can also used to remove character from string

Different String Types in Delphi

Submitted by Asif Nowaj, Last Modified on 2019-11-22

In Delphi, String is a sequence of characters. There different types of string available in Delphi for different purposes.
Types of string are:
1. ShortString
2. AnsiString
3. WideString
ShortString
Maximum length can be 255 characters. Memory required for this type of string is 2 to 256 bytes. Generally, this is used for backward compatibility.
AnsiString

Bee Dance (Waggle Dance)

Submitted by Mousumi Sepai, Last Modified on 2019-12-19

Dance Language of the Honey Bee. Waggle dance is communication system is defined as connect or communicate with other people, i.e. means that “any sharing of information”. Honey bee dance is of two types 1. Round dance 2. Waggle dance.

Pages