Skip to content

SHASHANGKA SHEKHAR'S BLOG

Technical Author | CodeProject MVP | C# Corner MVP

  • Home
  • About
  • Achievements
  • Contact

Category: QA-C#

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# ?
QA-C#

What is var keyword ?

variables that are declared at method scope can have an implicit type var. An implicitly typed local variable is strongly typed just as if you had declared the type yourself, but the compiler determines the type.

Shashangka Shekhar
September 27, 2015
Leave a Comment on What is var keyword ?
« Previous 1 2
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 © 2022 | Shashangka Shekhar