Skip to content

SHASHANGKA SHEKHAR'S BLOG

Technical Author | CodeProject MVP | C# Corner MVP

  • Home
  • About
  • Achievements
  • Contact

Category: QA-C#

QA-C#

What’s the difference between String and string?

The string type is an alias for the System.String class. It is derived from object type. String is just a class name. String is a reference type String is not a keyword and it can be used as Identifier. string is a keyword and cannot be used as Identifier.

Shashangka Shekhar
October 2, 2015
Leave a Comment on What’s the difference between String and string?
QA-C#

What is assembly in .NET?

It is a single deploy able unit that contains all the information about the implementation of classes , structures and interfaces

Shashangka Shekhar
September 27, 2015
Leave a Comment on What is assembly in .NET?
QA-C#

What is namespaces in .NET?

It is a logical group of related classes and interfaces and that can be used by any language targeting the .net framework.

Shashangka Shekhar
September 27, 2015
Leave a Comment on What is namespaces in .NET?
QA-C#

What is a class ?

A class is the generic definition of what an object is. A Class describes all the attributes of the object, as well as the methods that implement the behavior of the member object. In other words, class is a template of an object.

Shashangka Shekhar
September 27, 2015
Leave a Comment on What is a class ?
1 2 Next »
Download Android App

# Code Project.

#GitHub

Follow @ShashangkaShekhar

#Csharp Corner


profile for Shashangka C# Corner - A Social Community of Developers and Programmers

#StackOverflow

profile for Shashangka Shekhar at Stack Overflow, Q&A for professional and enthusiast programmers
Copyright © 2023 | Shashangka Shekhar