Monday 30 May 2011

Find out:


- what is first-chance and last chance exception?

- why does the Working Set/Mem usage on Task Manager value drops considerably when you minimize the application?

- what are good books on debugging windows?

- Other than breakpoints, how can you use Visual Studio for debugging applications?

- What are .pdb files? If we distribute an application in Release mode and with the .pdb files will it help in any way? Or How do we get the line no. of code when we distribute applications in Release mode?

- paged pool, non-paged pool of a process

- why is Obj folder created when you build a project? what is its purpose and why is it not distributed along with application?

- allocated , committed, reserved memory - what is the difference?

- How do you create installer for a windows service project?
- just create a windows setup project and add its output??


Shorts - week 3, 2022

Post with links to what I am reading: 1. A very good post on different aspects of system architecture: https://lethain.com/introduction-to-a...