data type in c# language

Data Type In C# language -: C# programming language has two types. There are two kinds of types in C#: Value types-: Variables of value types directly contain their data, whereas variables of reference types store references to their data, the latter being known as objects Reference types.-: it is possible for two variables to reference … Read more

programme structure in C#

Programme Structure In C# language-: Like any other language C# has a Programming structure.  C# are programs, namespaces, types, members, and assemblies. C# programs consist of one or more source files. these list.. Programme declare types-: It contain members and can be organized into namespaces. Classes and interfaces are examples of types. Fields  methods properties … Read more

C# Language Introduction

C# Language Introduction-:  C# (pronounced “See Sharp”) is a simple, modern, object-oriented, and type-safe programming language. C# has its roots in the C family of languages and will be immediately familiar to C, C++, and Java programmers. In other words we can say that the C# is a simple, modern, general-purpose, object-oriented programming language developed by Microsoft … Read more