Quantcast
Channel: One stop place for c# ,.NET , SQL Server interview questions » .NET interview questions and answers
Browsing latest articles
Browse All 6 View Live

Image may be NSFW.
Clik here to view.

.NET interview questions and answers: – Which is the best place to store...

Config files are the best places to store connection strings. If it is a web-based application “Web.config” file will be used and if it is a windows application “App.config” files will be used....

View Article



Image may be NSFW.
Clik here to view.

C# interview questions and answers: – Explain the use of Icomparable in c#?

This question is taken from the book .NET interview questions written by Shivprasadkoirala and published by BPB publications. “IComparable” interface helps to implement custom sorting for collections...

View Article

Image may be NSFW.
Clik here to view.

.NET interview questions and answers: – How can we create a windows service...

Windows Services are long-running executable applications that runs at the background, which has the ability to start automatically when the computer boots and also can be manually paused, stopped or...

View Article

Image may be NSFW.
Clik here to view.

.NET interview questions and answers: -How can you define a property read...

Let’s us first try to understand this c# / .NET interview question and answers. Let’s say if you have a class called as “Customer” with a property “CustomerCode”.Now you want that anyone can read from...

View Article

Image may be NSFW.
Clik here to view.

.NET Interview questions and answers: -What is serialization and...

Taken from the book .NET interview questions and answers http://www.flipkart.com/net-interview-questions-8183331475/p/itmdyuqzdqx8cvqx Serialization is a process where we can convert an object state in...

View Article


Image may be NSFW.
Clik here to view.

.NET interview questions: – Describe Volatile Keyword?

Volatile Keyword: – The Volatile keyword ensures that whichever the variable data you are accessing currently is up to date or is sinking with main memory which is being updated. In other words you...

View Article
Browsing latest articles
Browse All 6 View Live


Latest Images