Skip to content
devKazakov.com

devKazakov.com

Web development blog

Languages

  • English
  • Русский

Tags

  • Angular
  • Angular 2
  • C#
  • MySQL
  • SQL
  • Transact-SQL

Recent Posts

  • Reactive forms in Angular 2+
  • JOIN, UNION, INTERSECT and EXCEPT in SQL
  • Grouping in SQL: GROUP BY clause, HAVING clause and aggregate functions
  • INSERT, UPDATE and DELETE in SQL
  • SELECT in SQL

Tag: C#

C#: Data Types

A type is some general scheme of value (data). A variable is a piece of memory that can contain different values (as opposed to a constant, which can only contain one value). The range of possible values for a variable is determined by its type.

Continue reading C#: Data Types

Posted on 07.10.201619.11.2022Categories C#Tags C#

C#: syntax

Syntax and other highlights of C#.

Continue reading C#: syntax

Posted on 07.10.201619.11.2022Categories C#Tags C#
Proudly powered by WordPress
Scroll Up