GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

C# Interview Questions


C# Interview Questions

Questions: 431
Comments: 1087
 Showing Questions 1-10 of 431 Questions
[1] 2 3 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 C# Interview Questions
Sorting Options :  

What is difference between "Session" and "Session" Objects? What is the use of "postbackurl" and "navigateurl" and the differences between those two things? 

Explain What are Object Oriented Language and Object Based Language 
Latest Answer: Those language which are supported to Classess, Object, Incapsulation And Abstraction is Known as OBJECT BASED LANGUAGES.Those language which are supported to OBJECT BASED LANGUAGES AS WELL AS INHERITANCE, POLYMARPHISM.                                                      ...

Latest Answer: Exception handling is an in built mechanism in .NET framework to detect and handle run time errors. The .NET framework contains lots of standard exceptions. The exceptions are anomalies that occur during the execution of a program. They can be because ...

Latest Answer: Process Request Method does following things:Intialize the memory Load the view state Page execution and post back events Rendering HTML content Releasing the memory Process Request Method executes set of events for page class .These are called as Page ...

can we use pointer in c# ?if we can then how it can implement ?and if no then why we can not use pointer in c#? 
Latest Answer: we can use pointers in C# within the scope of unsafe code e.g.:unsafe{//all pointer related code here}but doing so, makes ur code un managed.Also, if you want to have pointers to class level variables, you must use fixed keyword. ...

What is difference between these two statement? if variable is declared and assign value in following two waysString sValue = (String)GridView1.DataKeys[GridView1.SelectedIndex].Value;String sValue = GridView1.DataKeys[GridView1.SelectedIndex].Value.ToString(); 
Latest Answer: .tostring method doesot handle null value where as other does..vijay ...

What is the default access specifier for a Top Level Class,which are not nested into another classes
Read Answers (5) | Asked by : vamsi062

You have several instances of the following class (User). Provide a class with three methods:"AddUser" accepts a User instance as a parameter and add it to a collection."GetUser" accepts 
View Question | Asked by : netacct

how to find out how many calender days are there between two dates in c#.net? 
Latest Answer: DateTime t1 = new DateTime(2008, 5, 13); DateTime t2 = new DateTime(2004, 2, 22);TimeSpan span = (t1 > t2 ? t1 - t2 : t2 - t1); Console.WriteLine(span.TotalDays); ...

Latest Answer: Every process runs in a thread (its own thread)A process can have multiple threads. ...
Read Answers (4) | Asked by : annalipa

View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape