I have created this blog to help programmers who have just started their career thats why I have written all the tutorials from practical approach rather then theoretical. If anyone has any query related to programming don't hesitate to ask. My contact information is in my profile. Also I would like to thank all the websites/Individual(s) from whom I gathered the material.
Showing posts with label interview question. Show all posts
Showing posts with label interview question. Show all posts
Thursday, April 21, 2011
ASP.NET Interview Collection
Wednesday, April 20, 2011
ASP.Net Programming Interview Questions and Answers
Its a very good collection of questions and answers that will not only help you in your job interview but will also help you code.
hats off to writer who wrote it...
How to debug an ASP.NET application that was not written with Visual Studio.NET and that does not use code-behind?
Start the DbgClr debugger that comes with the .NET Framework SDK, open the file containing the code you want to debug, and set your breakpoints. Start the ASP.NET application. Go back to DbgClr, choose Debug Processes from the Tools menu, and select aspnet_wp.exe from the list of processes. (If aspnet_wp.exe doesn't appear in the list,check the "Show system processes" box.) Click the Attach button to attach to aspnet_wp.exe and begin debugging.
Be sure to enable debugging in the ASPX file before debugging it with DbgClr. You can enable tell ASP.NET to build debug executables by placing a
<@ Page Debug="true" >; statement at the top of an ASPX file or a statement in a Web.config file.
Tuesday, April 19, 2011
How can I update my user interface from a thread that did not create it? - C# Frequently Asked Questions - Site Home - MSDN Blogs
Sunday, April 17, 2011
Thursday, April 14, 2011
YouTube - Microsoft MIX - Internet Explorer 10 Demonstration
http://www.youtube.com/watch?v=3870_toHLjo&feature=
Subscribe to:
Posts (Atom)