41. What is garbage collection? Garbage collection is a heap-management strategy where a run-time component takes responsibility for managing the lifetime of the memory used by objects. This concept is …
NET
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Interview Questions and Answers For Graduates Part-4
by Sby S31. What are the advantages of the code-behind feature? i)Makes code easy to understand and debug by separating application logic from HTML tags ii)Provides the isolation of effort between graphic …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Interview Questions and Answers For Graduates Part-3
by Sby S21. Which adapter should you use, if you want to get the data from an Access database? OleDbDataAdapter is used to get the data from an Access database.
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Interview Questions and Answers For Graduates Part-2
by Sby S11. What are tuples? Tuple is a fixed-size collection that can have elements of either same or different data types. Similar to arrays, a user must have to specify the …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Interview Questions and Answers For Graduates Part-1
by Sby S1.What is .NET? NET is an integral part of many applications running on Windows and provides common functionality for those applications to run. This download is for people who need …
- .NET
DotNet Application Development – Simple Steps To Enhance The Performance Of Your .NET Application
.Net Application Development for the purpose. You need to be well aware of the factors that can make your application perform slowly or quickly. A lot of parameters or sometimes even …
-
.Net Framework 4.5 Architecture 4.5 layered architecture diagram .Net framework is an integrated component of windows operating system that supports development and execution of next generation applications, Windows store apps …
-
1.What is .NET Framework? .NET Framework is a complete environment that allows developers to develop, run, and deploy the following applications: Console applications Windows Forms applications Windows Presentation Foundation (WPF) …