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 5575What are the keywords used to pass parameters to the base class and how do I invoke other constructors.
3 5718This 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 8552i 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 4635which 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 5613if 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 6935
How do you access a constant field declared in a class?
What is dataset c#?
What is expression c#?
Differentiate between response.expires and response.expiresabsolute?
Is c# code is managed or unmanaged code?
Explain get and set accessor properties?
These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.
In which way a two-dimensional array declared in C#?
What is mean by c#?
What is datareader c#?
What is before string in c#?
What is the difference between finally and finalize block?
Explain Direct CAST vs CType ?
How to implement an object pool in c#.net.
What does public mean in c#?