If i have 100 objects in my application are out of scope.when first time garbage collected how many objects memory reference are free?
2 5376What are the keywords used to pass parameters to the base class and how do I invoke other constructors.
3 5428This is Kishore i am MCA graduate i have percentage less(52%) in my 10th still i completed .NET course any body tell me how to put fake experience with my BSC degree if you do not mind tell me some fake certificates giving consultencies names in Chennai,Bangalore
5 8219i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?
2 4459which datatype i have to use we i need dynamic size.for eg. empname .in first row it have only five chars.but next row it have 100 chars.
3 5337if i used stored procedure for retrieving the data from sql server.in front end i had used data reader.when 100 records are there in table.when it has displayed ten records in frontend database has been collapsed.then where should our data available...
2 6755
What is difference between array and arraylist c#?
What is desktop application testing?
What is ienumerator c#?
What is the difference between Singleton design pattern and Factory design pattern?
What is icollection in c#?
What are the advantages of clr procedure over t-sql procedure?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
What is a nested type. Give an example?
Is a structure a class?
What are some of the commonly used commands in sqlcommand?
What is keywords in c#?
How does inheritance work in c#?
Define thread?
Explain inheritance in c#?
Explain how do you directly call a native function exported from a dll?