Monthly Archives: March 2012

.Net interview questions: – Can you explain the five levels in CMMI?

There are five levels of the CMMI. According to the SEI, Level 1 – Initial At maturity level 1, processes are usually ad hoc and the organization usually does not provide a stable environment. Success in these organizations depends on … Continue reading

Posted in .NET and C# training, .Net Interview Questions, CMMI, Csharp interview questions, programming interview questions | Tagged , , , , | Leave a comment

.Net interview questions: – Why finalize for cleanup is not preferable?

Problem with finalize is that garbage collection has to make two rounds in order to remove objects which have finalize methods. Below figure will make things clear regarding the two rounds of garbage collection rounds performed for the objects having … Continue reading

Posted in .NET and C# training, .Net Interview Questions, Csharp interview questions, programming interview questions | Tagged , , , , | Leave a comment

ASP.NET interview questions: – Show differences between trace and debug in ASP.NET?

There is also a fundamental difference in thinking when we want to use trace and when want to debug. Tracing is a process about getting information regarding program’s execution. On the other hand debugging is about finding errors in the … Continue reading

Posted in .NET and C# training, .Net Interview Questions, ASP.NET, Asp.Net Interview Questions, Csharp interview questions, programming interview questions, trace and debug in ASP.NET | Tagged , , , , , , | Leave a comment

ADO.NET interview questions: – Explain different ways to implement optimistic locking in ADO.NET?

Following are the ways to implement optimistic locking using ADO.NET:- When we call “Update” method of Data Adapter it handles locking internally. If the Dataset values are not matching with current data in Database, it raises concurrency exception error. We … Continue reading

Posted in .NET and C# training, ADO.NET, ADO.NET interview questions, Csharp interview questions, optimistic locking in ADO.NET, programming interview questions | Tagged , , , , , | Leave a comment

.NET interview questions: – Elaborate CMMI in details?

CMMI stands for Capability Maturity Model Integration. It is a process improvement approach that provides companies with the essential elements of effective process. CMMI can serve as a good guide for process improvement across a project, organization or division. CMMI … Continue reading

Posted in .NET and C# training, .Net Interview Questions, CMMI, Csharp interview questions, Elaborate CMMI in details, programming interview questions | Tagged , , , , | Leave a comment

.NET Interview Questions: – Show LeaseTime, SponsorshipTime, RenewonCallTime and LeaseManagerPollTime?

This is a very important question from practical implementation point of view. Companies who have specific requirement for Remoting projects will expect this question to be answered. In normal .NET environment objects garbage collector manages lifetime. However, in remoting environment … Continue reading

Posted in .NET and C# training, .Net Interview Questions, Csharp interview questions, programming interview questions, RenewonCallTime, Show LeaseTime, SponsorshipTime | Tagged , , , , , , , , | Leave a comment

ASP.NET Interview Questions: – Mention Post Cache substitution?

This is one of the asked ASP.Net Interview Questions during the Interview by the Interviewer. Post cache substitution is used when we want to cache the whole page but also need some dynamic region inside that cached page. Some examples … Continue reading

Posted in .Net Interview Questions, ASP.NET, Asp.Net Interview Questions, ASP.NET training, Csharp interview questions, Post Cache substitution, programming interview questions | Tagged , , , , , , | Leave a comment