What is break mode? What are the options to step through code?
What is break mode? What are the options to step through code?
Break mode lets you to observe code line to line in order to locate error.
VS.NET provides following option to step through code.
Step Into
Step Over
Step Out
Run To Cursor
Set Next Statement
.NET debug and trace classes - August 25, 2008 at 18:00 PM by Amit Satpute
What is Break mode?
When changes are made to the code in an application, the way to be able to view how those changes have changed the way of execution is Break Mode. In break mode, a snapshot of the running application is taken in which the status and values of all the variables is stored.
The Worst Interview Faux Pas
1. Bad manners
"A cell phone goes off -- which you should just apologize for and turn off promptly, but I've had candidates look at the number, which really ticks off an interviewer."
"[The candidate asks,] 'When can I start?' Presumptuous and inappropriate."
"'Do you have something to eat? I am hungry.'"
"One candidate opened his briefcase and started snacking on crackers while interviewing."
2. Being weird
"Strangest thing ever -- a [University of Chicago] MBA student was doing very well during an interview, when a tape recorder spilled out of his briefcase. Very, very odd. He would have gotten a call back for a second round, but not after we saw that tape recorder. We still don't know what that was about! But we stayed away -- big time!" - Thanasoulis-Cerrachio
"I've heard some interesting ones, but the most bizarre was a prospective hire asking me if I was Jewish. Any religion would have been weird to inquire about in that situation ... maybe she was trying to form a bond?" - Justin Seibert, president of Direct Online Marketing
3. Giving a bad reason for wanting the job
"One answer to a question about why the applicant was looking to change jobs left me speechless. The candidate, a 20-something with about five years of work experience, said, 'Well, I've been twiddling my thumbs for six months.'"
4. Letting nervous tics control you
"You shouldn't repeat a phrase over and over again. I had one candidate say, 'There it is' at the end of about seven or eight responses. Very annoying and not impressive."
"Nervous leg bouncing syndrome: I once had a candidate who rocked her leg so much that she was physically moving during the interview. We ended up hiring her, which was a huge mistake -- one of the worst hires ever."
What is the difference between overloading and overriding.
difference between overloading and overriding.
Overriding - Methods have the same signature as the parent class method.
Overloading - Methods have different parameters list or type or the return type.
Advantages and disadvantages of using multithreading
Advantages:
Simultaneous access to multiple applications
Reduced number of required servers
Improved performance and concurrency
Simplified coding of remote procedure calls and conversations
Disadvantages:
Code writing, debugging, managing concurrency, testing, porting existing code is difficult in multithreading and multicontexting.
Programmers need to remove static variables and replace any code that is not thread-safe to introduce threading into a previously non threaded application.
What is XAML in WPF
What is XAML?
Extensible Application Markup Language is a XML based language used to create rich GUI’s. It supports both vector and bitmap images. These files are XML files with .xaml extension. It can be used for creating graphical effects. XAML allows creating visible UI elements and separate the UI definition from the programming logic.
What is Windows Workflow Foundation?
WWF is a programming model used for building workflow enabled applications. It helps to define, execute and manage workflows. It includes a workflow engine, a namespace and design tools that can be used with both client and server versions of Windows..
What is Windows Presentation Foundation, WPF?
What is Windows Presentation Foundation, WPF?
WPF allows creating rich application with respect to look and feel. The rich classes of WPF along with a design engine allow you to make innovative interfaces and client applications with 3D images, animation that is not available using HTML
What are the different documents supported in WPF?
The different documents supported by WPF are mainly fixed documents and flow documents. Fixed documents are used for what you see is what you get (WYSIWYG) applications. In such applications observance to the original design is important. E.g. Desktop applications Flow documents concentrate more on optimize viewing and readability., rather than using a “fixed” layout, flow documents adjust their content based on values of runtime variables. Adjusting content will also include adjusting size, resolution etc. E.g. a Web page.
Awful Interviewers
You don't mind answering questions at length, but you'd like to find out a little bit more about the position. Yet, your attempts to open dialogue are not generating responses. Since you can't force the Silent Type to open up, and you don't want to upset the person, it's best to try to get additional details from other sources.
From the moment you walk in his office door, this person can barely focus attention on you long enough to ask a question. Between taking phone calls and talking to employers who poke their heads in for a "quick answer" to a problem, your interviewer has only managed to find out the name of your last employer.
This person is probably more nervous than you are. The First-Timer is likely extremely organized and has a list of questions, all of which must be asked and answered in order. He or she is not at all interested in non-scripted details: When you offer insight into an accomplishment you thought stood out from the rest, the hiring manager just nods politely and moves on to the next question, all the while taking comprehensive notes.