I maintain a .NET blog where I publish some articles and .NET FAQs. I'm not able to answer some of the interview-style questions I receive due to time constraints, and some others due to lack of expertise.
Can I redirect those questions to Stack Overflow? Will Stack Overflow allow it? If so, does SO have an API for this?
Below are some sample questions which were asked in my web site. Hope these questions will give idea to know type of questions were asked.
- Can i rollback "table data types" when we are using in transactions?
- In a table there are so many duplicated records, with your name having 4 records, there is no primary key, then how can you delete two records having with your name?
- What is difference between the "throw" and "throw ex" in .NET?
- Error handling in Try catch statement,try{b=0; c=a/b;}catch (Exception ex){}catch //related exception{}finally{}Which exception will catch first and what about finally statement?
- How can you improve the web application performance when the application is in live/production?
- How to update web.config programatically?
- How to change website configuration without restarting ASP.NET application?
- In a table there are so many duplicated records, with your name having 4 records, there is no primary key, then how can you delete two records having with your name?
- What is probing in .net?
- How form based authentication works in ASP.NET?
- Whats the difference between Static class and Singleton instance?
- How to Encrypt/Decrypt the web.config file in .NET?
- In the context of a comparison, what is object identity versus object equivalence?