Post New Answer View All Answers
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
How can I get at the win32 api from a .net program?
What are the main components in .net?
What is cyclomatic complexity and why is it important?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What's typical about a windows process in regards to memory allocation in .net?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
Can any object be stored in a viewstate in .net?
How do you view the methods and members of a dll?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Conceptually, what is the difference between early-binding and late-binding?
What is lazy initialization?
What's singlecall activation mode used for in .net?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What are the important components of .net?