Useful tips for everyday
What is static code and dynamic code? Static code analysis is done without executing any of the code; dynamic code analysis relies on studying how…
What is difference inversion of control and dependency injection explain with example? IoC – Inversion of control is generic term, independent of language, it is…
How many bytes in memory can be addressed? “Byte addressing” means that each byte in memory is individually addressable, i.e. there is an address x…
What are requirements of flowchart? FLOW CHARTING DESIGN GUIDELINES The flowchart should be clear, neat and easy to follow. There should not be any room…
Is tree and graph same? Graph and tree are the non-linear data structure which is used to solve various complex problems. A graph is a…
What are batch requirements? Requirements for batch processing in order to implement business process is as given below. Performance improvement. A certain quantity of data…
Should I use logging Python? As applications become more complex, having good logs can be very useful, not only when debugging but also to provide…
What happens to a branch after pull request? We have long running branches that we use for various kinds of continuing work. But in general,…
How do you finish a hotfix branch? When the “Gitflow hotfix finish” command is called, the commit is merged into both master and develop branches…
How do I delete an application pool? 3 Answers Go to folder. cd C:\Windows\system32\inetsrv. List all applications to get the correct APP.NAME. .\appcmd list app.…