Skip to content

SHASHANGKA SHEKHAR'S BLOG

Technical Author | CodeProject MVP | C# Corner MVP

  • Home
  • About
  • Achievements
  • Contact
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 ?
QA-C#

What is an Object?

An object is an instance of a class. It contains real values instead of variables.

Shashangka Shekhar
September 27, 2015
Leave a Comment on What is an Object?
QA-C#

What is the use of the dispose method in C# ?

Dispose method are used for forcefully garbage collection to relase Unmannaged code

Shashangka Shekhar
September 27, 2015
Leave a Comment on What is the use of the dispose method in C# ?
« Previous 1 … 48 49 50 51 52 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