I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.
1929Which file is taken by compiler when we have both file Application and Server Configuration file?
2126how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process?
1 4031Post New Dot Net General Questions
What is alias ? Is it used in .Net ?
Explain how to load the contents of an xml file into an xmldocument object?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
When we go for html server controls and when we go for web server controls?
Can "this" be used within a static method?
What is heap and what is stack?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
What is value type and refernce type in .net?
What is strong-typing versus weak-typing? Which is preferred?
Is atl redundant in the .net world?
What is the difference between web application and enterprise application?
What data providers available in .net to connect to database?
Explain how to redirect tracing to a file?
What is a variable of implicit type and what is its scope?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.